Searched defs:user1 (Results 1 - 12 of 12) sorted by relevance

/external/ltp/testcases/kernel/syscalls/mknod/
H A Dmknod02.c91 struct passwd *user1; /* struct. to hold getpwnam(3) o/p contents */ variable in typeref:struct:passwd
223 if ((user1 = getpwnam(LTPUSER)) == NULL) {
228 user1_uid = user1->pw_uid;
229 group1_gid = user1->pw_gid;
H A Dmknod03.c91 struct passwd *user1; /* struct. to hold getpwnam(3) o/p contents */ variable in typeref:struct:passwd
222 if ((user1 = getpwnam(LTPUSER)) == NULL) {
225 user1_uid = user1->pw_uid;
226 group1_gid = user1->pw_gid;
H A Dmknod04.c91 struct passwd *user1; /* struct. to hold getpwnam(3) o/p contents */ variable in typeref:struct:passwd
224 if ((user1 = getpwnam(LTPUSER)) == NULL) {
227 user1_uid = user1->pw_uid;
228 group1_gid = user1->pw_gid;
H A Dmknod05.c91 struct passwd *user1; /* struct. to hold getpwnam(3) o/p contents */ variable in typeref:struct:passwd
216 if ((user1 = getpwnam(LTPUSER)) == NULL) {
219 user1_uid = user1->pw_uid;
220 group1_gid = user1->pw_gid;
H A Dmknod08.c90 struct passwd *user1; /* struct. to hold getpwnam(3) o/p contents */ variable in typeref:struct:passwd
220 if ((user1 = getpwnam(LTPUSER)) == NULL) {
223 user1_uid = user1->pw_uid;
224 group1_gid = user1->pw_gid;
/external/antlr/antlr-3.4/runtime/C/include/
H A Dantlr3recognizersharedstate.h188 ANTLR3_UINT32 user1, user2, user3; member in struct:ANTLR3_RECOGNIZER_SHARED_STATE_struct
H A Dantlr3commontoken.h194 ANTLR3_UINT32 user1; member in struct:ANTLR3_COMMON_TOKEN_struct
/external/ltp/testcases/kernel/syscalls/creat/
H A Dcreat08.c83 struct passwd *user1; local
109 /* Get the uid of user1 */
110 if ((user1 = getpwnam("nobody")) == NULL) {
115 user1_uid = user1->pw_uid;
230 * Now become user1, group1
238 tst_resm(TINFO, "Unable to set process uid to user1");
/external/ltp/testcases/kernel/syscalls/open/
H A Dopen10.c70 struct passwd *user1; local
98 /* Get the uid of user1 */
99 user1 = getpwnam("nobody");
100 if (user1 == NULL)
103 user1_uid = user1->pw_uid;
223 tst_resm(TINFO, "Unable to set process uid to user1");
/external/valgrind/coregrind/m_debuginfo/
H A Dlzoconf.h321 lzo_voidp user1; member in struct:lzo_callback_t
/external/libvncserver/common/
H A Dlzoconf.h291 lzo_voidp user1; member in struct:lzo_callback_t
/external/syslinux/lzo/include/lzo/
H A Dlzoconf.h291 lzo_voidp user1; member in struct:lzo_callback_t

Completed in 262 milliseconds