HomeSort by: relevance | last modified time | path
    Searched refs:MANCONF (Results 1 - 16 of 16) sorted by relevancy

  /src/usr.sbin/makemandb/
apropos-utils.h 38 #define MANCONF "/etc/man.conf"
whatis.c 86 const char *manconf = MANCONF; local
91 manconf = optarg;
103 if ((db = init_db(MANDB_READONLY, manconf)) == NULL)
apropos.c 54 const char *manconf; member in struct:apropos_flags
78 aflags->manconf = MANCONF;
104 aflags->manconf = optarg;
219 if ((db = init_db(MANDB_READONLY, aflags.manconf)) == NULL)
makemandb.c 297 const char *sqlstr, *manconf = NULL; local
310 manconf = optarg;
342 if (manconf) {
344 size_t command_len = shquote(manconf, NULL, 0) + 1;
346 shquote(manconf, arg, command_len);
351 manconf = MANCONF;
362 char *dbp = get_dbpath(manconf);
368 if ((db = init_db(MANDB_CREATE, manconf)) == NULL)
  /src/external/gpl3/binutils/dist/binutils/doc/
local.mk 24 MANCONF = -Dman
61 # $(AM_V_at)-$(TEXI2POD) $(MANCONF) -Daddr2line < $(binutils_TEXI) > addr2line.pod
68 # $(AM_V_at)-$(TEXI2POD) $(MANCONF) -Dar < $(binutils_TEXI) > ar.pod
75 # $(AM_V_at)-$(TEXI2POD) $(MANCONF) -Ddlltool < $(binutils_TEXI) > dlltool.pod
82 # $(AM_V_at)-$(TEXI2POD) $(MANCONF) -Dnm < $(binutils_TEXI) > nm.pod
89 # $(AM_V_at)-$(TEXI2POD) $(MANCONF) -Dobjcopy < $(binutils_TEXI) > objcopy.pod
96 # $(AM_V_at)-$(TEXI2POD) $(MANCONF) -Dobjdump < $(binutils_TEXI) > objdump.pod
103 # $(AM_V_at)-$(TEXI2POD) $(MANCONF) -Dranlib < $(binutils_TEXI) > ranlib.pod
110 # $(AM_V_at)-$(TEXI2POD) $(MANCONF) -Dreadelf < $(binutils_TEXI) > readelf.pod
117 # $(AM_V_at)-$(TEXI2POD) $(MANCONF) -Dsize < $(binutils_TEXI) > size.po
    [all...]
  /src/external/gpl3/binutils/dist/gprofng/doc/
Makefile.am 27 MANCONF = -Dman
47 $(TEXI2POD) $(MANCONF) < $(srcdir)/$$nm.texi > $$nm.pod ; \
  /src/external/gpl3/binutils.old/dist/binutils/doc/
local.mk 24 MANCONF = -Dman
61 # $(AM_V_at)-$(TEXI2POD) $(MANCONF) -Daddr2line < $(binutils_TEXI) > addr2line.pod
68 # $(AM_V_at)-$(TEXI2POD) $(MANCONF) -Dar < $(binutils_TEXI) > ar.pod
75 # $(AM_V_at)-$(TEXI2POD) $(MANCONF) -Ddlltool < $(binutils_TEXI) > dlltool.pod
82 # $(AM_V_at)-$(TEXI2POD) $(MANCONF) -Dnm < $(binutils_TEXI) > nm.pod
89 # $(AM_V_at)-$(TEXI2POD) $(MANCONF) -Dobjcopy < $(binutils_TEXI) > objcopy.pod
96 # $(AM_V_at)-$(TEXI2POD) $(MANCONF) -Dobjdump < $(binutils_TEXI) > objdump.pod
103 # $(AM_V_at)-$(TEXI2POD) $(MANCONF) -Dranlib < $(binutils_TEXI) > ranlib.pod
110 # $(AM_V_at)-$(TEXI2POD) $(MANCONF) -Dreadelf < $(binutils_TEXI) > readelf.pod
117 # $(AM_V_at)-$(TEXI2POD) $(MANCONF) -Dsize < $(binutils_TEXI) > size.po
    [all...]
  /src/external/gpl3/binutils.old/dist/gprofng/doc/
Makefile.am 27 MANCONF = -Dman
46 $(TEXI2POD) $(MANCONF) < $(srcdir)/$$nm.texi > $$nm.pod ; \
  /src/external/gpl3/binutils/dist/gprof/
Makefile.am 77 MANCONF = -Dman
99 $(AM_V_at)-$(TEXI2POD) $(MANCONF) -Dgprof < $(srcdir)/gprof.texi > gprof.pod
  /src/external/gpl3/binutils.old/dist/gprof/
Makefile.am 77 MANCONF = -Dman
99 $(AM_V_at)-$(TEXI2POD) $(MANCONF) -Dgprof < $(srcdir)/gprof.texi > gprof.pod
  /src/external/gpl3/binutils/dist/gas/doc/
local.mk 24 MANCONF = -Dman
120 # $(AM_V_at)-$(TEXI2POD) $(MANCONF) < $(srcdir)/%D%/as.texi > %D%/as.pod
  /src/external/gpl3/binutils.old/dist/gas/doc/
local.mk 24 MANCONF = -Dman
120 # $(AM_V_at)-$(TEXI2POD) $(MANCONF) < $(srcdir)/%D%/as.texi > %D%/as.pod
  /src/external/gpl3/gdb.old/dist/gdb/doc/
Makefile.in 176 MANCONF = -Dman
682 $(ECHO_TEXI2POD) $(TEXI2POD) $(MANCONF) -D$* < $(srcdir)/gdb.texinfo > $*.pod
690 $(ECHO_TEXI2POD) $(TEXI2POD) $(MANCONF) -D$* < $(srcdir)/gdb.texinfo > $*.pod
  /src/external/gpl3/binutils/dist/ld/
Makefile.am 78 MANCONF = -Dman
761 $(AM_V_at)-$(TEXI2POD) $(MANCONF) < $(srcdir)/ld.texi > ld.pod
775 $(AM_V_at)-$(TEXI2POD) $(MANCONF) < $(srcdir)/ldint.texi > ldint.pod
  /src/external/gpl3/binutils.old/dist/ld/
Makefile.am 77 MANCONF = -Dman
766 $(AM_V_at)-$(TEXI2POD) $(MANCONF) < $(srcdir)/ld.texi > ld.pod
780 $(AM_V_at)-$(TEXI2POD) $(MANCONF) < $(srcdir)/ldint.texi > ldint.pod
  /src/external/gpl3/gdb/dist/gdb/doc/
Makefile.in 182 MANCONF = -Dman
668 $(ECHO_TEXI2POD) $(TEXI2POD) $(MANCONF) -D$(basename $@) \

Completed in 246 milliseconds