Searched refs:paths (Results 76 - 100 of 652) sorted by relevance

1234567891011>>

/netbsd-current/external/bsd/tmux/dist/
H A Dtmux.c142 expand_paths(const char *s, char ***paths, u_int *n, int ignore_errors) argument
149 *paths = NULL;
172 if (strcmp(path, (*paths)[i]) == 0)
180 *paths = xreallocarray(*paths, (*n) + 1, sizeof *paths);
181 (*paths)[(*n)++] = path;
189 char **paths, *path, *base; local
199 expand_paths(TMUX_SOCK, &paths, &n, 1);
204 path = paths[
[all...]
/netbsd-current/external/bsd/nvi/dist/ex/
H A Dtag.h32 char **paths; /* Array of search paths for this cscope. */ member in struct:_csc
/netbsd-current/external/ibm-public/postfix/dist/src/util/
H A Dexec_command.c36 #include <paths.h>
/netbsd-current/lib/libc/gen/
H A Dconfstr.c46 #include <paths.h>
H A Dnftw.c43 char * const paths[2] = { __UNCONST(path), NULL }; local
63 ftsp = fts_open(paths, ftsflags, NULL);
/netbsd-current/lib/libc/stdio/
H A Dtmpfile.c52 #include <paths.h>
/netbsd-current/lib/libc/sys/
H A Dadjtime.c42 #include <paths.h>
H A Dclock_settime.c47 #include <paths.h>
H A Dntp_adjtime.c50 #include <paths.h>
H A Dsettimeofday.c49 #include <paths.h>
/netbsd-current/share/examples/rump/ums_draw/
H A Dms.c44 #include <paths.h>
/netbsd-current/external/bsd/mdocml/dist/
H A Dmansearch.c85 const struct manpaths *paths,
141 for (i = 0; i < paths->sz; i++) {
142 if (chdir_status && paths->paths[i][0] != '/') {
144 warnx("%s: getcwd: %s", paths->paths[i], buf);
151 if (chdir(paths->paths[i]) == -1) {
152 warn("%s", paths->paths[
84 mansearch(const struct mansearch *search, const struct manpaths *paths, int argc, char *argv[], struct manpage **res, size_t *sz) argument
[all...]
H A Dmanpath.c135 if (0 == strcmp(dirs->paths[i], dir))
144 dirs->paths = mandoc_reallocarray(dirs->paths,
147 dirs->paths[dirs->sz++] = mandoc_strdup(cp);
156 free(conf->manpath.paths[i]);
158 free(conf->manpath.paths);
H A Dmain.c523 (void)chdir(conf.manpath.paths[resp->ipath]);
700 fs_lookup(const struct manpaths *paths, size_t ipath, argument
712 paths->paths[ipath], sec, name, sec);
718 paths->paths[ipath], sec, name);
727 paths->paths[ipath], sec, arch, name, sec);
734 paths->paths[ipat
773 fs_search(const struct mansearch *cfg, const struct manpaths *paths, int argc, char **argv, struct manpage **res, size_t *ressz) argument
906 static struct manpaths paths; local
[all...]
/netbsd-current/usr.sbin/memswitch/
H A Dmemswitch.h34 #include <paths.h>
/netbsd-current/external/bsd/ppp/dist/pppd/
H A Dpathnames.h8 #include <paths.h>
/netbsd-current/lib/libpuffs/
H A DMakefile13 framebuf.c null.c opdump.c paths.c pnode.c requests.c \
/netbsd-current/external/apache2/llvm/dist/llvm/utils/
H A Dwciia.py30 # paths must be in ( ... ) so strip them
36 paths = filesfolders[lpar + 1:rpar]
37 # split paths
38 owner['paths'] = []
39 for path in paths.split():
40 owner['paths'].append(path)
82 if 'paths' in owner:
83 for path in owner['paths']:
/netbsd-current/external/apache2/llvm/dist/llvm/utils/lit/lit/
H A Dutil.py208 def which(command, paths=None):
209 """which(command, [paths]) - Look up the given command in the paths string
212 if paths is None:
213 paths = os.environ.get('PATH', '')
220 if not paths:
221 paths = os.defpath
230 # Search the paths...
231 for path in paths.split(os.pathsep):
247 def whichTools(tools, paths)
[all...]
/netbsd-current/external/bsd/kyua-cli/dist/utils/fs/
H A Dpath_test.cpp254 std::set< path > paths;
255 paths.insert(path("/a"));
256 ATF_REQUIRE(paths.find(path("//a")) != paths.end());
257 ATF_REQUIRE(paths.find(path("a")) == paths.end());
/netbsd-current/external/mit/libuv/dist/src/unix/
H A Dfsevents.c225 char** paths; local
239 paths = eventPaths;
255 path = paths[i];
261 /* Filter out paths that are outside handle's request */
334 static int uv__fsevents_create_stream(uv_loop_t* loop, CFArrayRef paths) { argument
370 paths,
417 CFStringRef* paths; local
423 paths = NULL;
446 /* Create list of all watched paths */
450 paths
[all...]
/netbsd-current/crypto/external/bsd/openssl/dist/util/perl/OpenSSL/
H A Dfallback.pm35 This is similar to L<lib>, except the paths are I<appended> to @INC rather
43 non-Unix users must first translate their file paths to Unix conventions.
119 L<FindBin> - optional module which deals with paths relative to the source
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-threadupdate.c158 /* We can get paths with a NULL edge when the final destination
160 those paths when debugging, so we have to be prepared for that
213 /* Rather than search all the edges in jump thread paths each time
250 /* When we have multiple paths through a joiner which reach different
260 static vec<vec<jump_thread_edge *> *> paths; variable
627 jump threading paths:
646 Jump threading paths: A -> J -> Son -> D (path 1)
686 all paths are processed and other edges/counts removed (e.g. none
695 threading paths that may eliminate edges. We do that by keep track
752 are identical. There may be different paths tha
[all...]
/netbsd-current/external/mpl/bind/dist/doc/misc/
H A Dcheckgrammar.py91 for statement_name, paths in places.items():
93 for path in paths:
/netbsd-current/games/larn/
H A Dbill.c47 #include <paths.h>

Completed in 357 milliseconds

1234567891011>>