Searched refs:syspath (Results 1 - 7 of 7) sorted by relevance

/freebsd-10.0-release/usr.bin/make/
H A Dmain.c1143 char *syspath = getenv("MAKESYSPATH");
1150 if (syspath == NULL || *syspath == '\0')
1151 syspath = defsyspath;
1153 syspath = estrdup(syspath);
1155 for (start = syspath; *start != '\0'; start = cp) {
1171 if (syspath != defsyspath)
1172 free(syspath);
/freebsd-10.0-release/contrib/tcsh/
H A Dma.setp.c109 } syspath[] = { variable in typeref:struct:__anon4340
261 for (i = 0; syspath[i].name; i++)
262 if (strcmp(pe->pname, syspath[i].name) == 0) {
263 pe->psuf = syspath[i].suffix;
264 pe->pdef = syspath[i].defalt;
/freebsd-10.0-release/contrib/bmake/
H A Dmain.c846 char *syspath = getenv("MAKESYSPATH"); local
1171 if (syspath == NULL || *syspath == '\0')
1172 syspath = defsyspath;
1174 syspath = bmake_strdup(syspath);
1176 for (start = syspath; *start != '\0'; start = cp) {
1192 if (syspath != defsyspath)
1193 free(syspath);
/freebsd-10.0-release/contrib/bsnmp/snmpd/
H A Dsnmpd.h325 extern const char *syspath;
H A Dconfig.c214 ptr = syspath;
H A Dmain.c110 const char *syspath = PATH_SYSCONFIG; variable
1743 syspath = optarg;
/freebsd-10.0-release/sys/kern/
H A Dvfs_syscalls.c1649 char *syspath; local
1655 syspath = path1;
1657 syspath = uma_zalloc(namei_zone, M_WAITOK);
1658 if ((error = copyinstr(path1, syspath, MAXPATHLEN, NULL)) != 0)
1661 AUDIT_ARG_TEXT(syspath);
1694 error = VOP_SYMLINK(nd.ni_dvp, &nd.ni_vp, &nd.ni_cnd, &vattr, syspath);
1705 uma_zfree(namei_zone, syspath);

Completed in 108 milliseconds