HomeSort by: relevance | last modified time | path
    Searched defs:makewhatis (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.sbin/catman/
catman.c 74 static void makewhatis(void);
130 makewhatis();
595 makewhatis(void) function in typeref:typename:void
  /src/libexec/makewhatis/
makewhatis.c 1 /* $NetBSD: makewhatis.c,v 1.51 2017/10/02 22:14:32 christos Exp $ */
40 __RCSID("$NetBSD: makewhatis.c,v 1.51 2017/10/02 22:14:32 christos Exp $");
108 static int makewhatis(char * const *manpath);
169 return makewhatis(manpath);
210 makewhatis(paths);
216 exit(makewhatis(paths));
220 makewhatis(paths);
244 makewhatis(char * const * manpath) function in typeref:typename:int
337 * makewhatis runs unattended, so it needs to be able to
341 * to run until it's cleaned up, in case another makewhatis i
    [all...]

Completed in 12 milliseconds