Searched refs:mand (Results 1 – 2 of 2) sorted by relevance
424 char *mand = NULL; in build_manpath() local433 if ((mand = path_to_manpath(*p)) == NULL) in build_manpath()436 *p = mand; in build_manpath()1438 char *mand, *p; in path_to_manpath() local1449 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 …]
477 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)479 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)