Lines Matching defs:string
404 // I can't guarantee the string _won't_ expand during reencoding, so...?
479 // If string ends with suffix return pointer to start of suffix in string,
552 // Read contents of file as a single nul-terminated string.
1023 // Format access mode into a drwxrwxrwx string
1050 // dirname() can modify its argument or return a pointer to a constant string
1061 // basename() can modify its argument or return a pointer to a constant string
1336 // Do regex matching with len argument to handle embedded NUL bytes in string
1337 int regexec0(regex_t *preg, char *string, long len, int nmatch,
1345 return regexec(preg, string, nmatch, pmatch, eflags|REG_STARTEND);
1348 // Return user name or string representation of number, returned buffer
1359 // Return group name or string representation of number, returned buffer