Home | Sort by: relevance | last modified time | path |
/src/usr.sbin/makemandb/ | |
apropos-utils.h | 86 char **sections; // Sections in which to do the search member in struct:query_args |
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...] |
/src/sys/arch/i386/include/ | |
multiboot2.h | 322 char sections[0]; member in struct:multiboot_tag_elf_sections |