Searched refs:asection (Results 1 – 2 of 2) sorted by relevance
/external/libcups/cups/ |
D | ppd-emit.c | 130 char asection[17], /* Section name */ in ppdCollect2() local 140 sscanf(attr->value, "%f%16s%41s%40s", &aorder, asection, amain, in ppdCollect2() 151 if (!strcmp(asection, "DocumentSetup")) in ppdCollect2() 153 else if (!strcmp(asection, "ExitServer")) in ppdCollect2() 155 else if (!strcmp(asection, "JCLSetup")) in ppdCollect2() 157 else if (!strcmp(asection, "PageSetup")) in ppdCollect2() 159 else if (!strcmp(asection, "Prolog")) in ppdCollect2()
|
/external/wpa_supplicant_8/src/utils/ |
D | trace.c | 161 static void find_addr_sect(bfd *abfd, asection *section, void *obj) in find_addr_sect()
|