Home
last modified time | relevance | path

Searched refs:def_unit (Results 1 – 7 of 7) sorted by relevance

/freebsd/crypto/heimdal/lib/roken/
H A Dparse_bytes-test.c42 const char *def_unit; member
65 int val = parse_bytes (tests[i].str, tests[i].def_unit); in main()
71 tests[i].def_unit ? tests[i].def_unit : "none", in main()
H A Dparse_units.c49 const char *def_unit, in parse_something() argument
58 if (def_unit != NULL) { in parse_something()
62 if (strcasecmp (u->name, def_unit) == 0) { in parse_something()
154 const char *def_unit) in parse_units() argument
156 return parse_something (s, units, def_unit, acc_units, 0, 0); in parse_units()
H A Dparse_bytes.c60 parse_bytes (const char *s, const char *def_unit) in parse_bytes() argument
62 return parse_units (s, bytes_units, def_unit); in parse_bytes()
H A Dparse_time.c54 parse_time (const char *s, const char *def_unit) in parse_time() argument
56 return parse_units (s, time_units, def_unit); in parse_time()
H A Dparse_bytes.h50 parse_bytes (const char *s, const char *def_unit);
H A Dparse_time.h50 parse_time (const char *s, const char *def_unit);
H A Dparse_units.h59 const char *def_unit);