HomeSort by relevance Sort by last modified time
    Searched defs:setup (Results 201 - 225 of 2946) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/ltp/testcases/kernel/syscalls/execvp/
execvp01.c 45 static void setup(void);
58 setup();
76 static void setup(void) function
  /external/ltp/testcases/kernel/syscalls/fchdir/
fchdir02.c 63 void setup(void);
75 setup(); /* global setup */
97 void setup(void) function
fchdir03.c 58 void setup(void) function
70 .setup = setup,
  /external/ltp/testcases/kernel/syscalls/fchown/
fchown01.c 46 static void setup(void);
60 setup();
84 static void setup(void) function
  /external/ltp/testcases/kernel/syscalls/fcntl/
fcntl03.c 64 static void setup(void) function
79 .setup = setup,
fcntl04.c 70 static void setup(void) function
85 .setup = setup,
fcntl08.c 47 static void setup(void);
61 setup();
82 void setup(void) function
fcntl13.c 46 void setup(void);
56 setup();
122 void setup(void) function
  /external/ltp/testcases/kernel/syscalls/getegid/
getegid01.c 47 static void setup();
59 setup();
79 static void setup(void) function
  /external/ltp/testcases/kernel/syscalls/geteuid/
geteuid01.c 47 static void setup(void);
59 setup();
79 static void setup(void) function
  /external/ltp/testcases/kernel/syscalls/getgid/
getgid01.c 46 static void setup(void);
58 setup();
78 static void setup(void) function
  /external/ltp/testcases/kernel/syscalls/gethostname/
gethostname01.c 93 * Setup:
94 * Setup signal handling.
116 void setup();
130 setup();
151 void setup(void) function
  /external/ltp/testcases/kernel/syscalls/getitimer/
getitimer02.c 40 static void setup(void);
48 setup();
80 static void setup(void) function
getitimer03.c 68 void setup(void);
80 setup(); /* global setup */
135 * setup() - performs all the ONE TIME setup for this test.
137 void setup(void) function
  /external/ltp/testcases/kernel/syscalls/getpgrp/
getpgrp01.c 95 * Setup:
96 * Setup signal handling.
119 void setup();
131 setup();
150 void setup(void) function
  /external/ltp/testcases/kernel/syscalls/getpid/
getpid01.c 95 * Setup:
96 * Setup signal handling.
117 void setup();
129 setup();
148 void setup(void) function
  /external/ltp/testcases/kernel/syscalls/getppid/
getppid01.c 95 * Setup:
96 * Setup signal handling.
119 void setup();
131 setup();
150 void setup(void) function
  /external/ltp/testcases/kernel/syscalls/gettid/
gettid01.c 36 void setup();
54 setup();
79 * setup() - performs all ONE TIME setup for this test.
81 void setup(void) function
  /external/ltp/testcases/kernel/syscalls/getuid/
getuid01.c 45 static void setup(void);
57 setup();
76 static void setup(void) function
  /external/ltp/testcases/kernel/syscalls/ioctl/
ioctl04.c 83 static void setup(void) function
99 .setup = setup,
  /external/ltp/testcases/kernel/syscalls/iopl/
iopl01.c 37 * Setup:
38 * Setup signal handling.
76 static void setup();
90 setup();
122 /* setup() - performs all ONE TIME setup for this test */
123 void setup(void) function
  /external/ltp/testcases/kernel/syscalls/ipc/msgctl/
msgctl03.c 74 setup(); /* global setup */
77 * Remove the queue that was created in setup()
107 * setup() - performs all the ONE TIME setup for this test.
109 void setup(void) function
  /external/ltp/testcases/kernel/syscalls/ipc/semget/
semget03.c 66 setup(); /* global setup */
102 * setup() - performs all the ONE TIME setup for this test.
104 void setup(void) function
  /external/ltp/testcases/kernel/syscalls/ipc/shmdt/
shmdt02.c 64 setup(); /* global setup */
101 * setup() - performs all the ONE TIME setup for this test.
103 void setup(void) function
  /external/ltp/testcases/kernel/syscalls/mkdir/
mkdir01.c 84 * Setup:
85 * Setup signal handling.
115 void setup();
129 setup();
203 * setup() - performs all ONE TIME setup for this test.
205 void setup(void) function

Completed in 272 milliseconds

1 2 3 4 5 6 7 891011>>