Home
last modified time | relevance | path

Searched refs:mand (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/cmd/man/
H A Dman.c424 char *mand = NULL; in build_manpath() local
433 if ((mand = path_to_manpath(*p)) == NULL) in build_manpath()
436 *p = mand; in build_manpath()
1438 char *mand, *p; in path_to_manpath() local
1449 if ((mand = strdup(bintoman[i].mandir)) == NULL) in path_to_manpath()
1451 if ((p = strchr(mand, ',')) != NULL) in path_to_manpath()
1453 if (stat(mand, &sb) != 0) { in path_to_manpath()
1454 free(mand); in path_to_manpath()
1459 return (mand); in path_to_manpath()
1467 if ((mand = malloc(MAXPATHLEN)) == NULL) in path_to_manpath()
[all …]
/titanic_50/usr/src/grub/grub-0.97/
H A Dconfigure477 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
479 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)