Searched refs:paths (Results 226 - 250 of 652) sorted by relevance

1234567891011>>

/netbsd-current/crypto/external/bsd/openssl/dist/providers/implementations/rands/seeding/
H A Drand_unix.c721 static const char *paths[] = { DEVRANDOM_EGD, NULL };
727 for (i = 0; bytes_needed > 0 && paths[i] != NULL; i++) {
732 num = RAND_query_egd_bytes(paths[i],
/netbsd-current/external/bsd/openldap/dist/servers/slapd/
H A DMakefile.in151 # When slapd.def is built, the absolute paths to all static libraries
161 paths="$$paths $$path"; \
170 for p in . $$paths ; do \
/netbsd-current/external/cddl/osnet/dist/cmd/zhack/
H A Dzhack.c531 assert(g_importargs.paths < MAX_NUM_PATHS);
532 g_importargs.path[g_importargs.paths++] = optarg;
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Support/Windows/
H A DProcess.inc221 // We're not going to try to deal with paths longer than MAX_PATH, so we'll
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/krb5/
H A Dplugin.c266 * "krb5") from the given directory @paths.
272 * @paths Array of directory paths where to look
275 _krb5_load_plugins(krb5_context context, const char *name, const char **paths) argument
316 for (di = paths; *di != NULL; di++) {
/netbsd-current/bin/ed/
H A Dbuf.c43 #include <paths.h>
/netbsd-current/lib/libc/citrus/
H A Dcitrus_esdb.c41 #include <paths.h>
/netbsd-current/lib/libc/net/
H A Dethers.c25 #include <paths.h>
/netbsd-current/lib/libperfuse/
H A Dsubr.c35 #include <paths.h>
/netbsd-current/libexec/comsat/
H A Dcomsat.c53 #include <paths.h>
/netbsd-current/sys/arch/x68k/stand/installboot/
H A Dinstallboot.c34 #include <paths.h>
/netbsd-current/share/examples/puffs/pgfs/
H A Dmount.c38 #include <paths.h>
/netbsd-current/usr.bin/rump_dhcpclient/
H A Dbpf.c38 #include <paths.h>
/netbsd-current/usr.bin/tcopy/
H A Dtcopy.c52 #include <paths.h>
/netbsd-current/usr.bin/write/
H A Dwrite.c59 #include <paths.h>
/netbsd-current/usr.bin/xargs/
H A Dxargs.c56 #include <paths.h>
/netbsd-current/usr.sbin/fwctl/
H A Deui64.c77 #include <paths.h>
/netbsd-current/usr.sbin/kvm_mkdb/
H A Dnlist_elf32.c61 #include <paths.h>
/netbsd-current/usr.sbin/ndbootd/config/
H A Dndbootd-bpf.c57 #include <paths.h>
/netbsd-current/usr.sbin/screenblank/
H A Dscreenblank.c54 #include <paths.h>
/netbsd-current/tests/lib/libutil/
H A Dt_pidfile.c59 #include <paths.h>
/netbsd-current/usr.bin/last/
H A Dlast.c51 #include <paths.h>
/netbsd-current/usr.bin/mail/
H A Ddef.h55 #include <paths.h>
/netbsd-current/tests/fs/puffs/h_dtfs/
H A Ddtfs.c38 #include <paths.h>
125 case 'b': /* build paths, for debugging the feature */
/netbsd-current/tests/lib/libc/c063/
H A Dt_linkat.c38 #include <paths.h>

Completed in 171 milliseconds

1234567891011>>