Lines Matching defs:string

55 #include <string.h>
539 static char *skipslashes(char *string, char *start);
770 * Search the operand string looking for the first digit or an 'f'.
1312 * tmpdir string, plus 6 times the size of the tname
1313 * string, plus a value that is known to be greater
1314 * than the command pipeline string.
4207 * directory. So instead, just do simple string
4775 * modify the path string passed to it.
5601 * Compute a hash from a string.
6006 /* strtok(3C) modifies the string, so make a copy. */
6237 char name[NMAX+1]; /* the string that val maps to */
6529 * prefix, we can make do with one string. We keep only the current
7052 * gen_num creates a string from a keyword and an usigned long long in the
7067 * two digits. So, add the string lengths plus the length of len,
7084 * gen_date creates a string from a keyword and a timestruc_t in the
7106 * two digits. So, add the string lengths plus the length of len,
7123 * gen_string creates a string from a keyword and a char * in the
7337 *iconv_trg = '\0'; /* Null-terminate iconv output string */
7462 * If the item is already slated for extended format, get the string
7528 *iconv_trg = '\0'; /* Null-terminate iconv output string */
7535 (void) fprintf(stderr, "Input string:\n ");
7542 (void) fprintf(stderr, "\nOutput string:\n ");
7557 * Function to test each byte of the source string to make sure it is
8329 * skip over extra slashes in string.
8339 skipslashes(char *string, char *start)
8341 while ((string > start) && *(string - 1) == '/') {
8342 string--;
8345 return (string);
8903 * Take the string of components passed down by the calling
8906 * string because it is produced when the 'L' LABEL_TYPE is
8966 * Take the string of components passed down by the calling