HomeSort by relevance Sort by last modified time
    Searched full:c_print (Results 1 - 5 of 5) sorted by null

  /external/tcpdump/
print-krb.c 41 static const u_char *c_print(register const u_char *, register const u_char *);
103 c_print(register const u_char *s, register const u_char *ep) function
136 #define PRINT if ((cp = c_print(cp, snapend)) == NULL) goto trunc
159 #define PRINT if ((cp = c_print(cp, snapend)) == NULL) goto trunc
  /external/mksh/src/
main.c     [all...]
histrap.c 1344 * Called by c_print() when writing to a co-process to ensure SIGPIPE won't
1365 /* Called by c_print() to undo whatever block_pipe() did */
    [all...]
funcs.c 104 {"echo", c_print},
117 {"print", c_print},
268 c_print(const char **wp) function
    [all...]
sh.h     [all...]

Completed in 182 milliseconds