| /src/external/gpl2/groff/dist/src/include/ |
| searchpath.h | 25 char *dirs; member in class:search_path
|
| /src/external/gpl2/xcvs/dist/src/ |
| watch.h | 47 const char ** dirs; member in struct:addremove_args
|
| ls.c | 179 * by the server will be deleted by the client. Since any dirs 181 * dirs created by the server for the ls command to be deleted. 453 * directory in DIRS then this directory should be processed. 535 /* Clean up tags, dates, and dirs if we created this directory. 663 * ls_direntproc should be processed if its parent is not yet in DIRS. 667 List *dirs = getlist (); local 669 ls_dirleaveproc, dirs, 0, NULL, local, which, 0, 671 walklist (dirs, ls_print_dir, NULL); 672 dellist (&dirs); 678 List *dirs = getlist () local [all...] |
| /src/external/mpl/bind/dist/bin/tests/system/isctest/vars/ |
| __init__.py | 15 from . import algorithms, autoconf, basic, dirs, features, openssl, ports namespace 23 "dirs",
|
| /src/games/hack/ |
| hack.mkmaze.c | 163 int dirs[4]; local 169 dirs[q++] = a; 172 dir = dirs[rn2(q)];
|
| /src/lib/libc/gen/ |
| devname.c | 112 static char * const dirs[2] = { __UNCONST(path_dev), NULL }; local 116 if ((ftsp = fts_open(dirs, FTS_NOCHDIR | FTS_PHYSICAL, NULL)) == NULL)
|
| /src/tests/fs/nfs/nfsservice/ |
| rumpnfsd.c | 98 static const char *const dirs[] = { "/var", "/var/run", "/var/db" }; local 99 for (size_t i = 0; i < __arraycount(dirs); i++) 100 if (rump_sys_mkdir(dirs[i], 0777) == -1) 101 err(1, "can't mkdir `%s'", dirs[i]);
|
| /src/external/gpl3/gdb/dist/gnulib/import/ |
| fchdir.c | 54 static dir_info_t *dirs; variable 57 /* Try to ensure dirs has enough room for a slot at index fd; free any 64 free (dirs[fd].name); 74 (dirs != NULL 75 ? (dir_info_t *) realloc (dirs, new_allocated * sizeof *dirs) 76 : (dir_info_t *) malloc (new_allocated * sizeof *dirs)); 80 (new_allocated - dirs_allocated) * sizeof *dirs); 81 dirs = new_dirs; 118 free (dirs[fd].name) [all...] |
| /src/external/gpl3/gdb.old/dist/gnulib/import/ |
| fchdir.c | 54 static dir_info_t *dirs; variable 57 /* Try to ensure dirs has enough room for a slot at index fd; free any 64 free (dirs[fd].name); 74 (dirs != NULL 75 ? (dir_info_t *) realloc (dirs, new_allocated * sizeof *dirs) 76 : (dir_info_t *) malloc (new_allocated * sizeof *dirs)); 80 (new_allocated - dirs_allocated) * sizeof *dirs); 81 dirs = new_dirs; 118 free (dirs[fd].name) [all...] |
| /src/external/bsd/atf/dist/tools/ |
| config_file.cpp | 120 std::vector< tools::fs::path > dirs; local 121 dirs.push_back(tools::fs::path(tools::config::get("atf_confdir"))); 123 dirs.push_back(tools::fs::path(tools::env::get("HOME")) / ".atf"); 124 return dirs; 214 const std::vector< tools::fs::path > dirs = get_config_dirs(); local 215 for (std::vector< tools::fs::path >::const_iterator iter = dirs.begin(); 216 iter != dirs.end(); iter++) {
|
| requirements.cpp | 68 const std::vector< std::string > dirs = tools::text::split( local 70 for (std::vector< std::string >::const_iterator iter = dirs.begin(); 71 !found && iter != dirs.end(); iter++) {
|
| /src/external/gpl2/groff/dist/src/libs/libgroff/ |
| searchpath.cpp | 48 dirs = new char[((e && *e) ? strlen(e) + 1 : 0) 53 *dirs = '\0'; 55 strcat(dirs, e); 56 strcat(dirs, PATH_SEP); 59 strcat(dirs, "."); 60 strcat(dirs, PATH_SEP); 63 strcat(dirs, home); 64 strcat(dirs, PATH_SEP); 67 strcat(dirs, standard); 68 init_len = strlen(dirs); 74 a_delete dirs; local [all...] |
| /src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/ |
| Fuchsia.cpp | 342 SmallVector<StringRef, 5> dirs; local 343 CIncludeDirs.split(dirs, ":"); 344 for (StringRef dir : dirs) {
|
| OpenBSD.cpp | 274 SmallVector<StringRef, 5> dirs; local 275 CIncludeDirs.split(dirs, ":"); 276 for (StringRef dir : dirs) {
|
| Solaris.cpp | 245 SmallVector<StringRef, 5> dirs; local 246 CIncludeDirs.split(dirs, ":"); 247 for (StringRef dir : dirs) {
|
| WebAssembly.cpp | 363 SmallVector<StringRef, 5> dirs; local 364 CIncludeDirs.split(dirs, ":"); 365 for (StringRef dir : dirs) {
|
| /src/external/gpl2/lvm2/dist/lib/format_text/ |
| layout.h | 72 struct dm_list dirs; member in struct:mda_lists
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/src/c++17/ |
| fs_dir.cc | 550 auto dirs = std::move(_M_dirs); local 557 dirs->orig, 558 dirs->current_path(),
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++17/ |
| fs_dir.cc | 550 auto dirs = std::move(_M_dirs); local 557 dirs->orig, 558 dirs->current_path(),
|
| /src/share/examples/refuse/fanoutfs/ |
| fanoutfs.c | 57 static strv_t dirs; /* the directories, in order */ variable 86 ALLOC(char *, dirs.v, dirs.size, dirs.c, 10, 10, 88 dirs.v[dirs.c++] = strdup(cp); 101 for (i = 0 ; i < dirs.c ; i++) { 102 FREE(dirs.v[i]); 104 dirs.c = 0; 118 for (i = 0 ; i < dirs.c ; i++) [all...] |
| /src/sys/arch/hpc/stand/hpcboot/menu/ |
| menu.cpp | 555 static const TCHAR *dirs[] = { local 560 for (int i = 0; i < sizeof(dirs) / sizeof(dirs[0]); i++) { 561 if (wcscmp(filename, dirs[i]) == 0) {
|
| /src/external/apache2/llvm/dist/clang/lib/Frontend/ |
| InitHeaderSearch.cpp | 190 // Add the multilib dirs 245 // just prior C include dirs. 259 // Add dirs specified via 'configure --with-c-include-dirs'. 262 SmallVector<StringRef, 5> dirs; local 263 CIncludeDirs.split(dirs, ":"); 264 for (StringRef dir : dirs) 501 // Since dupes of system dirs are rare, just rescan to find the original
|
| /src/external/gpl3/binutils/dist/libiberty/ |
| make-relative-prefix.c | 121 char **dirs; local 149 dirs = (char **) malloc (sizeof (char *) * (num_dirs + 2)); 150 if (dirs == NULL) 159 dirs[num_dirs++] = save_string (p, 3); 160 if (dirs[num_dirs - 1] == NULL) 162 free (dirs); 177 dirs[num_dirs++] = save_string (q, p - q); 178 if (dirs[num_dirs - 1] == NULL) 180 dirs[num_dirs] = NULL; 181 free_split_directories (dirs); [all...] |
| /src/external/gpl3/binutils.old/dist/libiberty/ |
| make-relative-prefix.c | 121 char **dirs; local 149 dirs = (char **) malloc (sizeof (char *) * (num_dirs + 2)); 150 if (dirs == NULL) 159 dirs[num_dirs++] = save_string (p, 3); 160 if (dirs[num_dirs - 1] == NULL) 162 free (dirs); 177 dirs[num_dirs++] = save_string (q, p - q); 178 if (dirs[num_dirs - 1] == NULL) 180 dirs[num_dirs] = NULL; 181 free_split_directories (dirs); [all...] |
| /src/external/gpl3/gcc/dist/libiberty/ |
| make-relative-prefix.c | 121 char **dirs; local 149 dirs = (char **) malloc (sizeof (char *) * (num_dirs + 2)); 150 if (dirs == NULL) 159 dirs[num_dirs++] = save_string (p, 3); 160 if (dirs[num_dirs - 1] == NULL) 162 free (dirs); 177 dirs[num_dirs++] = save_string (q, p - q); 178 if (dirs[num_dirs - 1] == NULL) 180 dirs[num_dirs] = NULL; 181 free_split_directories (dirs); [all...] |