/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
D | ap_list.c | 31 static int ap_list_beacon_olbc(struct hostapd_iface *iface, struct ap_info *ap) in ap_list_beacon_olbc() 53 static struct ap_info * ap_get_ap(struct hostapd_iface *iface, const u8 *ap) in ap_get_ap() 64 static void ap_ap_list_add(struct hostapd_iface *iface, struct ap_info *ap) in ap_ap_list_add() 76 static void ap_ap_list_del(struct hostapd_iface *iface, struct ap_info *ap) in ap_ap_list_del() 90 static void ap_ap_hash_add(struct hostapd_iface *iface, struct ap_info *ap) in ap_ap_hash_add() 97 static void ap_ap_hash_del(struct hostapd_iface *iface, struct ap_info *ap) in ap_ap_hash_del() 119 static void ap_free_ap(struct hostapd_iface *iface, struct ap_info *ap) in ap_free_ap() 131 struct ap_info *ap, *prev; in hostapd_free_aps() local 147 struct ap_info *ap; in ap_ap_add() local 174 struct ap_info *ap; in ap_list_process_beacon() local [all …]
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
D | ap_list.c | 31 static int ap_list_beacon_olbc(struct hostapd_iface *iface, struct ap_info *ap) in ap_list_beacon_olbc() 53 static struct ap_info * ap_get_ap(struct hostapd_iface *iface, const u8 *ap) in ap_get_ap() 64 static void ap_ap_list_add(struct hostapd_iface *iface, struct ap_info *ap) in ap_ap_list_add() 76 static void ap_ap_list_del(struct hostapd_iface *iface, struct ap_info *ap) in ap_ap_list_del() 90 static void ap_ap_hash_add(struct hostapd_iface *iface, struct ap_info *ap) in ap_ap_hash_add() 97 static void ap_ap_hash_del(struct hostapd_iface *iface, struct ap_info *ap) in ap_ap_hash_del() 119 static void ap_free_ap(struct hostapd_iface *iface, struct ap_info *ap) in ap_free_ap() 131 struct ap_info *ap, *prev; in hostapd_free_aps() local 147 struct ap_info *ap; in ap_ap_add() local 174 struct ap_info *ap; in ap_list_process_beacon() local [all …]
|
/third_party/musl/src/legacy/ |
D | err.c | 8 void vwarn(const char *fmt, va_list ap) in vwarn() 18 void vwarnx(const char *fmt, va_list ap) in vwarnx() 25 _Noreturn void verr(int status, const char *fmt, va_list ap) in verr() 31 _Noreturn void verrx(int status, const char *fmt, va_list ap) in verrx() 39 va_list ap; in warn() local 47 va_list ap; in warnx() local 55 va_list ap; in err() local 63 va_list ap; in errx() local
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/wps/ |
D | wps_er.c | 59 static struct wps_er_sta * wps_er_sta_get(struct wps_er_ap *ap, const u8 *addr, in wps_er_sta_get() 91 static void wps_er_sta_remove_all(struct wps_er_ap *ap) in wps_er_sta_remove_all() 103 struct wps_er_ap *ap; in wps_er_ap_get() local 118 struct wps_er_ap *ap; in wps_er_ap_get_id() local 127 static void wps_er_ap_event(struct wps_context *wps, struct wps_er_ap *ap, in wps_er_ap_event() 154 static void wps_er_ap_free(struct wps_er_ap *ap) in wps_er_ap_free() 181 static void wps_er_ap_unsubscribed(struct wps_er *er, struct wps_er_ap *ap) in wps_er_ap_unsubscribed() 196 struct wps_er_ap *ap = ctx; in wps_er_http_unsubscribe_cb() local 221 static void wps_er_ap_unsubscribe(struct wps_er *er, struct wps_er_ap *ap) in wps_er_ap_unsubscribe() 291 struct wps_er_ap *ap; in wps_er_ap_cache_settings() local [all …]
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/wps/ |
D | wps_er.c | 59 static struct wps_er_sta * wps_er_sta_get(struct wps_er_ap *ap, const u8 *addr, in wps_er_sta_get() 91 static void wps_er_sta_remove_all(struct wps_er_ap *ap) in wps_er_sta_remove_all() 103 struct wps_er_ap *ap; in wps_er_ap_get() local 118 struct wps_er_ap *ap; in wps_er_ap_get_id() local 127 static void wps_er_ap_event(struct wps_context *wps, struct wps_er_ap *ap, in wps_er_ap_event() 154 static void wps_er_ap_free(struct wps_er_ap *ap) in wps_er_ap_free() 181 static void wps_er_ap_unsubscribed(struct wps_er *er, struct wps_er_ap *ap) in wps_er_ap_unsubscribed() 196 struct wps_er_ap *ap = ctx; in wps_er_http_unsubscribe_cb() local 221 static void wps_er_ap_unsubscribe(struct wps_er *er, struct wps_er_ap *ap) in wps_er_ap_unsubscribe() 291 struct wps_er_ap *ap; in wps_er_ap_cache_settings() local [all …]
|
/third_party/skia/third_party/externals/abseil-cpp/absl/types/ |
D | any_exception_safety_test.cc | 109 auto any_is_strong = [original](absl::any* ap) { in TEST() 122 auto assign_any = [&any_val](absl::any* ap) { *ap = any_val; }; in TEST() 123 auto assign_val = [&val](absl::any* ap) { *ap = val; }; in TEST() 124 auto move = [&val](absl::any* ap) { *ap = std::move(val); }; in TEST() 125 auto move_movable = [&mv_val](absl::any* ap) { *ap = std::move(mv_val); }; in TEST() 132 auto empty_any_is_strong = [](absl::any* ap) { in TEST() 152 auto emp_thrower = [](absl::any* ap) { ap->emplace<Thrower>(2); }; in TEST() 153 auto emp_throwervec = [](absl::any* ap) { in TEST() 157 auto emp_movethrower = [](absl::any* ap) { in TEST()
|
/third_party/node/deps/openssl/openssl/crypto/bio/ |
D | bio_addr.c | 65 void BIO_ADDR_free(BIO_ADDR *ap) in BIO_ADDR_free() 70 void BIO_ADDR_clear(BIO_ADDR *ap) in BIO_ADDR_clear() 80 int BIO_ADDR_make(BIO_ADDR *ap, const struct sockaddr *sa) in BIO_ADDR_make() 102 int BIO_ADDR_rawmake(BIO_ADDR *ap, int family, in BIO_ADDR_rawmake() 140 int BIO_ADDR_family(const BIO_ADDR *ap) in BIO_ADDR_family() 145 int BIO_ADDR_rawaddress(const BIO_ADDR *ap, void *p, size_t *l) in BIO_ADDR_rawaddress() 179 unsigned short BIO_ADDR_rawport(const BIO_ADDR *ap) in BIO_ADDR_rawport() 203 static int addr_strings(const BIO_ADDR *ap, int numeric, in addr_strings() 277 char *BIO_ADDR_hostname_string(const BIO_ADDR *ap, int numeric) in BIO_ADDR_hostname_string() 287 char *BIO_ADDR_service_string(const BIO_ADDR *ap, int numeric) in BIO_ADDR_service_string() [all …]
|
/third_party/openssl/crypto/bio/ |
D | bio_addr.c | 65 void BIO_ADDR_free(BIO_ADDR *ap) in BIO_ADDR_free() 70 void BIO_ADDR_clear(BIO_ADDR *ap) in BIO_ADDR_clear() 80 int BIO_ADDR_make(BIO_ADDR *ap, const struct sockaddr *sa) in BIO_ADDR_make() 102 int BIO_ADDR_rawmake(BIO_ADDR *ap, int family, in BIO_ADDR_rawmake() 140 int BIO_ADDR_family(const BIO_ADDR *ap) in BIO_ADDR_family() 145 int BIO_ADDR_rawaddress(const BIO_ADDR *ap, void *p, size_t *l) in BIO_ADDR_rawaddress() 179 unsigned short BIO_ADDR_rawport(const BIO_ADDR *ap) in BIO_ADDR_rawport() 203 static int addr_strings(const BIO_ADDR *ap, int numeric, in addr_strings() 277 char *BIO_ADDR_hostname_string(const BIO_ADDR *ap, int numeric) in BIO_ADDR_hostname_string() 287 char *BIO_ADDR_service_string(const BIO_ADDR *ap, int numeric) in BIO_ADDR_service_string() [all …]
|
/third_party/gn/src/base/strings/ |
D | stringprintf.cc | 40 va_list ap) { in StringAppendVT() 108 va_list ap; in StringPrintf() local 116 std::string StringPrintV(const char* format, va_list ap) { in StringPrintV() 123 va_list ap; in SStringPrintf() local 132 va_list ap; in StringAppendF() local 138 void StringAppendV(std::string* dst, const char* format, va_list ap) { in StringAppendV()
|
/third_party/icu/icu4c/source/io/ |
D | sprintf.cpp | 119 va_list ap; in u_sprintf() local 134 va_list ap; in u_sprintf_u() local 147 va_list ap) in u_vsprintf() 158 va_list ap; in u_snprintf() local 174 va_list ap; in u_snprintf_u() local 188 va_list ap) in u_vsnprintf() 221 va_list ap) in u_vsprintf_u() 235 va_list ap) in u_vsnprintf_u()
|
D | uscanf.cpp | 41 va_list ap; in u_fscanf() local 56 va_list ap; in u_fscanf_u() local 69 va_list ap) in u_vfscanf() 102 va_list ap) in u_vfscanf_u()
|
D | uprintf.cpp | 117 va_list ap; in u_fprintf() local 131 va_list ap; in u_printf() local 144 va_list ap; in u_fprintf_u() local 158 va_list ap; in u_printf_u() local 169 va_list ap) in u_vfprintf() 207 va_list ap) in u_vfprintf_u()
|
D | sscanf.cpp | 40 va_list ap; in u_sscanf() local 55 va_list ap; in u_sscanf_u() local 68 va_list ap) in u_vsscanf() 101 va_list ap) in u_vsscanf_u()
|
/third_party/skia/third_party/externals/icu/source/io/ |
D | sprintf.cpp | 107 va_list ap; in u_sprintf() local 122 va_list ap; in u_sprintf_u() local 135 va_list ap) in u_vsprintf() 146 va_list ap; in u_snprintf() local 162 va_list ap; in u_snprintf_u() local 176 va_list ap) in u_vsnprintf() 209 va_list ap) in u_vsprintf_u() 223 va_list ap) in u_vsnprintf_u()
|
D | uscanf.cpp | 41 va_list ap; in u_fscanf() local 56 va_list ap; in u_fscanf_u() local 69 va_list ap) in u_vfscanf() 102 va_list ap) in u_vfscanf_u()
|
D | uprintf.cpp | 117 va_list ap; in u_fprintf() local 131 va_list ap; in u_printf() local 144 va_list ap; in u_fprintf_u() local 158 va_list ap; in u_printf_u() local 169 va_list ap) in u_vfprintf() 207 va_list ap) in u_vfprintf_u()
|
D | sscanf.cpp | 40 va_list ap; in u_sscanf() local 55 va_list ap; in u_sscanf_u() local 68 va_list ap) in u_vsscanf() 101 va_list ap) in u_vsscanf_u()
|
/third_party/mksh/ |
D | lalloc.c | 85 ainit(Area *ap) in ainit() 100 findptr(struct lalloc_common **lpp, char *ptr, Area *ap) in findptr() 133 aresize2(void *ptr, size_t fac1, size_t fac2, Area *ap) in aresize2() 141 aresize(void *ptr, size_t numb, Area *ap) in aresize() 168 afree(void *ptr, Area *ap) in afree() 182 afreeall(Area *ap) in afreeall()
|
/third_party/openssl/test/testutil/ |
D | output.c | 14 va_list ap; in test_printf_stdout() local 26 va_list ap; in test_printf_stderr() local 38 va_list ap; in test_printf_tapout() local 50 va_list ap; in test_printf_taperr() local
|
D | basic_output.c | 64 int test_vprintf_stdout(const char *fmt, va_list ap) in test_vprintf_stdout() 69 int test_vprintf_stderr(const char *fmt, va_list ap) in test_vprintf_stderr() 84 int test_vprintf_tapout(const char *fmt, va_list ap) in test_vprintf_tapout() 89 int test_vprintf_taperr(const char *fmt, va_list ap) in test_vprintf_taperr()
|
/third_party/curl/src/ |
D | tool_msgs.c | 42 va_list ap) in voutf() 92 va_list ap; in notef() local 106 va_list ap; in warnf() local 118 va_list ap; in helpf() local 140 va_list ap; in errorf() local
|
/third_party/musl/libc-test/src/functionalext/supplement/stdio/ |
D | vsnprintf.c | 26 va_list ap; in vsnprintf_test() local 41 va_list ap; in vsnprintf_test2() local 56 va_list ap; in vsnprintf_zeron() local 70 va_list ap; in vsnprintf_zeron_all() local
|
/third_party/protobuf/src/google/protobuf/stubs/ |
D | stringprintf.cc | 57 void StringAppendV(string* dst, const char* format, va_list ap) { in StringAppendV() 110 va_list ap; in StringPrintf() local 119 va_list ap; in SStringPrintf() local 128 va_list ap; in StringAppendF() local
|
/third_party/node/deps/icu-small/source/i18n/ |
D | umsg.cpp | 69 va_list ap; in u_formatMessage() local 88 va_list ap, in u_vformatMessage() 109 va_list ap; in u_formatMessageWithError() local 129 va_list ap, in u_vformatMessageWithError() 154 va_list ap; in u_parseMessage() local 171 va_list ap, in u_vparseMessage() 191 va_list ap; in u_parseMessageWithError() local 208 va_list ap, in u_vparseMessageWithError() 370 va_list ap; in umsg_format() local 392 va_list ap, in umsg_vformat() [all …]
|
/third_party/icu/icu4c/source/i18n/ |
D | umsg.cpp | 69 va_list ap; in u_formatMessage() local 88 va_list ap, in u_vformatMessage() 109 va_list ap; in u_formatMessageWithError() local 129 va_list ap, in u_vformatMessageWithError() 154 va_list ap; in u_parseMessage() local 171 va_list ap, in u_vparseMessage() 191 va_list ap; in u_parseMessageWithError() local 208 va_list ap, in u_vparseMessageWithError() 370 va_list ap; in umsg_format() local 392 va_list ap, in umsg_vformat() [all …]
|