| /src/external/bsd/pkg_install/dist/admin/ |
| main.c | 93 size_t directories; member in struct:pkgdb_count 223 ++count->directories; 266 count.directories = 0; 281 count.directories, count.directories == 1 ? "y" : "ies", 414 * PKGBASE, usually caused by inserting directories manually into the pkgdb. 686 count.directories = 0;
|
| /src/external/gpl2/gmake/dist/ |
| dir.c | 209 /* Hash table of directories. */ 370 /* Table of directories hashed by name. */ 371 static struct hash_table directories; 373 /* Never have more than this many directories open at once. */ 446 dir_slot = (struct directory **) hash_find_slot (&directories, &dir_key); 458 hash_insert_at (&directories, dir, dir_slot); 464 directories if they end in '\'. */ 562 /* Keep track of how many directories are open. */ 565 /* We have too many directories open already. 644 * on directories (ugh!) 369 static struct hash_table directories; variable in typeref:struct:hash_table [all...] |
| main.c | 246 /* List of directories given with -C switches. */ 248 static struct stringlist *directories = 0; 250 /* List of include directories given with -I switches. */ 368 { 'C', string, (char *) &directories, 0, 0, 0, 0, 0, "directory" }, 1368 if (directories != 0) 1369 for (i = 0; directories->list[i] != 0; ++i) 1371 char *dir = directories->list[i]; 1418 if (!silent_flag && (directories != 0 || makelevel > 0)) 1429 /* Construct the list of include directories to search. */ 1435 if (directories == 0 247 static struct stringlist *directories = 0; variable in typeref:struct:stringlist [all...] |
| /src/external/gpl2/grep/dist/src/ |
| grep.c | 119 {"directories", required_argument, NULL, 'd'}, 170 /* How to handle directories. */ 176 } directories = READ_DIRECTORIES; variable in typeref:enum:__anon9326 272 if (directories == SKIP_DIRECTORIES && S_ISDIR (stats->stat.st_mode)) 783 if (file && directories == RECURSE_DIRECTORIES 924 if (is_EISDIR (e, file) && directories == RECURSE_DIRECTORIES) 937 if (directories == SKIP_DIRECTORIES) 945 /* When skipping directories, don't worry about 946 directories that can't be opened. */ 1119 -d, --directories=ACTION how to handle directories\n [all...] |