Searched refs:strlong (Results 1 – 1 of 1) sorted by relevance
| /mOS-networking-stack/util/ |
| H A D | tdate_parse.c | 45 struct strlong { struct 66 return strcmp( ((struct strlong*) v1)->s, ((struct strlong*) v2)->s ); argument 71 strlong_search( char* str, struct strlong* tab, int n, long* lP ) in strlong_search() 99 static struct strlong wday_tab[] = { in scan_wday() 113 wday_tab, sizeof(wday_tab)/sizeof(struct strlong), in scan_wday() 114 sizeof(struct strlong), strlong_compare ); in scan_wday() 119 str_wday, wday_tab, sizeof(wday_tab)/sizeof(struct strlong), tm_wdayP ); in scan_wday() 126 static struct strlong mon_tab[] = { in scan_mon() 145 mon_tab, sizeof(mon_tab)/sizeof(struct strlong), in scan_mon() 146 sizeof(struct strlong), strlong_compare ); in scan_mon() [all …]
|