Searched refs:mand (Results 1 – 2 of 2) sorted by relevance
466 char *mand = NULL; in build_manpath() local475 if ((mand = path_to_manpath(*p)) == NULL) in build_manpath()478 *p = mand; in build_manpath()1505 char *mand, *p; in path_to_manpath() local1516 if ((mand = strdup(bintoman[i].mandir)) == NULL) in path_to_manpath()1518 if ((p = strchr(mand, ',')) != NULL) in path_to_manpath()1520 if (stat(mand, &sb) != 0) { in path_to_manpath()1521 free(mand); in path_to_manpath()1526 return (mand); in path_to_manpath()1534 if ((mand = malloc(MAXPATHLEN)) == NULL) in path_to_manpath()[all …]
477 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)479 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)