/src/usr.sbin/makemandb/ |
apropos.c | 47 char **sections; member in struct:apropos_flags 76 char **sections = NULL; local in function:parseargs 81 if (sections == NULL || sections_offset > sections_size - 1) { \ 83 sections = erealloc(sections, sections_size * sizeof(*sections)); \ 101 sections[sections_offset++] = section; 140 sections[sections_offset++] = estrdup(optarg); 147 if (sections) { 149 sections[sections_offset] = NULL [all...] |
apropos-utils.h | 86 char **sections; // Sections in which to do the search member in struct:query_args
|
apropos-utils.c | 571 * to search in one or more specific sections. 575 if (args->sections && args->sections[0]) { 577 for (size_t i = 0; args->sections[i]; i++) { 579 char c = args->sections[i + 1]? ',': ')'; 580 if ((temp = sqlite3_mprintf("%Q%c", args->sections[i], c)) == NULL)
|
/src/share/man/man0/ |
tocrc | 40 : tocx files for all sections and everything else
|
/src/games/sail/ |
dr_3.c | 269 sendbp(struct ship *from, struct ship *to, int sections, int isdefense) 277 if (n < NBP && sections) { 279 send_dbp(from, n, turn, to->file->index, sections); 281 send_obp(from, n, turn, to->file->index, sections);
|
/src/usr.sbin/catman/ |
catman.c | 136 setdefentries(char *m_path, char *m_add, const char *sections) 163 * 0: If one or more sections was specified, rewrite _subdir list. 165 if (sections != NULL) { 168 for (p = sections; *p;) { 636 "usage: catman [-knpsw] [-m manpath] [sections]\n"); 638 " catman [-knpsw] [-M manpath] [sections]\n");
|
/src/tests/usr.bin/indent/ |
t_options.lua | 51 -- Inside the input..end or run..end sections, comments that start with '$' 64 local max_empty_lines = 0 -- between sections 280 -- output sections.
|
/src/sys/conf/ |
Makefile.kern.inc | 140 # Add CTF sections for DTrace 267 runit ${OBJCOPY} --only-keep-debug --compress-debug-sections \
|
/src/sys/arch/i386/include/ |
multiboot2.h | 322 char sections[0]; member in struct:multiboot_tag_elf_sections
|
/src/sys/arch/x68k/stand/xxboot/ |
boot.S | 46 | The program code after first_kbyte can access any labels in all sections
|
/src/sys/arch/m68k/060sp/dist/ |
test.doc | 94 are individual tests, they each require their own "Call-out" sections.
|
/src/sys/dev/pci/ |
if_iwm.c | 2470 /* list of NVM sections we are allowed/need to read */ 2859 * CPU1 sections (2 or more) 2861 * CPU2 sections (not paged) 2876 * If paging is enabled there should be at least 2 more sections left 2881 "Paging: Missing CSS and/or paging sections\n"); 3195 iwm_parse_nvm_sections(struct iwm_softc *sc, struct iwm_nvm_section *sections) 3200 /* Checking for required sections */ 3202 if (!sections[IWM_NVM_SECTION_TYPE_SW].data || 3203 !sections[IWM_NVM_SECTION_TYPE_HW].data) { 3207 hw = (const uint16_t *) sections[IWM_NVM_SECTION_TYPE_HW].data [all...] |
/src/sys/arch/x86/x86/ |
multiboot2.c | 197 shdrp = &((locore_Elf_Shdr *)mbt_elf->sections)[i]; 203 shdrp2 = &((locore_Elf_Shdr *)mbt_elf->sections) 223 * sections are copied; headers are discarded. esym is later 785 tag_name = "ELF sections"; break;
|
/src/share/mk/ |
bsd.kmodule.mk | 195 ( ${OBJCOPY} --only-keep-debug --compress-debug-sections \
|
bsd.prog.mk | 510 ( ${OBJCOPY} --only-keep-debug --compress-debug-sections \
|
bsd.lib.mk | 650 ( ${OBJCOPY} --only-keep-debug --compress-debug-sections \
|
/src/sys/external/isc/libsodium/dist/m4/ |
libtool.m4 | 5942 # files that make .init and .fini sections work.
|