Searched refs:addpath (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.0-release/contrib/apr/file_io/unix/
H A Dfilepath.c83 const char *addpath,
97 if (!addpath)
98 addpath = "";
100 if (addpath[0] == '/') {
101 /* If addpath is rooted, then rootpath is unused.
145 * with an empty (not null) rootpath and addpath of the cwd.
150 maxlen = rootlen + strlen(addpath) + 4; /* 4 for slashes at start, after
158 if (addpath[0] == '/') {
160 * '/'s to a single leading '/' from the addpath,
161 * and leave addpath a
[all...]
/freebsd-10.0-release/sbin/kldconfig/
H A Dkldconfig.c73 static void addpath(struct pathhead *, char *, int, int);
150 addpath(struct pathhead *pathq, char *path, int force, int insert) function
217 /* same logic as in addpath() */
280 addpath(pathq, p, 1, 0);
346 act = addpath;
369 if (act != addpath)
374 if (act != addpath)
424 if ((act != addpath) || mflag || rflag || uniqflag)
/freebsd-10.0-release/contrib/opie/
H A Dglob.c210 static VOIDRET addpath FUNCTION((c), char c) function
408 addpath('~');
410 addpath(*cs++);
433 addpath(*cs++);
625 addpath(*s++);
626 addpath('/');
/freebsd-10.0-release/contrib/apr/include/
H A Dapr_file_info.h282 /** Cause apr_filepath_merge to fail if addpath is above rootpath
292 /** Cause apr_filepath_merge to fail if addpath is above rootpath,
293 * even given a rootpath /foo/bar and an addpath ../bar/bash
308 * of addpath, (resolving any aliases on Win32) and append a proper
345 * @param addpath the path to add to the root path
348 * @remark if the flag APR_FILEPATH_TRUENAME is given, and the addpath
356 const char *addpath,

Completed in 99 milliseconds