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

/freebsd-12-stable/contrib/tcsh/
H A Dma.setp.c108 } syspath[] = { variable in typeref:struct:__anon7210
260 for (i = 0; syspath[i].name; i++)
261 if (strcmp(pe->pname, syspath[i].name) == 0) {
262 pe->psuf = syspath[i].suffix;
263 pe->pdef = syspath[i].defalt;
/freebsd-12-stable/contrib/bmake/
H A Dmain.c999 char *syspath = getenv("MAKESYSPATH"); local
1330 if (syspath == NULL || *syspath == '\0')
1331 syspath = defsyspath;
1333 syspath = bmake_strdup(syspath);
1335 for (start = syspath; *start != '\0'; start = cp) {
1351 if (syspath != defsyspath)
1352 free(syspath);
/freebsd-12-stable/contrib/bsnmp/snmpd/
H A Dsnmpd.h330 extern const char *syspath;
H A Dconfig.c214 ptr = syspath;
H A Dmain.c111 const char *syspath = PATH_SYSCONFIG; variable
1588 syspath = optarg;
/freebsd-12-stable/sys/kern/
H A Dvfs_syscalls.c1655 char *syspath; local
1660 syspath = path1;
1662 syspath = uma_zalloc(namei_zone, M_WAITOK);
1663 if ((error = copyinstr(path1, syspath, MAXPATHLEN, NULL)) != 0)
1666 AUDIT_ARG_TEXT(syspath);
1700 error = VOP_SYMLINK(nd.ni_dvp, &nd.ni_vp, &nd.ni_cnd, &vattr, syspath);
1711 uma_zfree(namei_zone, syspath);

Completed in 94 milliseconds