Searched refs:paths (Results 51 - 75 of 403) sorted by relevance

1234567891011>>

/freebsd-9.3-release/lib/libc/gen/
H A Dnftw.c42 char * const paths[2] = { (char *)path, NULL }; local
64 ftsp = fts_open(paths, ftsflags, NULL);
H A Dttyname.c46 #include <paths.h>
H A Dsysctl.c41 #include <paths.h>
/freebsd-9.3-release/usr.bin/find/
H A Dfind.c170 * take a search plan and an array of search paths and executes the plan
171 * over all FTSENT's returned for the given search paths.
174 find_execute(PLAN *plan, char *paths[]) argument
180 tree = fts_open(paths, ftsoptions, (issort ? find_compare : NULL));
/freebsd-9.3-release/contrib/pf/pflogd/
H A Dpidfile.c40 #include <paths.h>
/freebsd-9.3-release/contrib/tcsh/
H A Dpathnames.h37 # include <paths.h>
H A Dma.setp.c31 * usage: setpath(paths, cmds, localsyspath, dosuffix, printerrors)
32 * char **paths, **cmds, *localsyspath;
35 * The 'paths' argument is a list of pointers to path lists of the
54 * all command operands for any system path in 'paths'.
56 * Both of the 'paths' and 'cmds' lists are terminated by a NULL
77 * Added -r switch to reset paths to their default values.
155 setpath(char **paths, char **cmds, char *localsyspath, int dosuffix, argument
163 if (initpaths(paths) < 0)
226 savepaths(paths);
232 initpaths(char **paths) argument
284 savepaths(char **paths) argument
[all...]
/freebsd-9.3-release/crypto/heimdal/appl/login/
H A Dlogin_locl.h58 #include <paths.h>
/freebsd-9.3-release/lib/libc/stdio/
H A Dtempnam.c42 #include <paths.h>
H A Dtmpfile.c47 #include <paths.h>
/freebsd-9.3-release/lib/libc/stdlib/
H A Dsystem.c43 #include <paths.h>
/freebsd-9.3-release/lib/libulog/
H A Dulog_login.c32 #include <paths.h>
/freebsd-9.3-release/lib/libutil/
H A Dlogin_auth.c46 #include <paths.h>
/freebsd-9.3-release/libexec/ypxfr/
H A Dyp_dbwrite.c40 #include <paths.h>
/freebsd-9.3-release/sbin/fsck_ffs/
H A Dutilities.c51 #include <paths.h>
/freebsd-9.3-release/sbin/geom/class/raid/
H A Dgeom_raid.c32 #include <paths.h>
/freebsd-9.3-release/sbin/nvmecontrol/
H A Ddevlist.c35 #include <paths.h>
/freebsd-9.3-release/tools/regression/lib/libc/stdio/
H A Dtest-perror.c39 #include <paths.h>
/freebsd-9.3-release/usr.bin/mktemp/
H A Dmktemp.c38 #include <paths.h>
/freebsd-9.3-release/usr.sbin/getfmac/
H A Dgetfmac.c40 #include <paths.h>
/freebsd-9.3-release/usr.sbin/getpmac/
H A Dgetpmac.c40 #include <paths.h>
/freebsd-9.3-release/contrib/wpa/wpa_supplicant/dbus/
H A Ddbus_new_handlers.c858 * Returns: The object paths array containing registered interfaces
859 * objects paths or DBus error on failure
863 * paths
870 const char **paths; local
876 paths = os_zalloc(num * sizeof(char*));
877 if (!paths) {
883 paths[i] = wpa_s->dbus_new_path;
887 paths, num);
889 os_free(paths);
898 * Returns: The object paths arra
2216 char **paths; local
2266 char **paths; local
[all...]
/freebsd-9.3-release/contrib/gcclibs/libssp/
H A Dssp.c50 # include <paths.h>
/freebsd-9.3-release/crypto/heimdal/appl/rsh/
H A Drsh_locl.h94 #include <paths.h>
/freebsd-9.3-release/crypto/openssh/
H A Dincludes.h56 # include <paths.h>

Completed in 221 milliseconds

1234567891011>>