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

  /src/libexec/makewhatis/
makewhatis.c 69 #ifndef NROFF
70 #define NROFF "nroff"
103 static char *nroff(const char *, gzFile);
773 nroff(const char *inname, gzFile in) function in typeref:typename:char *
836 (void)execlp(NROFF, NROFF, "-S", "-man", NULL);
863 errx(EXIT_FAILURE, NROFF " on `%s' exited with %d status",
1118 data = nroff(name, in);
makewhatis.c 69 #ifndef NROFF
70 #define NROFF "nroff"
103 static char *nroff(const char *, gzFile);
773 nroff(const char *inname, gzFile in) function in typeref:typename:char *
836 (void)execlp(NROFF, NROFF, "-S", "-man", NULL);
863 errx(EXIT_FAILURE, NROFF " on `%s' exited with %d status",
1118 data = nroff(name, in);
makewhatis.c 69 #ifndef NROFF
70 #define NROFF "nroff"
103 static char *nroff(const char *, gzFile);
773 nroff(const char *inname, gzFile in) function in typeref:typename:char *
836 (void)execlp(NROFF, NROFF, "-S", "-man", NULL);
863 errx(EXIT_FAILURE, NROFF " on `%s' exited with %d status",
1118 data = nroff(name, in);

Completed in 32 milliseconds