Home
last modified time | relevance | path

Searched defs:user (Results 1 – 25 of 590) sorted by relevance

12345678910>>...24

/third_party/musl/arch/mipsn32/bits/
Duser.h1 struct user { struct
2 unsigned long regs[102];
3 unsigned long u_tsize, u_dsize, u_ssize;
4 unsigned long long start_code, start_data, start_stack;
5 long long signal;
6 unsigned long long *u_ar0;
7 unsigned long long magic;
8 char u_comm[32];
/third_party/musl/arch/mips64/bits/
Duser.h1 struct user { struct
2 unsigned long regs[102];
3 unsigned long u_tsize, u_dsize, u_ssize;
4 unsigned long long start_code, start_data, start_stack;
5 long long signal;
6 unsigned long long *u_ar0;
7 unsigned long long magic;
8 char u_comm[32];
/third_party/musl/arch/mips/bits/
Duser.h1 struct user { struct
2 unsigned long regs[45+64];
3 unsigned long u_tsize, u_dsize, u_ssize;
4 unsigned long start_code, start_data, start_stack;
5 long signal;
6 void *u_ar0;
7 unsigned long magic;
8 char u_comm[32];
/third_party/musl/porting/liteos_m/kernel/include/bits/
Duser.h23 struct user { struct
24 struct user_regs regs; argument
30 struct user_regs *u_ar0; argument
34 struct user_fpregs u_fp; argument
35 struct user_fpregs *u_fp0; argument
/third_party/musl/porting/uniproton/kernel/include/bits/
Duser.h23 struct user { struct
24 struct user_regs regs; argument
30 struct user_regs *u_ar0; argument
34 struct user_fpregs u_fp; argument
35 struct user_fpregs *u_fp0; argument
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
Duser.h23 struct user { struct
24 struct user_regs regs; argument
30 struct user_regs *u_ar0; argument
34 struct user_fpregs u_fp; argument
35 struct user_fpregs *u_fp0; argument
/third_party/musl/arch/arm/bits/
Duser.h23 struct user { struct
24 struct user_regs regs; argument
30 struct user_regs *u_ar0; argument
34 struct user_fpregs u_fp; argument
35 struct user_fpregs *u_fp0; argument
/third_party/musl/arch/microblaze/bits/
Duser.h9 struct user { struct
10 struct user_regs_struct regs; argument
12 struct user_fpregs_struct elf_fpregset_t; argument
16 struct user_regs_struct *u_ar0; argument
17 struct user_fpregs_struct *u_fpstate; argument
25 typedef struct user_fpregs_struct elf_fpregset_t; argument
/third_party/musl/arch/sh/bits/
Duser.h32 struct user { struct
38 struct user_fpu_struct fpu; argument
48 struct user_fpu_struct *u_fpstate; argument
49 unsigned long magic;
50 char u_comm[32];
/third_party/musl/arch/powerpc/bits/
Duser.h1 struct user { struct
2 struct {
5 } regs;
6 unsigned long u_tsize, u_dsize, u_ssize;
7 unsigned long start_code, start_data, start_stack;
8 long signal;
9 void *u_ar0;
10 unsigned long magic;
11 char u_comm[32];
/third_party/musl/arch/powerpc64/bits/
Duser.h1 struct user { struct
2 struct {
5 } regs;
6 unsigned long u_tsize, u_dsize, u_ssize;
7 unsigned long start_code, start_data, start_stack;
8 long signal;
9 void *u_ar0;
10 unsigned long magic;
11 char u_comm[32];
/third_party/selinux/libsepol/src/
Duser_record.c64 const sepol_user_t * user, in sepol_user_key_extract()
84 int sepol_user_compare(const sepol_user_t * user, const sepol_user_key_t * key) in sepol_user_compare()
90 int sepol_user_compare2(const sepol_user_t * user, const sepol_user_t * user2) in sepol_user_compare2()
97 const char *sepol_user_get_name(const sepol_user_t * user) in sepol_user_get_name()
104 sepol_user_t * user, const char *name) in sepol_user_set_name()
119 const char *sepol_user_get_mlslevel(const sepol_user_t * user) in sepol_user_get_mlslevel()
127 sepol_user_t * user, const char *mls_level) in sepol_user_set_mlslevel()
142 const char *sepol_user_get_mlsrange(const sepol_user_t * user) in sepol_user_get_mlsrange()
150 sepol_user_t * user, const char *mls_range) in sepol_user_set_mlsrange()
166 int sepol_user_get_num_roles(const sepol_user_t * user) in sepol_user_get_num_roles()
[all …]
/third_party/musl/arch/m68k/bits/
Duser.h17 struct user { struct
18 struct user_regs_struct regs; argument
20 struct user_m68kfp_struct m68kfp; argument
25 struct user_m68kfp_struct *u_fpstate; argument
33 typedef struct user_m68kfp_struct elf_fpregset_t; argument
/third_party/musl/arch/x86_64/bits/
Duser.h19 struct user { struct
20 struct user_regs_struct regs; argument
22 struct user_fpregs_struct i387; argument
30 struct user_regs_struct *u_ar0; argument
31 struct user_fpregs_struct *u_fpstate; argument
32 unsigned long magic;
33 char u_comm[32];
34 unsigned long u_debugreg[8];
/third_party/musl/arch/x32/bits/
Duser.h19 struct user { struct
20 struct user_regs_struct regs; argument
22 struct user_fpregs_struct i387; argument
30 struct user_regs_struct *u_ar0; argument
31 struct user_fpregs_struct *u_fpstate; argument
32 unsigned long magic;
33 char u_comm[32];
34 unsigned long u_debugreg[8];
/third_party/musl/arch/i386/bits/
Duser.h22 struct user { struct
23 struct user_regs_struct regs; argument
25 struct user_fpregs_struct i387; argument
33 struct user_regs_struct *u_ar0; argument
34 struct user_fpregs_struct *u_fpstate; argument
35 unsigned long magic;
36 char u_comm[32];
37 int u_debugreg[8];
/third_party/musl/arch/s390x/bits/
Duser.h47 struct user { struct
48 struct _user_regs_struct regs; argument
52 struct _user_regs_struct *u_ar0; argument
53 unsigned long magic;
54 char u_comm[32];
/third_party/typescript/tests/baselines/reference/
DcheckJsxChildrenProperty4.js25 <h1>{ user.NAme }</h1> field
38 <h1>{ user.Name }</h1> field
41 <h1>{ user.Name }</h1> field
81 {function (user) { return (<h1>{user.NAme}</h1>); }} argument
89 {function (user) { return (<h1>{user.Name}</h1>); }} argument
90 {function (user) { return (<h1>{user.Name}</h1>); }} argument
DcheckJsxChildrenProperty3.js25 <h1>{ user.Name }</h1> field
36 <h1>{ user.Name }</h1> field
76 {function (user) { return (<h1>{user.Name}</h1>); }} argument
82 {function (user) { return (<h1>{user.Name}</h1>); }} argument
/third_party/node/deps/npm/node_modules/libnpmorg/test/
Dindex.js20 user: 'myuser', property
24 user: 'myuser', property
38 user: 'myuser', property
42 user: 'myuser' property
51 user: 'myuser' property
/third_party/selinux/libselinux/src/
Dget_context_list.c14 int get_default_context_with_role(const char *user, in get_default_context_with_role()
56 int get_default_context_with_rolelevel(const char *user, in get_default_context_with_rolelevel()
100 int get_default_context(const char *user, in get_default_context()
132 const char * user, in get_context_user()
301 static int get_failsafe_context(const char *user, char ** newcon) in get_failsafe_context()
346 int get_ordered_context_list_with_level(const char *user, in get_ordered_context_list_with_level()
387 int get_default_context_with_level(const char *user, in get_default_context_with_level()
406 int get_ordered_context_list(const char *user, in get_ordered_context_list()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
Deap_user_db.c23 static void set_user_methods(struct hostapd_eap_user *user, const char *methods) in set_user_methods()
81 struct hostapd_eap_user *user = ctx; in get_user_cb() local
105 struct hostapd_eap_user *user = ctx; in get_wildcard_cb() local
139 struct hostapd_eap_user *user = NULL; in eap_user_sqlite_get() local
236 struct hostapd_eap_user *user = conf->eap_user; in hostapd_get_eap_user() local
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
Deap_user_db.c23 static void set_user_methods(struct hostapd_eap_user *user, const char *methods) in set_user_methods()
81 struct hostapd_eap_user *user = ctx; in get_user_cb() local
105 struct hostapd_eap_user *user = ctx; in get_wildcard_cb() local
139 struct hostapd_eap_user *user = NULL; in eap_user_sqlite_get() local
236 struct hostapd_eap_user *user = conf->eap_user; in hostapd_get_eap_user() local
/third_party/node/deps/npm/test/tap/
Dorg.js28 user: 'myuser', property
32 user: 'myuser' property
57 user: 'myuser', property
61 user: 'myuser' property
86 user: 'myuser' property
101 user: 'myuser', property
/third_party/flutter/skia/third_party/externals/freetype/src/base/
Dftbbox.c88 TBBox_Rec* user ) in BBox_Move_To()
122 TBBox_Rec* user ) in BBox_Line_To()
212 TBBox_Rec* user ) in BBox_Conic_To()
418 TBBox_Rec* user ) in BBox_Cubic_To()
513 TBBox_Rec user; in FT_EXPORT_DEF() local

12345678910>>...24