Home
last modified time | relevance | path

Searched refs:getnum (Results 1 – 5 of 5) sorted by relevance

/external/ltp/testcases/kernel/fs/fsx-linux/
Dfsx-linux.c1081 int getnum(char *s, char **e) in getnum() function
1132 simulatedopcount = getnum(optarg, &endp); in main()
1141 closeprob = getnum(optarg, &endp); in main()
1153 maxfilelen = getnum(optarg, &endp); in main()
1158 monitorstart = getnum(optarg, &endp); in main()
1163 monitorend = getnum(endp, &endp); in main()
1173 maxoplen = getnum(optarg, &endp); in main()
1178 progressinterval = getnum(optarg, &endp); in main()
1186 readbdy = getnum(optarg, &endp); in main()
1191 style = getnum(optarg, &endp); in main()
[all …]
/external/icu/icu4c/source/tools/tzcode/
Dlocaltime.c139 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/
Dcgen.py51 def getnum(s): function
160 num, sub = getnum(sub)
/external/lua/src/
Dlstrlib.c1182 static int getnum (const char **fmt, int df) { in getnum() function
1200 int sz = getnum(fmt, df); in getnumlimit()
1241 *size = getnum(fmt, -1); in getoption()
/external/libxml2/os400/iconv/bldcsndfa/
Dbldcsndfa.c275 getnum(char * * cpp) in getnum() function