/third_party/musl/arch/powerpc/bits/ |
H A D | user.h | 1 struct user { struct
|
/third_party/musl/arch/sh/bits/ |
H A D | user.h | 32 struct user { struct
|
/third_party/musl/arch/arm/bits/ |
H A D | user.h | 23 struct user { struct
|
/third_party/musl/arch/microblaze/bits/ |
H A D | user.h | 9 struct user { struct
|
/third_party/musl/arch/powerpc64/bits/ |
H A D | user.h | 1 struct user { struct
|
/third_party/mesa3d/src/gallium/drivers/r300/compiler/ |
H A D | radeon_program_alu.h | 69 void *user);
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
H A D | private_to_local_pass.h | 66 bool UpdateUse(Instruction* inst, Instruction* user);
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
H A D | private_to_local_pass.h | 66 bool UpdateUse(Instruction* inst, Instruction* user);
|
/third_party/skia/third_party/externals/freetype/include/freetype/ |
H A D | ftsystem.h | 156 * user :: 157 * A generic typeless pointer for user data. 171 void* user; member
|
/third_party/selinux/libsepol/include/sepol/ |
H A D | users.h | 13 /* Modify the user, or add it, if the key is not found */ 23 /* Check if the specified user exists */ 28 /* Query a user - returns the user or NULL if not found */ 41 int (*fn) (const sepol_user_t * user,
|
/third_party/selinux/libselinux/include/selinux/ |
H A D | context.h | 9 * Functions to deal with security contexts in user space. 45 extern int context_user_set(context_t con, const char *user);
|
/third_party/spirv-tools/source/opt/ |
H A D | private_to_local_pass.h | 66 bool UpdateUse(Instruction* inst, Instruction* user);
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/radius/ |
H A D | radius_server.h | 62 * get_eap_user - Callback for fetching EAP user information 67 * @user: Data structure for filling in the user information 70 * This is used to fetch information from user database. The callback 71 * will fill in information about allowed EAP methods and the user 76 int phase2, struct eap_user *user);
|
/kernel/linux/linux-5.10/include/net/ |
H A D | ip.h | 5 * interface as the means of communication with the user level. 121 It is user level problem, what it will make with them. 677 /* Return true if the value of 'user' is between 'lower_bond' 680 static inline bool ip_defrag_user_in_between(u32 user, in ip_defrag_user_in_between() argument 684 return user >= lower_bond && user <= upper_bond; in ip_defrag_user_in_between() 687 int ip_defrag(struct net *net, struct sk_buff *skb, u32 user); 689 struct sk_buff *ip_check_defrag(struct net *net, struct sk_buff *skb, u32 user); 691 static inline struct sk_buff *ip_check_defrag(struct net *net, struct sk_buff *skb, u32 user) in ip_check_defrag() argument
|
/kernel/linux/linux-6.6/include/net/ |
H A D | ip.h | 5 * interface as the means of communication with the user level. 122 It is user level problem, what it will make with them. 705 /* Return true if the value of 'user' is between 'lower_bond' 708 static inline bool ip_defrag_user_in_between(u32 user, in ip_defrag_user_in_between() argument 712 return user >= lower_bond && user <= upper_bond; in ip_defrag_user_in_between() 715 int ip_defrag(struct net *net, struct sk_buff *skb, u32 user); 717 struct sk_buff *ip_check_defrag(struct net *net, struct sk_buff *skb, u32 user); 719 static inline struct sk_buff *ip_check_defrag(struct net *net, struct sk_buff *skb, u32 user) in ip_check_defrag() argument
|
/third_party/curl/tests/server/ |
H A D | socksd.c | 44 * "user [string]" - the user name that must match (if method is 2) 52 * 2 - user + password 126 char user[256]; member 161 strcpy(config.user, "user"); in resetdefaults() 218 else if(!strcmp(key, "user")) { in getconfig() 219 strcpy(config.user, value); in getconfig() 220 logmsg("user [%s] set", config.user); in getconfig() [all...] |
/third_party/mesa3d/src/gallium/drivers/svga/ |
H A D | svga_resource_buffer_upload.c | 125 assert(!sbuf->user); in svga_buffer_create_hw_storage() 158 assert(!sbuf->user); in svga_buffer_create_host_surface() 856 assert(!sbuf->user); in svga_buffer_update_hw() 895 /* This user/malloc buffer is now indistinguishable from a gpu buffer */ in svga_buffer_update_hw() 898 if (sbuf->user) in svga_buffer_update_hw() 899 sbuf->user = FALSE; in svga_buffer_update_hw() 1062 assert(!sbuf->user); in svga_buffer_handle()
|
/third_party/python/Lib/ |
H A D | smtplib.py | 665 """ Authobject to use with CRAM-MD5 authentication. Requires self.user 670 return self.user + " " + hmac.HMAC( 674 """ Authobject to use with PLAIN authentication. Requires self.user and 676 return "\0%s\0%s" % (self.user, self.password) 679 """ Authobject to use with LOGIN authentication. Requires self.user and 682 return self.user 686 def login(self, user, password, *, initial_response_ok=True): 690 - user: The user name to authenticate with. 735 self.user, sel [all...] |
/third_party/curl/lib/ |
H A D | http.c | 277 const char *user; in http_output_basic() local 287 user = data->state.aptr.proxyuser; in http_output_basic() 295 user = data->state.aptr.user; in http_output_basic() 299 out = aprintf("%s:%s", user ? user : "", pwd ? pwd : ""); in http_output_basic() 579 if((data->state.aptr.user || data->set.str[STRING_BEARER]) && in Curl_http_auth_act() 720 (!proxy && data->state.aptr.user && in output_auth_headers() 752 infof(data, "%s auth using %s with user '%s'", in output_auth_headers() 756 (data->state.aptr.user in output_auth_headers() 4642 char *user, *pass, *host, *port; req_assign_url_authority() local [all...] |
/kernel/linux/linux-5.10/fs/notify/fanotify/ |
H A D | fanotify_user.c | 725 /* umask bits cannot be removed by user */ in fanotify_mark_remove_from_mask() 927 struct user_struct *user; in SYSCALL_DEFINE2() local 966 user = get_current_user(); in SYSCALL_DEFINE2() 967 if (atomic_read(&user->fanotify_listeners) > FANOTIFY_DEFAULT_MAX_LISTENERS) { in SYSCALL_DEFINE2() 968 free_uid(user); in SYSCALL_DEFINE2() 981 free_uid(user); in SYSCALL_DEFINE2() 985 group->fanotify_data.user = user; in SYSCALL_DEFINE2() 987 atomic_inc(&user->fanotify_listeners); in SYSCALL_DEFINE2() 1081 * encoding a file handle so user ca in fanotify_test_fid() [all...] |
/kernel/linux/linux-5.10/fs/hugetlbfs/ |
H A D | inode.c | 357 * We have a HOLE, zero out the user-buffer for the in hugetlbfs_read_iter() 365 * We have the page, copy it to user space buffer. in hugetlbfs_read_iter() 1461 vm_flags_t acctflag, struct user_struct **user, in hugetlb_file_setup() 1473 *user = NULL; in hugetlb_file_setup() 1479 *user = current_user(); in hugetlb_file_setup() 1480 if (user_shm_lock(size, *user)) { in hugetlb_file_setup() 1486 *user = NULL; in hugetlb_file_setup() 1513 if (*user) { in hugetlb_file_setup() 1514 user_shm_unlock(size, *user); in hugetlb_file_setup() 1515 *user in hugetlb_file_setup() 1460 hugetlb_file_setup(const char *name, size_t size, vm_flags_t acctflag, struct user_struct **user, int creat_flags, int page_size_log) hugetlb_file_setup() argument [all...] |
/kernel/linux/linux-6.6/fs/smb/server/ |
H A D | auth.c | 139 user_passkey(sess->user), in calc_ntlmv2_hash() 153 len = strlen(user_name(sess->user)); in calc_ntlmv2_hash() 160 conv_len = smb_strtoUTF16(uniname, user_name(sess->user), len, in calc_ntlmv2_hash() 172 ksmbd_debug(AUTH, "Could not update with user\n"); in calc_ntlmv2_hash() 297 * @usr: user details 513 struct ksmbd_user *user = NULL; in ksmbd_krb5_authenticate() local 541 user = ksmbd_alloc_user(&resp->login_response); in ksmbd_krb5_authenticate() 542 if (!user) { in ksmbd_krb5_authenticate() 547 sess->user = user; in ksmbd_krb5_authenticate() [all...] |
/third_party/curl/tests/ |
H A D | ftpserver.pl | 915 # allowed, such as <user@example.com>) 1081 # allowed, such as user or user@example.com) 1187 my ($user, $password) = split(/ /, $args, 2); 1188 fix_imap_params($user, $password); 1192 if ($user eq "") { 1756 my ($user, $secret) = split(/ /, $args, 2); 1761 elsif (($user eq "") || ($secret eq "")) { 1805 my ($user) = @_; 1807 logmsg "USER_pop3 got $user\ [all...] |
/third_party/libfuse/util/ |
H A D | fusermount.c | 187 const char *user = NULL; in may_unmount() local 193 user = get_user_name(); in may_unmount() 194 if (user == NULL) in may_unmount() 213 char *p = strstr(entp->mnt_opts, "user="); in may_unmount() 216 strcmp(p + 5, user) == 0) { in may_unmount() 250 * mountpoint and not a symlink. This is necessary otherwise the user 262 * Then bind mount parent onto a stable base where the user can't move 266 * mountpoint. If it's found then we are OK, and the user can't move 706 const char *user = get_user_name(); in get_mnt_opts() local 707 if (user in get_mnt_opts() [all...] |
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
H A D | nve4_compute.c | 396 if (nvc0->constbuf[s][i].user) { in nve4_compute_validate_constbufs() 603 // only user constant buffers 0-6 can be put in the descriptor, the rest are in nve4_compute_setup_buf_cb() 606 if (nvc0->constbuf[5][i].user || !nvc0->constbuf[5][i].u.buf) in nve4_compute_setup_buf_cb() 672 // Only bind user uniforms and the driver constant buffer through the in nve4_compute_setup_launch_desc() 675 if (nvc0->constbuf[5][0].user || cp->parm_size) { in nve4_compute_setup_launch_desc() 680 // should not happen if we've bound a user buffer. in nve4_compute_setup_launch_desc() 681 assert(nvc0->constbuf[5][0].user || !nvc0->constbuf[5][0].u.buf); in nve4_compute_setup_launch_desc() 721 // Only bind user uniforms and the driver constant buffer through the in gp100_compute_setup_launch_desc() 724 if (nvc0->constbuf[5][0].user || cp->parm_size) { in gp100_compute_setup_launch_desc() 729 // should not happen if we've bound a user buffe in gp100_compute_setup_launch_desc() [all...] |