/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/ |
H A D | eloop.c | 60 WPA_TRACE_REF(user); 71 WPA_TRACE_REF(user); 150 wpa_trace_add_ref(&table->table[i], user, in eloop_trace_sock_add_ref() 165 wpa_trace_remove_ref(&table->table[i], user, in eloop_trace_sock_remove_ref() 878 wpa_trace_add_ref(timeout, user, user_data); in eloop_register_timeout() 922 wpa_trace_remove_ref(timeout, user, timeout->user_data); in eloop_remove_timeout()
|
/third_party/selinux/libsepol/cil/src/ |
H A D | cil_policy.c | 274 fprintf(out, "%s:", DATUM(context->user)->fqn); in cil_context_to_policy() 1585 struct cil_user *user; in cil_users_to_policy() local 1591 user = i1->data; in cil_users_to_policy() 1593 fprintf(out, "user %s",user->datum.fqn); in cil_users_to_policy() 1596 if (ebitmap_get_bit(user->roles, role->value)) { in cil_users_to_policy() 1619 if (mls == CIL_TRUE && user->dftlevel != NULL) { in cil_users_to_policy() 1621 cil_level_to_policy(out, user->dftlevel); in cil_users_to_policy() 1624 if (mls == CIL_TRUE && user->range != NULL) { in cil_users_to_policy() 1626 cil_levelrange_to_policy(out, user in cil_users_to_policy() [all...] |
H A D | cil_resolve_ast.c | 855 userrole->user = (struct cil_user*)user_datum; in cil_resolve_userrole() 874 struct cil_user *user = NULL; in cil_resolve_userlevel() local 886 cil_log(CIL_ERR, "Userlevel must be a user\n"); in cil_resolve_userlevel() 891 user = (struct cil_user*)user_datum; in cil_resolve_userlevel() 899 user->dftlevel = usrlvl->level; in cil_resolve_userlevel() 902 if (user->dftlevel->datum.name == NULL) { in cil_resolve_userlevel() 903 rc = cil_resolve_level(current, user->dftlevel, extra_args); in cil_resolve_userlevel() 913 user->dftlevel = usrlvl->level; in cil_resolve_userlevel() 927 struct cil_user *user = NULL; in cil_resolve_userrange() local 939 cil_log(CIL_ERR, "Userrange must be a user in cil_resolve_userrange() 2571 struct cil_user *user = (struct cil_user *)child_datum; cil_resolve_bounds() local [all...] |
/third_party/astc-encoder/Source/ |
H A D | stb_image.h | 176 // stbi_failure_reason() can be queried for an extremely brief, end-user 179 // more user-friendly ones. 411 int (*read) (void *user,char *data,int size); // fill 'data' with 'size' bytes. return number of bytes actually read 412 void (*skip) (void *user,int n); // skip the next 'n' bytes, or 'unget' the last -n bytes if negative 413 int (*eof) (void *user); // returns nonzero if we are at end of file/data 422 STBIDEF stbi_uc *stbi_load_from_callbacks(stbi_io_callbacks const *clbk , void *user, int *x, int *y, int *channels_in_file, int desired_channels); 444 STBIDEF stbi_us *stbi_load_16_from_callbacks(stbi_io_callbacks const *clbk, void *user, int *x, int *y, int *channels_in_file, int desired_channels); 457 STBIDEF float *stbi_loadf_from_callbacks (stbi_io_callbacks const *clbk, void *user, int *x, int *y, int *channels_in_file, int desired_channels); 476 STBIDEF int stbi_is_hdr_from_callbacks(stbi_io_callbacks const *clbk, void *user); 493 STBIDEF int stbi_info_from_callbacks(stbi_io_callbacks const *clbk, void *user, in 834 stbi__start_callbacks(stbi__context *s, stbi_io_callbacks *c, void *user) stbi__start_callbacks() argument 848 stbi__stdio_read(void *user, char *data, int size) stbi__stdio_read() argument 853 stbi__stdio_skip(void *user, int n) stbi__stdio_skip() argument 863 stbi__stdio_eof(void *user) stbi__stdio_eof() argument 1420 stbi_load_16_from_callbacks(stbi_io_callbacks const *clbk, void *user, int *x, int *y, int *channels_in_file, int desired_channels) stbi_load_16_from_callbacks() argument 1434 stbi_load_from_callbacks(stbi_io_callbacks const *clbk, void *user, int *x, int *y, int *comp, int req_comp) stbi_load_from_callbacks() argument 1483 stbi_loadf_from_callbacks(stbi_io_callbacks const *clbk, void *user, int *x, int *y, int *comp, int req_comp) stbi_loadf_from_callbacks() argument 1557 stbi_is_hdr_from_callbacks(stbi_io_callbacks const *clbk, void *user) stbi_is_hdr_from_callbacks() argument [all...] |
/third_party/selinux/libsepol/src/ |
H A D | expand.c | 415 ERR(state->handle, "Found conflicting default user definitions"); in class_copy_default_new_object() 627 user_datum_t *user = (user_datum_t *) datum; in user_bounds_copy_callback() local 631 if (!user->bounds) in user_bounds_copy_callback() 637 bounds_val = state->usermap[user->bounds - 1]; in user_bounds_copy_callback() 995 user_datum_t *user; in user_copy_callback() local 1001 user = (user_datum_t *) datum; in user_copy_callback() 1010 INFO(state->handle, "copying user %s", id); in user_copy_callback() 1024 state->usermap[user->s.value - 1] = new_user->s.value; in user_copy_callback() 1044 if (mls_semantic_range_expand(&user->range, in user_copy_callback() 1049 if (mls_semantic_level_expand(&user in user_copy_callback() [all...] |
H A D | link.c | 83 "common", "class", "role", "type/attribute", "user", 216 ERR(state->handle, "Found conflicting default user definitions"); in class_copy_default_new_object() 538 user_datum_t *user, *base_user, *new_user = NULL; in user_copy_callback() local 541 user = (user_datum_t *) datum; in user_copy_callback() 546 INFO(state->handle, "copying user %s", id); in user_copy_callback() 589 state->cur->map[SYM_USERS][user->s.value - 1] = base_user->s.value; in user_copy_callback() 824 user_datum_t *user = (user_datum_t *) datum; in user_bounds_copy_callback() local 828 if (!user->bounds) in user_bounds_copy_callback() 831 bounds_val = state->cur->map[SYM_USERS][user->bounds - 1]; in user_bounds_copy_callback() 1182 user_datum_t *user, *new_use in user_fix_callback() local [all...] |
/third_party/backends/frontend/ |
H A D | saned.c | 267 /* The default-user name. This is not used to imply any rights. All 268 it does is save a remote user some work by reducing the amount of 270 static const char *default_username = "saned-user"; 3082 runas_user (char *user) argument 3092 pwent = getpwnam(user); 3096 DBG (DBG_ERR, "FATAL ERROR: user %s not found on system\n", user); 3127 if (strcmp(grp->gr_mem[i], user) == 0) 3190 run_standalone (char *user) argument 3251 if (user) 3452 char *user = NULL; global() local [all...] |
/third_party/glfw/include/GLFW/ |
H A D | glfw3.h | 742 * again. Otherwise, inform the user that their machine does not match your 774 * downgrade your requirements and try again. Otherwise, inform the user that 779 * the user, as appropriate. 842 * a different platform if possible or notify the user that no usable platform was 1423 * void* function_name(size_t size, void* user) 1450 * @param[in] user The user-defined pointer from the allocator. 1469 typedef void* (* GLFWallocatefun)(size_t size, void* user); 1476 * void* function_name(void* block, size_t size, void* user) 1506 * @param[in] user Th 2155 void* user; global() member [all...] |
/third_party/libwebsockets/lib/secure-streams/ |
H A D | secure-streams-client.c | 30 * we can't judge user or transient states, leave the old state in lws_ss_check_next_state_sspc() 200 void *user, void *in, size_t len) in callback_sspc_client() 592 return lws_callback_http_dummy(wsi, reason, user, in, len); in callback_sspc_client() 630 /* allocate the handle (including ssi), the user alloc, in lws_sspc_create() 700 lws_sspc_destroy_dll(struct lws_dll2 *d, void *user) in lws_sspc_destroy_dll() argument 793 /* confirm no sul left scheduled in handle or user allocation object */ in lws_sspc_destroy() 941 * efficient to do this but user code can do what it likes... let's in _lws_sspc_set_metadata() 1101 lws_sspc_cancel_notify_dll(struct lws_dll2 *d, void *user) in lws_sspc_cancel_notify_dll() argument 199 callback_sspc_client(struct lws *wsi, enum lws_callback_reasons reason, void *user, void *in, size_t len) callback_sspc_client() argument
|
/third_party/openssl/ohos_lite/include/openssl/ |
H A D | x509v3.h | 217 ASN1_OCTET_STRING *user; member 456 int SXNET_add_id_asc(SXNET **psx, const char *zone, const char *user, int userlen); 457 int SXNET_add_id_ulong(SXNET **psx, unsigned long lzone, const char *user, 459 int SXNET_add_id_INTEGER(SXNET **psx, ASN1_INTEGER *izone, const char *user,
|
/third_party/cups-filters/filter/foomatic-rip/ |
H A D | foomaticrip.c | 667 job->id, job->user, job->title, "1", job->optstr->data, in print_file() 770 strlcpy(job->user, passwd->pw_name, 128); in create_job() 771 snprintf(job->title, 2048, "%s@%s", job->user, job->host); in create_job()
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
H A D | nvc0_context.c | 129 if (nvc0->constbuf[s][i].user) in nvc0_memory_barrier() 209 if (!nvc0->constbuf[s][i].user) in nvc0_context_unreference_resources() 353 if (!nvc0->constbuf[s][i].user && in nvc0_invalidate_resource_storage()
|
/third_party/mesa3d/src/gallium/auxiliary/util/ |
H A D | u_inlines.h | 249 dst->buffer.user = NULL; in pipe_vertex_buffer_unreference() 275 dst->buffer.user = src->buffer.user; in pipe_vertex_buffer_reference()
|
/third_party/python/Lib/test/ |
H A D | test_poplib.py | 97 self.push("-ERR no such user") 285 self.assertOK(self.client.user('guido')) 286 self.assertRaises(poplib.error_proto, self.client.user, 'invalid') 290 self.assertRaises(poplib.error_proto, self.client.user, 'invalid')
|
/third_party/spirv-tools/source/val/ |
H A D | validate_interfaces.cpp | 59 const auto user = uses[i]; in check_interface_variable() local 60 if (const Function* func = user->function()) { in check_interface_variable() 66 for (auto use : user->uses()) { in check_interface_variable()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/math/ |
H A D | BigDecimal.java | 1013 byte user[]; in add() 1057 // usel and user will be the byte arrays passed to the adder; we'll in add() 1061 user = rhs.mant; in add() 1103 res.mant = user; in add() 1151 usel = user; in add() 1152 user = t; // swap in add() 1165 eb = user.length - 1; in add() 1180 cb = user[ib]; in add() 1186 usel = user; in add() 1187 user in add() [all...] |
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/math/ |
H A D | BigDecimal.java | 989 byte user[]; in add() 1033 // usel and user will be the byte arrays passed to the adder; we'll in add() 1037 user = rhs.mant; in add() 1079 res.mant = user; in add() 1127 usel = user; in add() 1128 user = t; // swap in add() 1141 eb = user.length - 1; in add() 1156 cb = user[ib]; in add() 1162 usel = user; in add() 1163 user in add() [all...] |
/third_party/curl/lib/ |
H A D | http_digest.c | 109 userp = data->state.aptr.user; in Curl_output_digest()
|
/third_party/libunwind/libunwind/src/ |
H A D | os-freebsd.c | 29 #include <sys/user.h>
|
/third_party/libunwind/libunwind/tests/ |
H A D | crasher.c | 12 #include <sys/user.h>
|
/third_party/libwebsockets/lib/misc/ |
H A D | fsmount.c | 41 rm_rf_cb(const char *dirpath, void *user, struct lws_dir_entry *lde) in rm_rf_cb() argument
|
/third_party/libwebsockets/include/libwebsockets/ |
H A D | lws-callbacks.h | 30 * user code. For one of a list of a few dozen reasons the callback gets 131 * including OpenSSL support, this callback allows your user code 134 * can use to confirm the remote server identity. user is the 139 * including OpenSSL support, this callback allows your user code 141 * verify the validity of certificates returned by clients. user 155 * arguments passed. In this callback, user is the x509_ctx, 185 * arguments passed. In this callback, user is the x509_ctx, 190 * X509_STORE_CTX_set_error((X509_STORE_CTX*)user, X509_V_OK); must be 252 * user is a pointer to the connection user spac [all...] |
/third_party/libwebsockets/minimal-examples/api-tests/api-test-lws_struct-json/ |
H A D | test2.c | 134 t2_config_dump(struct lws_dll2 *d, void *user) in t2_config_dump() argument
|
/third_party/libwebsockets/minimal-examples/raw/minimal-raw-adopt-udp/ |
H A D | minimal-raw-adopt-udp.c | 42 void *user, void *in, size_t len) in callback_raw_test() 186 "user")) { in main() 41 callback_raw_test(struct lws *wsi, enum lws_callback_reasons reason, void *user, void *in, size_t len) callback_raw_test() argument
|
/third_party/libwebsockets/minimal-examples-lowlevel/raw/minimal-raw-client/ |
H A D | main.c | 42 void *user, void *in, size_t len) in callback_raw_test() 41 callback_raw_test(struct lws *wsi, enum lws_callback_reasons reason, void *user, void *in, size_t len) callback_raw_test() argument
|