Home
last modified time | relevance | path

Searched refs:_PATH_UNIX (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/lib/libutil/
H A Dgetbootfile.c57 kernel = _PATH_UNIX; in getbootfile()
75 if (strcmp(kernel, _PATH_UNIX) != 0 && in getbootfile()
78 kernel = _PATH_UNIX; in getbootfile()
/netbsd-src/usr.sbin/syslogd/
H A Dsyslogd.h105 #undef _PATH_UNIX
106 #define _PATH_UNIX "kernel" macro
H A Dsyslogd.c1665 buffer->prog = strdup(_PATH_UNIX); in matches_spec()
/netbsd-src/include/
H A Dpaths.h99 #define _PATH_UNIX "/netbsd" macro
/netbsd-src/usr.sbin/kvm_mkdb/
H A Dkvm_mkdb.c157 nlistpath = _PATH_UNIX; in main()
/netbsd-src/external/bsd/ipf/dist/ipsend/
H A Dsock.c99 # ifdef _PATH_UNIX
100 # define KERNEL _PATH_UNIX
/netbsd-src/sys/arch/atari/stand/installboot/
H A Dinstallboot.c204 if (stat(_PATH_UNIX, &sb) < 0) { in oscheck()
205 warnx("Cannot stat %s, no bootversion check done", _PATH_UNIX); in oscheck()
/netbsd-src/tests/include/
H A Dt_paths.c98 { _PATH_UNIX, PATH_FILE | PATH_ROOT },
/netbsd-src/lib/libkvm/
H A Dkvm.c322 uf = _PATH_UNIX; in _kvm_open()
/netbsd-src/usr.bin/config/
H A Dmain.c344 &path_unix[1], &len, NULL, 0) == -1 ? _PATH_UNIX : in main()