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

/freebsd-9.3-release/usr.bin/make/
H A Dmain.c1126 char *syspath = getenv("MAKESYSPATH");
1133 if (syspath == NULL || *syspath == '\0')
1134 syspath = defsyspath;
1136 syspath = estrdup(syspath);
1138 for (start = syspath; *start != '\0'; start = cp) {
1154 if (syspath != defsyspath)
1155 free(syspath);
/freebsd-9.3-release/contrib/tcsh/
H A Dma.setp.c109 } syspath[] = { variable in typeref:struct:__anon4181
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-9.3-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-9.3-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-9.3-release/sys/kern/
H A Dvfs_syscalls.c1730 char *syspath; local
1736 syspath = path1;
1738 syspath = uma_zalloc(namei_zone, M_WAITOK);
1739 if ((error = copyinstr(path1, syspath, MAXPATHLEN, NULL)) != 0)
1742 AUDIT_ARG_TEXT(syspath);
1778 error = VOP_SYMLINK(nd.ni_dvp, &nd.ni_vp, &nd.ni_cnd, &vattr, syspath);
1790 uma_zfree(namei_zone, syspath);

Completed in 199 milliseconds