Searched defs:ap (Results 476 - 500 of 555) sorted by relevance

<<11121314151617181920>>

/external/libpng/contrib/libtests/
H A Dpngimage.c636 va_list ap; local
670 va_start(ap, fmt);
671 vfprintf(stderr, fmt, ap);
672 va_end(ap);
/external/libxml2/
H A Dxmllint.c456 va_list ap; local
466 va_start(ap, fmt);
467 vfprintf(stderr, fmt, ap);
468 va_end(ap);
492 va_list ap; local
500 va_start(ap, fmt);
501 vfprintf(stderr, fmt, ap);
502 va_end(ap);
524 va_list ap; local
525 va_start(ap, forma
[all...]
H A Dxmlwriter.c873 va_list ap; local
875 va_start(ap, format);
877 rc = xmlTextWriterWriteVFormatComment(writer, format, ap);
879 va_end(ap);
1301 va_list ap; local
1303 va_start(ap, format);
1305 rc = xmlTextWriterWriteVFormatRaw(writer, format, ap);
1307 va_end(ap);
1427 va_list ap; local
1432 va_start(ap, forma
1974 va_list ap; local
2071 va_list ap; local
2177 va_list ap; local
2274 va_list ap; local
2528 va_list ap; local
2743 va_list ap; local
3054 va_list ap; local
3297 va_list ap; local
3534 va_list ap; local
3792 va_list ap; local
[all...]
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dprobe-event.c64 va_list ap; local
65 va_start(ap, format);
66 ret = vsnprintf(str, size, format, ap);
67 va_end(ap);
H A Dsort.c24 va_list ap; local
26 va_start(ap, fmt);
27 n = vsnprintf(bf, size, fmt, ap);
38 va_end(ap);
/external/mesa3d/src/glsl/
H A Dlinker.cpp178 va_list ap; local
181 va_start(ap, fmt);
182 ralloc_vasprintf_append(&prog->InfoLog, fmt, ap);
183 va_end(ap);
192 va_list ap; local
195 va_start(ap, fmt);
196 ralloc_vasprintf_append(&prog->InfoLog, fmt, ap);
197 va_end(ap);
/external/mksh/src/
H A Dmain.c1162 vwarningf(unsigned int flags, const char *fmt, va_list ap) argument
1173 shf_vfprintf(shl_out, fmt, ap);
1572 maketemp(Area *ap, Temp_type type, struct temp **tlist) argument
1585 tp = alloc(offsetof(struct temp, tffn[0]) + 14 + len, ap);
1709 ktinit(Area *ap, struct table *tp, uint8_t initshift) argument
1711 tp->areap = ap;
H A Dmisc.c2067 strndup_i(const char *src, size_t len, Area *ap) argument
2072 dst = alloc(len + 1, ap);
2080 strdup_i(const char *src, Area *ap) argument
2082 return (src == NULL ? NULL : strndup_i(src, strlen(src), ap));
/external/opencv/cv/src/
H A Dcvfundam.cpp1039 uchar *ap, *bp, *cp; local
1137 ap = lines->data.ptr;
1138 bp = ap + abc_plane_stride;
1170 *(float*)ap = (float)a;
1176 *(double*)ap = a;
1181 ap += abc_stride;
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/smooth/
H A Dftgrays.c154 va_list ap; local
157 va_start( ap, fmt );
158 vfprintf( stderr, fmt, ap );
159 va_end( ap );
/external/ppp/pppd/
H A Dauth.c2031 struct wordlist *ap, **plink; local
2063 for (ap = addrs; ap != NULL; ap = ap->next) {
2065 ptr_word = ap->word;
2133 warn("unknown host %s in auth. address list", ap->word);
2323 struct wordlist *ap, *addr_list, *alist, **app; local
2422 ap = (struct wordlist *)
2424 if (ap
[all...]
/external/qemu/audio/
H A Daudio.c426 void AUD_vlog (const char *cap, const char *fmt, va_list ap) argument
433 monitor_vprintf(cur_mon, fmt, ap);
443 dprintnv(fmt, ap);
449 va_list ap; local
451 va_start (ap, fmt);
452 AUD_vlog (cap, fmt, ap);
453 va_end (ap);
/external/qemu/target-arm/
H A Dhelper.c1007 static inline int check_ap(CPUARMState *env, int ap, int domain, int access_type, argument
1020 switch (ap) {
1077 int ap; local
1102 ap = (desc >> 10) & 3;
1121 ap = (desc >> (4 + ((address >> 13) & 6))) & 3;
1126 ap = (desc >> (4 + ((address >> 13) & 6))) & 3;
1141 ap = (desc >> 4) & 3;
1150 *prot = check_ap(env, ap, domain, access_type, is_user);
1171 int ap; local
1210 ap
[all...]
/external/tcpdump/
H A Dieee802_11.h230 u_char ap[IEEE802_11_AP_LEN]; member in struct:mgmt_body_t
/external/valgrind/main/exp-dhat/
H A Ddh_main.c75 ExeContext* ap; /* allocation ec */ member in struct:__anon32787
174 ExeContext* ap; member in struct:__anon32788
217 .ap field in the values. */
228 tl_assert(bk->ap);
234 &keyW, &valW, (UWord)bk->ap );
237 tl_assert(keyW == (UWord)bk->ap);
241 api->ap = bk->ap;
243 (UWord)bk->ap, (UWord)api );
252 tl_assert(api->ap
[all...]
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dwpa_auth.c172 va_list ap; local
182 va_start(ap, fmt);
183 vsnprintf(format, maxlen, fmt, ap);
184 va_end(ap);
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver_test.c91 int ap; member in struct:wpa_driver_test_data
109 const char *dir, int ap);
1172 drv->ap = 1;
1458 static int wpa_driver_update_mode(struct wpa_driver_test_data *drv, int ap) argument
1460 if (ap && !drv->ap) {
1463 drv->ap = 1;
1464 } else if (!ap && drv->ap) {
1467 drv->ap
2093 wpa_driver_test_attach(struct wpa_driver_test_data *drv, const char *dir, int ap) argument
[all...]
/external/wpa_supplicant_8/hostapd/src/radius/
H A Dradius_server.c19 #include "ap/ap_config.h"
351 va_list ap; local
355 va_start(ap, fmt);
356 buflen = vsnprintf(NULL, 0, fmt, ap) + 1;
357 va_end(ap);
362 va_start(ap, fmt);
363 vsnprintf(buf, buflen, fmt, ap);
364 va_end(ap);
/external/wpa_supplicant_8/hostapd/src/wps/
H A Dwps.h539 } ap; member in union:wps_event_data
595 * ap - Whether the local end is an access point
597 int ap; member in struct:wps_context
911 int wps_validate_m7_encr(const struct wpabuf *tlvs, int ap, int wps2);
913 int wps_validate_m8_encr(const struct wpabuf *tlvs, int ap, int wps2);
1000 static inline int wps_validate_m7_encr(const struct wpabuf *tlvs, int ap, argument
1011 static inline int wps_validate_m8_encr(const struct wpabuf *tlvs, int ap, argument
/external/wpa_supplicant_8/hs20/client/
H A Dosu_client.c28 va_list ap; local
32 va_start(ap, fmt);
33 vsnprintf(buf, sizeof(buf), fmt, ap);
34 va_end(ap);
44 va_start(ap, fmt);
45 vfprintf(f, fmt, ap);
46 va_end(ap);
54 va_list ap; local
64 va_start(ap, fmt);
65 vfprintf(f, fmt, ap);
[all...]
/external/wpa_supplicant_8/src/ap/
H A Dwpa_auth.c172 va_list ap; local
182 va_start(ap, fmt);
183 vsnprintf(format, maxlen, fmt, ap);
184 va_end(ap);
/external/wpa_supplicant_8/src/drivers/
H A Ddriver_test.c91 int ap; member in struct:wpa_driver_test_data
109 const char *dir, int ap);
1172 drv->ap = 1;
1458 static int wpa_driver_update_mode(struct wpa_driver_test_data *drv, int ap) argument
1460 if (ap && !drv->ap) {
1463 drv->ap = 1;
1464 } else if (!ap && drv->ap) {
1467 drv->ap
2093 wpa_driver_test_attach(struct wpa_driver_test_data *drv, const char *dir, int ap) argument
[all...]
/external/wpa_supplicant_8/src/radius/
H A Dradius_server.c19 #include "ap/ap_config.h"
351 va_list ap; local
355 va_start(ap, fmt);
356 buflen = vsnprintf(NULL, 0, fmt, ap) + 1;
357 va_end(ap);
362 va_start(ap, fmt);
363 vsnprintf(buf, buflen, fmt, ap);
364 va_end(ap);
/external/wpa_supplicant_8/src/wps/
H A Dwps.h539 } ap; member in union:wps_event_data
595 * ap - Whether the local end is an access point
597 int ap; member in struct:wps_context
911 int wps_validate_m7_encr(const struct wpabuf *tlvs, int ap, int wps2);
913 int wps_validate_m8_encr(const struct wpabuf *tlvs, int ap, int wps2);
1000 static inline int wps_validate_m7_encr(const struct wpabuf *tlvs, int ap, argument
1011 static inline int wps_validate_m8_encr(const struct wpabuf *tlvs, int ap, argument
/external/wpa_supplicant_8/wpa_supplicant/
H A Devents.c24 #include "ap/hostapd.h"
40 #include "ap.h"
1264 int ap = 0; local
1271 ap = 1;
1280 if (wpa_s->conf->ap_scan == 2 || ap ||
1320 if (ap) {

Completed in 564 milliseconds

<<11121314151617181920>>