Home
last modified time | relevance | path

Searched refs:asection (Results 1 – 3 of 3) sorted by relevance

/external/libcups/cups/
Dppd-emit.c134 char asection[17], /* Section name */ in ppdCollect2() local
144 sscanf(attr->value, "%f%16s%41s%40s", &aorder, asection, amain, in ppdCollect2()
155 if (!strcmp(asection, "DocumentSetup")) in ppdCollect2()
157 else if (!strcmp(asection, "ExitServer")) in ppdCollect2()
159 else if (!strcmp(asection, "JCLSetup")) in ppdCollect2()
161 else if (!strcmp(asection, "PageSetup")) in ppdCollect2()
163 else if (!strcmp(asection, "Prolog")) in ppdCollect2()
/external/syslinux/gpxe/src/util/
Delf2efi.c296 asection *section ) { in read_reltab()
329 asection *section ) { in process_section()
461 static void process_reloc ( bfd *bfd, asection *section, arelent *rel, in process_reloc()
665 asection *section; in elf2pe()
/external/wpa_supplicant_8/src/utils/
Dtrace.c124 static void find_addr_sect(bfd *abfd, asection *section, void *obj) in find_addr_sect()