Lines Matching +defs:pathname +defs:name
199 * Glob a local file name specification with the expectation of a single
460 char pathname[ MAXPATHLEN ];
463 (void)snprintf(pathname, sizeof(pathname),
465 if (stat(pathname, &sb) != 0) {
466 perror(pathname);
699 const char *name;
722 while ((name = thread_next_key_name(&cookie)) != NULL)
723 *p++ = name;
1182 struct name *keys,
1207 struct name *np;
1246 struct name *keys;