Lines Matching defs:string
124 #include <string.h>
154 * MAXCMDL The maximum length of a command string in inittab.
159 * EXEC The length of the prefix string added to all comamnds
1509 * the shell command string. When the end of inittab is reached, FALSE
1688 * Null terminate the string in shcmd buffer and
1794 * there is a null string in the command field.
2723 * Perform special accounting. Insert the special string into the
2816 prog_name(char *string)
2824 while (*string == ' ' || *string == '\t')
2825 string++;
2829 * a word, return a pointer to a null string, otherwise parse the
2832 if (*string != '.' && *string != '/' && *string != '_' &&
2833 (*string < 'a' || *string > 'z') &&
2834 (*string < 'A' || * string > 'Z') &&
2835 (*string < '0' || *string > '9'))
2844 for (ptr = string; *string != ' ' && *string != '\t' &&
2845 *string != '\n' && *string != '\0'; string++) {
2846 if (*string == '/')
2847 ptr = string+1;
2855 ptr < string; /* CSTYLED */)
4531 * returns string that must be free'd