VirtualBox

Ignore:
Timestamp:
Mar 26, 2018 8:25:56 PM (7 years ago)
Author:
bird
Message:

kmkbuiltin: funnel output thru output.c (usually via err.c).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kmk/kmkbuiltin/cmp_extern.h

    r1309 r3192  
    3636#define ERR_EXIT        2       /* error exit code */
    3737
    38 int cmp_file_and_file(const char *file1, const char *file2, int sflag, int lflag, int special);
    39 int cmp_file_and_file_ex(const char *file1, off_t skip1,
     38int cmp_file_and_file(PKMKBUILTINCTX pCtx, const char *file1, const char *file2, int sflag, int lflag, int special);
     39int cmp_file_and_file_ex(PKMKBUILTINCTX pCtx, const char *file1, off_t skip1,
    4040                         const char *file2, off_t skip2, int sflag, int lflag, int special);
    41 int cmp_fd_and_file(int fd1, const char *file1,
     41int cmp_fd_and_file(PKMKBUILTINCTX pCtx, int fd1, const char *file1,
    4242                    const char *file2, int sflag, int lflag, int special);
    43 int cmp_fd_and_file_ex(int fd1, const char *file1, off_t skip1,
     43int cmp_fd_and_file_ex(PKMKBUILTINCTX pCtx, int fd1, const char *file1, off_t skip1,
    4444                       const char *file2, off_t skip2, int sflag, int lflag, int special);
    45 int cmp_fd_and_fd(int fd1, const char *file1,
     45int cmp_fd_and_fd(PKMKBUILTINCTX pCtx, int fd1, const char *file1,
    4646                  int fd2, const char *file2, int sflag, int lflag, int special);
    47 int cmp_fd_and_fd_ex(int fd1, const char *file1, off_t skip1,
     47int cmp_fd_and_fd_ex(PKMKBUILTINCTX pCtx, int fd1, const char *file1, off_t skip1,
    4848                     int fd2, const char *file2, off_t skip2,  int sflag, int lflag, int special);
    4949
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette