HomeSort by relevance Sort by last modified time
    Searched refs:SAFE_SETUID (Results 1 - 10 of 10) sorted by null

  /external/ltp/testcases/kernel/syscalls/lstat/
lstat03.c 103 SAFE_SETUID(NULL, ltpuser->pw_uid);
  /external/ltp/testcases/kernel/syscalls/utime/
utime05.c 171 SAFE_SETUID(NULL, ltpuser->pw_uid);
utime02.c 199 SAFE_SETUID(NULL, ltpuser->pw_uid);
  /external/ltp/testcases/kernel/syscalls/fstat/
fstat02.c 121 SAFE_SETUID(NULL, ltpuser->pw_uid);
  /external/ltp/testcases/kernel/syscalls/stat/
stat01.c 122 SAFE_SETUID(NULL, ltpuser->pw_uid);
  /external/ltp/testcases/kernel/syscalls/access/
access05.c 131 SAFE_SETUID(cleanup, ltpuser->pw_uid);
access01.c 151 SAFE_SETUID(uid);
  /external/ltp/testcases/kernel/syscalls/ipc/semop/
semop02.c 99 SAFE_SETUID(NULL, ltpuser->pw_uid);
  /external/ltp/include/old/
safe_macros.h 83 #define SAFE_SETUID(cleanup_fn, uid) \
84 safe_setuid(__FILE__, __LINE__, cleanup_fn, (uid))
  /external/ltp/include/
tst_safe_macros.h 97 #define SAFE_SETUID(uid) \
98 safe_setuid(__FILE__, __LINE__, NULL, (uid))

Completed in 155 milliseconds