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

  /external/ltp/testcases/kernel/syscalls/getrusage/
getrusage03_child.c 77 consume_nr = SAFE_STRTOL(cleanup,
84 grand_consume_nr = SAFE_STRTOL(cleanup,
112 self_nr = SAFE_STRTOL(cleanup,
123 child_nr = SAFE_STRTOL(cleanup,
getrusage04.c 98 factor_nr = SAFE_STRTOL(cleanup, factor_str, 0, FACTOR_MAX);
  /external/ltp/testcases/kernel/syscalls/ioctl/
ioctl07.c 56 fuzz = SAFE_STRTOL(s_fuzz, 0, 4096);
  /external/ltp/testcases/kernel/mem/hugetlb/hugemmap/
hugemmap01.c 99 hugepages = SAFE_STRTOL(nr_opt, 0, LONG_MAX);
hugemmap04.c 116 hugepages = SAFE_STRTOL(nr_opt, 0, LONG_MAX);
hugemmap02.c 145 hugepages = SAFE_STRTOL(nr_opt, 0, LONG_MAX);
  /external/ltp/testcases/kernel/mem/hugetlb/hugeshmat/
hugeshmat02.c 96 hugepages = SAFE_STRTOL(nr_opt, 0, LONG_MAX);
hugeshmat03.c 92 hugepages = SAFE_STRTOL(nr_opt, 0, LONG_MAX);
hugeshmat01.c 172 hugepages = SAFE_STRTOL(nr_opt, 0, LONG_MAX);
  /external/ltp/testcases/kernel/mem/hugetlb/hugeshmget/
hugeshmget01.c 72 hugepages = SAFE_STRTOL(nr_opt, 0, LONG_MAX);
hugeshmget03.c 69 hugepages = SAFE_STRTOL(nr_opt, 0, LONG_MAX);
hugeshmget05.c 83 hugepages = SAFE_STRTOL(nr_opt, 0, LONG_MAX);
hugeshmget02.c 90 hugepages = SAFE_STRTOL(nr_opt, 0, LONG_MAX);
  /external/ltp/testcases/kernel/mem/hugetlb/hugeshmctl/
hugeshmctl02.c 97 hugepages = SAFE_STRTOL(nr_opt, 0, LONG_MAX);
hugeshmctl03.c 122 hugepages = SAFE_STRTOL(nr_opt, 0, LONG_MAX);
hugeshmctl01.c 316 hugepages = SAFE_STRTOL(nr_opt, 0, LONG_MAX);
  /external/ltp/testcases/kernel/mem/hugetlb/hugeshmdt/
hugeshmdt01.c 137 hugepages = SAFE_STRTOL(nr_opt, 0, LONG_MAX);
  /external/ltp/testcases/kernel/mem/tunable/
overcommit_memory.c 107 overcommit_ratio = SAFE_STRTOL(R_opt, 0, LONG_MAX);
  /external/ltp/testcases/kernel/mem/vma/
vma02.c 76 node = SAFE_STRTOL(NULL, opt_nodestr, 1, LONG_MAX);
vma04.c 94 node = SAFE_STRTOL(NULL, opt_nodestr, 1, LONG_MAX);
  /external/ltp/testcases/kernel/syscalls/cma/
process_vm_readv03.c 249 nr_iovecs = nflag ? SAFE_STRTOL(NULL, nr_opt, 1, IOV_MAX) : 10;
250 bufsz = sflag ? SAFE_STRTOL(NULL, sz_opt, NUM_LOCAL_VECS, LONG_MAX)
process_vm_writev02.c 184 sflag ? SAFE_STRTOL(NULL, sz_opt, 1, LONG_MAX - PADDING_SIZE * 2)
  /external/ltp/testcases/kernel/syscalls/sendmsg/
sendmsg02.c 205 seconds = tflag ? SAFE_STRTOL(NULL, t_opt, 1, LONG_MAX) : 15;
  /external/ltp/include/old/
safe_macros.h 111 #define SAFE_STRTOL(cleanup_fn, str, min, max) \
112 safe_strtol(__FILE__, __LINE__, cleanup_fn, (str), (min), (max))
  /external/ltp/include/
tst_safe_macros.h 147 #define SAFE_STRTOL(str, min, max) \
148 safe_strtol(__FILE__, __LINE__, NULL, (str), (min), (max))

Completed in 277 milliseconds