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

  /device/linaro/bootloader/edk2/StdLib/LibC/Time/
strptime.c 79 static const unsigned char *conv_num(const unsigned char *, int *, unsigned int, unsigned int);
196 bp = conv_num(bp, &i, 0, 99);
208 bp = conv_num(bp, &tm->tm_mday, 1, 31);
216 bp = conv_num(bp, &tm->tm_hour, 0, 23);
224 bp = conv_num(bp, &tm->tm_hour, 1, 12);
232 bp = conv_num(bp, &i, 1, 366);
238 bp = conv_num(bp, &tm->tm_min, 0, 59);
244 bp = conv_num(bp, &i, 1, 12);
258 bp = conv_num(bp, &tm->tm_sec, 0, 61);
270 bp = conv_num(bp, &i, 0, 53);
354 conv_num(const unsigned char *buf, int *dest, unsigned int llim, unsigned int ulim) function
    [all...]
  /external/epid-sdk/ext/argtable3/
argtable3.c 1461 static int conv_num(const char * *buf, int *dest, int llim, int ulim) function
    [all...]

Completed in 3977 milliseconds