Searched refs:getnum (Results 1 - 4 of 4) sorted by relevance

/external/ltp/testcases/kernel/fs/fsx-linux/
H A Dfsx-linux.c1085 int getnum(char *s, char **e) function
1136 simulatedopcount = getnum(optarg, &endp);
1145 closeprob = getnum(optarg, &endp);
1157 maxfilelen = getnum(optarg, &endp);
1162 monitorstart = getnum(optarg, &endp);
1167 monitorend = getnum(endp, &endp);
1177 maxoplen = getnum(optarg, &endp);
1182 progressinterval = getnum(optarg, &endp);
1190 readbdy = getnum(optarg, &endp);
1195 style = getnum(optar
[all...]
/external/python/cpython2/Modules/
H A Dcgen.py51 def getnum(s): function
160 num, sub = getnum(sub)
/external/icu/icu4c/source/tools/tzcode/
H A 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) function
725 strp = getnum(strp, &num, 0, HOURSPERDAY * DAYSPERWEEK - 1);
731 strp = getnum(strp, &num, 0, MINSPERHOUR - 1);
738 strp = getnum(strp, &num, 0, SECSPERMIN);
788 strp = getnum(strp, &rulep->r_day, 1, DAYSPERNYEAR);
795 strp = getnum(strp, &rulep->r_mon, 1, MONSPERYEAR);
800 strp = getnum(strp, &rulep->r_week, 1, 5);
805 strp = getnum(strp, &rulep->r_day, 0, DAYSPERWEEK - 1);
811 strp = getnum(str
[all...]
/external/libxml2/os400/iconv/bldcsndfa/
H A Dbldcsndfa.c275 getnum(char * * cpp) function

Completed in 195 milliseconds