Home
last modified time | relevance | path

Searched refs:user (Results 201 - 225 of 1222) sorted by relevance

12345678910>>...49

/third_party/ltp/testcases/network/nfsv4/acl/
H A Dtest_long_acl.py31 user = test.uList.pop()
33 u = subprocess.getoutput('setfacl -m u:' + user + ':' + mode + " " + path + "/" + testfile)
35 print("setfacl -m u:" + user + ':' + mode + " " + path + "/" + testfile)
H A Drandom_gen.py30 """ Create a user in available groups to do the tests """
36 print("create user " + username + "failed" + u)
56 """ Random creation of n user """
59 userName= "user" + str(i)
74 """ Retrieve the list of user from /etc/passwd file """
83 NameOK = re.match("user",userName)
84 # We keep only usernames starting with "user"
106 NameOK = re.match("user",userName)
107 # We keep only usernames starting with "user"
168 """ Create Random User List with fixed length user name
[all...]
/third_party/node/deps/v8/src/compiler/
H A Dgraph-trimmer.cc34 Node* const user = edge.from(); in TrimGraph() local
35 if (!IsLive(user)) { in TrimGraph()
37 StdoutStream{} << "DeadLink: " << *user << "(" << edge.index() in TrimGraph()
/third_party/curl/lib/vauth/
H A Ddigest_sspi.c84 * userp [in] - The user name in the format User or Domain\User.
85 * passwdp [in] - The user's password.
159 /* Use the current Windows user */ in Curl_auth_create_digest_md5_message()
382 * userp [in] - The user name in the format User or Domain\User.
383 * passwdp [in] - The user's password.
432 /* If the user/passwd that was used to make the identity for http_context in Curl_auth_create_digest_http_message()
434 if((userp && !digest->user) || (!userp && digest->user) || in Curl_auth_create_digest_http_message()
436 (userp && digest->user && Curl_timestrcmp(userp, digest->user)) || in Curl_auth_create_digest_http_message()
[all...]
/third_party/curl/lib/
H A Durl.c211 Curl_safefree(up->user); in up_free()
324 Curl_safefree(data->state.aptr.user); in Curl_close()
439 * securetransport when explicitly specified by the user via in Curl_init_userdefined()
585 Curl_safefree(conn->http_proxy.user); in conn_free()
586 Curl_safefree(conn->socks_proxy.user); in conn_free()
592 Curl_safefree(conn->user); in conn_free()
726 /* the user information is case-sensitive in socks_proxy_info_matches()
732 if(Curl_timestrcmp(data->user, needle->user) || in socks_proxy_info_matches()
1145 if(Curl_timestrcmp(needle->user, chec in ConnectionExists()
[all...]
H A Dhash.c37 hash_element_dtor(void *user, void *element) in hash_element_dtor() argument
39 struct Curl_hash *h = (struct Curl_hash *) user; in hash_element_dtor()
197 Curl_hash_apply(Curl_hash *h, void *user, in Curl_hash_apply() argument
198 void (*cb)(void *user, void *ptr)) in Curl_hash_apply()
208 cb(user, el->ptr); in Curl_hash_apply()
247 Curl_hash_clean_with_criterium(struct Curl_hash *h, void *user, in Curl_hash_clean_with_criterium() argument
265 if(!comp || comp(user, he->ptr)) { in Curl_hash_clean_with_criterium()
H A Dldap.c221 static int ldap_win_bind_auth(LDAP *server, const char *user, in ldap_win_bind_auth() argument
252 if(method && user && passwd) { in ldap_win_bind_auth()
253 rc = Curl_create_sspi_identity(user, passwd, &cred); in ldap_win_bind_auth()
260 /* proceed with current user credentials */ in ldap_win_bind_auth()
269 const char *user, const char *passwd) in ldap_win_bind()
276 if(user && passwd && (data->set.httpauth & CURLAUTH_BASIC)) { in ldap_win_bind()
277 inuser = curlx_convert_UTF8_to_tchar((char *) user); in ldap_win_bind()
287 rc = ldap_win_bind_auth(server, user, passwd, data->set.httpauth); in ldap_win_bind()
324 char *user = NULL; in ldap_do() local
360 if(data->state.aptr.user) { in ldap_do()
268 ldap_win_bind(struct Curl_easy *data, LDAP *server, const char *user, const char *passwd) ldap_win_bind() argument
[all...]
/third_party/skia/third_party/externals/freetype/src/base/
H A Dftdbgmem.c233 memory->user = table->memory_user; in ft_mem_table_alloc()
235 memory->user = table; in ft_mem_table_alloc()
248 memory->user = table->memory_user; in ft_mem_table_free()
250 memory->user = table; in ft_mem_table_free()
639 FT_MemTable table = (FT_MemTable)memory->user; in ft_mem_debug_alloc()
675 FT_MemTable table = (FT_MemTable)memory->user; in ft_mem_debug_free()
701 FT_MemTable table = (FT_MemTable)memory->user; in ft_mem_debug_realloc()
796 table->memory_user = memory->user; in ft_mem_debug_init()
808 memory->user = table; in ft_mem_debug_init()
860 FT_MemTable table = (FT_MemTable)memory->user; in ft_mem_debug_done()
[all...]
/third_party/lwip/src/netif/ppp/
H A Dauth.c170 /* Hook for a plugin to check the PAP user and password */
171 int (*pap_auth_hook) (char *user, char *passwd, char **msgp,
175 /* Hook for a plugin to know about the PAP user logout */
179 int (*pap_passwd_hook) (char *user, char *passwd) = NULL;
185 int (*chap_passwd_hook) (char *user, char *passwd) = NULL;
230 bool explicit_user = 0; /* Set if "user" option supplied */
362 "Get PAP user and password from file",
366 { "user", o_string, user,
427 /* open user inf
[all...]
/third_party/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_pt_vsplit_tmp.h40 const ELT_TYPE *ib = (const ELT_TYPE *) draw->pt.user.elts; in CONCAT()
41 const unsigned min_index = draw->pt.user.min_index; in CONCAT()
42 const unsigned max_index = draw->pt.user.max_index; in CONCAT()
43 const int elt_bias = draw->pt.user.eltBias; in CONCAT()
52 if (end >= draw->pt.user.eltMax || in CONCAT()
139 const ELT_TYPE *ib = (const ELT_TYPE *) draw->pt.user.elts; in CONCAT()
140 const int ibias = draw->pt.user.eltBias; in CONCAT()
/third_party/cups-filters/backend/
H A Dcups-brf.c37 char *user; in main() local
49 /* We need to be root to be able to turn into another user. */ in main()
62 fprintf(stderr, "ERROR: cups-brf jobid user name nb options [filename]\n"); in main()
76 /* Now we have everything, turn into the user */ in main()
77 user = argv[2]; in main()
78 pw = getpwnam(user); in main()
80 fprintf(stderr, "ERROR: getting user \"%s\" information\n", user); in main()
92 /* Now we act as user */ in main()
/third_party/libwebsockets/include/libwebsockets/
H A Dlws-lejp.h118 * Your user callback is associated with the context at construction time,
158 * intermediate buffer to the user code, so we can handle
206 char b; /* user bitfield */
210 void *user; /* private to the stack level */ member
224 void *user; member
265 void *user, const char * const *paths, unsigned char paths_count);
282 lejp_parser_push(struct lejp_ctx *ctx, void *user, const char * const *paths,
/third_party/jerryscript/tests/jerry/es2015/
H A Dreflect-own-keys.js136 var user = {
142 assert (Reflect.ownKeys (user)[0] === "name");
143 assert (Reflect.ownKeys (user)[1] === "age");
144 assert (Reflect.ownKeys (user)[2] === id);
/third_party/node/lib/internal/bootstrap/switches/
H A Ddoes_own_process_state.js51 function initgroups(user, extraGroup) {
52 validateId(user, 'user');
54 // Result is 0 on success, 1 if user is unknown, 2 if group is unknown.
55 const result = _initgroups(user, extraGroup);
57 throw new ERR_UNKNOWN_CREDENTIAL('User', user);
/third_party/ltp/testcases/kernel/syscalls/chdir/
H A Dchdir01.c94 static void check_result(const char *user, const char *name, int retval, in check_result() argument
100 user, name, TST_RET); in check_result()
106 "%s: chdir(\"%s\") returned unexpected error", user, in check_result()
112 user, name); in check_result()
/third_party/mesa3d/src/gallium/drivers/r300/compiler/
H A Dradeon_dataflow.h131 void rc_dataflow_deadcode(struct radeon_compiler * c, void *user);
132 void rc_dataflow_swizzles(struct radeon_compiler * c, void *user);
135 void rc_optimize(struct radeon_compiler * c, void *user);
136 void rc_inline_literals(struct radeon_compiler *c, void *user);
/third_party/skia/third_party/externals/spirv-tools/source/reduce/
H A Dremove_unused_instruction_reduction_opportunity_finder.cpp133 &inst, [this](opt::Instruction* user, uint32_t use_index) -> bool { in OnlyReferencedByIntimateDecorationOrEntryPointInterface()
134 return (user->IsDecoration() && in OnlyReferencedByIntimateDecorationOrEntryPointInterface()
135 !IsIndependentlyRemovableDecoration(*user)) || in OnlyReferencedByIntimateDecorationOrEntryPointInterface()
136 (user->opcode() == SpvOpEntryPoint && use_index > 2); in OnlyReferencedByIntimateDecorationOrEntryPointInterface()
H A Dstructured_construct_to_block_reduction_opportunity_finder.cpp138 [context, &header, &region](opt::Instruction* user, in DefinitionsRestrictedToRegion()
140 auto user_block = context->get_instr_block(user); in DefinitionsRestrictedToRegion()
141 if (user == header.GetMergeInst() || in DefinitionsRestrictedToRegion()
142 user == header.terminator()) { in DefinitionsRestrictedToRegion()
145 // not matter if the user is one of these in DefinitionsRestrictedToRegion()
151 // The user is either a global instruction, or an in DefinitionsRestrictedToRegion()
153 // the region would invalidate this user. in DefinitionsRestrictedToRegion()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/reduce/
H A Dremove_unused_instruction_reduction_opportunity_finder.cpp133 &inst, [this](opt::Instruction* user, uint32_t use_index) -> bool { in OnlyReferencedByIntimateDecorationOrEntryPointInterface()
134 return (user->IsDecoration() && in OnlyReferencedByIntimateDecorationOrEntryPointInterface()
135 !IsIndependentlyRemovableDecoration(*user)) || in OnlyReferencedByIntimateDecorationOrEntryPointInterface()
136 (user->opcode() == SpvOpEntryPoint && use_index > 2); in OnlyReferencedByIntimateDecorationOrEntryPointInterface()
H A Dstructured_construct_to_block_reduction_opportunity_finder.cpp138 [context, &header, &region](opt::Instruction* user, in DefinitionsRestrictedToRegion()
140 auto user_block = context->get_instr_block(user); in DefinitionsRestrictedToRegion()
141 if (user == header.GetMergeInst() || in DefinitionsRestrictedToRegion()
142 user == header.terminator()) { in DefinitionsRestrictedToRegion()
145 // not matter if the user is one of these in DefinitionsRestrictedToRegion()
151 // The user is either a global instruction, or an in DefinitionsRestrictedToRegion()
153 // the region would invalidate this user. in DefinitionsRestrictedToRegion()
/third_party/toybox/toys/lsb/
H A Dumount.c24 -l Lazy unmount (detach from filesystem now, close when last user does)
46 // fstab -o user
53 // is it ok for this user to umount this mount? in do_umount()
56 int len, user = 0; in do_umount() local
63 if (len == 4 && strncmp(s, "user", 4)) user = 1; in do_umount()
64 else if (len == 6 && strncmp(s, "nouser", 6)) user = 0; in do_umount()
71 if (!user) { in do_umount()
/third_party/selinux/libselinux/utils/
H A Dgetdefaultcon.c14 fprintf(stderr, "usage: %s [-l level] [-s service] user [fromcon]\n", name); in usage()
23 char *user = NULL, *level = NULL, *role=NULL, *seuser=NULL, *dlevel=NULL; in main() local
60 user = argv[optind]; in main()
76 if ((ret = getseuser(user, service, &seuser, &dlevel)) == 0) { in main()
87 printf("%s: %s from %s %s %s %s -> %s\n", argv[0], user, cur_context, seuser, role, level, usercon); in main()
/third_party/selinux/libselinux/src/
H A Dcompute_user.c14 const char *user, char *** con) in security_compute_user_raw()
30 snprintf(path, sizeof path, "%s/user", selinux_mnt); in security_compute_user_raw()
42 ret = snprintf(buf, size, "%s %s", scon, user); in security_compute_user_raw()
91 const char *user, char *** con) in security_compute_user()
99 ret = security_compute_user_raw(rscon, user, con); in security_compute_user()
13 security_compute_user_raw(const char * scon, const char *user, char *** con) security_compute_user_raw() argument
90 security_compute_user(const char * scon, const char *user, char *** con) security_compute_user() argument
/third_party/spirv-tools/source/reduce/
H A Dremove_unused_instruction_reduction_opportunity_finder.cpp133 &inst, [this](opt::Instruction* user, uint32_t use_index) -> bool { in OnlyReferencedByIntimateDecorationOrEntryPointInterface()
134 return (user->IsDecoration() && in OnlyReferencedByIntimateDecorationOrEntryPointInterface()
135 !IsIndependentlyRemovableDecoration(*user)) || in OnlyReferencedByIntimateDecorationOrEntryPointInterface()
136 (user->opcode() == spv::Op::OpEntryPoint && use_index > 2); in OnlyReferencedByIntimateDecorationOrEntryPointInterface()
H A Dstructured_construct_to_block_reduction_opportunity_finder.cpp138 [context, &header, &region](opt::Instruction* user, in DefinitionsRestrictedToRegion()
140 auto user_block = context->get_instr_block(user); in DefinitionsRestrictedToRegion()
141 if (user == header.GetMergeInst() || in DefinitionsRestrictedToRegion()
142 user == header.terminator()) { in DefinitionsRestrictedToRegion()
145 // not matter if the user is one of these in DefinitionsRestrictedToRegion()
151 // The user is either a global instruction, or an in DefinitionsRestrictedToRegion()
153 // the region would invalidate this user. in DefinitionsRestrictedToRegion()

Completed in 13 milliseconds

12345678910>>...49