Searched refs:getnum (Results 1 – 4 of 4) sorted by relevance
/external/ltp/testcases/kernel/fs/fsx-linux/ |
D | fsx-linux.c | 1085 int getnum(char *s, char **e) in getnum() function 1136 simulatedopcount = getnum(optarg, &endp); in main() 1145 closeprob = getnum(optarg, &endp); in main() 1157 maxfilelen = getnum(optarg, &endp); in main() 1162 monitorstart = getnum(optarg, &endp); in main() 1167 monitorend = getnum(endp, &endp); in main() 1177 maxoplen = getnum(optarg, &endp); in main() 1182 progressinterval = getnum(optarg, &endp); in main() 1190 readbdy = getnum(optarg, &endp); in main() 1195 style = getnum(optarg, &endp); in main() [all …]
|
/external/icu/icu4c/source/tools/tzcode/ |
D | localtime.c | 139 static const char * getnum(const char * strp, int * nump, int min, 686 getnum(register const char *strp, int *const nump, const int min, const int max) in getnum() function 725 strp = getnum(strp, &num, 0, HOURSPERDAY * DAYSPERWEEK - 1); in getsecs() 731 strp = getnum(strp, &num, 0, MINSPERHOUR - 1); in getsecs() 738 strp = getnum(strp, &num, 0, SECSPERMIN); in getsecs() 788 strp = getnum(strp, &rulep->r_day, 1, DAYSPERNYEAR); in getrule() 795 strp = getnum(strp, &rulep->r_mon, 1, MONSPERYEAR); in getrule() 800 strp = getnum(strp, &rulep->r_week, 1, 5); in getrule() 805 strp = getnum(strp, &rulep->r_day, 0, DAYSPERWEEK - 1); in getrule() 811 strp = getnum(strp, &rulep->r_day, 0, DAYSPERLYEAR - 1); in getrule()
|
/external/python/cpython2/Modules/ |
D | cgen.py | 51 def getnum(s): function 160 num, sub = getnum(sub)
|
/external/libxml2/os400/iconv/bldcsndfa/ |
D | bldcsndfa.c | 275 getnum(char * * cpp) in getnum() function
|