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

  /external/ltp/testcases/kernel/syscalls/fcntl/
fcntl07.c 62 static char *t_opt; variable
65 {"T:", NULL, &t_opt},
146 if (t_opt)
147 exit(test_open(t_opt));
  /external/ltp/testcases/kernel/syscalls/sendmsg/
sendmsg02.c 54 static char *t_opt; variable
56 {"s:", &tflag, &t_opt},
205 seconds = tflag ? SAFE_STRTOL(NULL, t_opt, 1, LONG_MAX) : 15;
  /external/ltp/testcases/kernel/fs/doio/
iogen.c 146 int t_opt = 0; /* min transfer size (bytes) */ variable
147 int T_opt = 0; /* max transfer size (bytes) */
    [all...]

Completed in 931 milliseconds