Lines Matching defs:string
42 #include <string.h>
124 * we store filesize in an 8-char hexadecimal string and use
207 static char *skipslashes(char *string, char *start);
430 *Efil_p, /* -E pattern file string */
434 *Hdr_p, /* -H header type string */
435 *IOfil_p, /* -I/-O input/output archive string */
440 *Own_p, /* New owner login id string */
1624 /* make name null string */
1643 /* make name null string */
2640 /* The string should be terminated. */
5465 /* gettext replaces version of string */
7209 * (Except for USTAR format of course, where we have a string
9034 * skip over extra slashes in string.
9044 skipslashes(char *string, char *start)
9046 while ((string > start) && *(string - 1) == '/') {
9047 string--;
9050 return (string);