HomeSort by relevance Sort by last modified time
    Searched refs:c_print (Results 1 - 3 of 3) 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/
funcs.c 84 {"echo", c_print},
91 {"print", c_print},
536 c_print(const char **wp) function
    [all...]
sh.h 655 #define shl_spare (&shf_iob[0]) /* for c_read()/c_print() */
    [all...]

Completed in 46 milliseconds