Searched refs:getrule (Results 1 – 2 of 2) sorted by relevance
/titanic_41/usr/src/lib/libbc/libc/gen/common/ |
H A D | localtime.c | 144 static const char * getrule P((const char * strp, struct rule * rulep)); 566 getrule(strp, rulep) in getrule() function 791 if ((name = getrule(name, &start)) == NULL) 795 if ((name = getrule(name, &end)) == NULL)
|
/titanic_41/usr/src/lib/libc/port/gen/ |
H A D | localtime.c | 425 static const char *getrule(const char *, rule_t *, int); 1861 if ((name = getrule(name, &sp->start_rule, compat_flag)) in load_posixinfo() 1866 if ((name = getrule(name, &sp->end_rule, compat_flag)) in load_posixinfo() 2253 getrule(const char *strp, rule_t *rulep, int compat_flag) in getrule() function
|