Searched refs:parse_bytes (Results 1 – 17 of 17) sorted by relevance
/freebsd/kerberos5/lib/libroken/ |
H A D | Makefile | 11 parse_bytes.h \ 52 parse_bytes.c \
|
/freebsd/crypto/heimdal/lib/roken/ |
H A D | Makefile.am | 31 parse_bytes-test \ 95 parse_bytes.c \ 181 parse_bytes.h \
|
H A D | parse_bytes.h | 50 parse_bytes (const char *s, const char *def_unit);
|
H A D | parse_bytes.c | 60 parse_bytes (const char *s, const char *def_unit) in parse_bytes() function
|
H A D | parse_bytes-test.c | 65 int val = parse_bytes (tests[i].str, tests[i].def_unit); in main()
|
H A D | version-script.map | 21 parse_bytes;
|
H A D | Makefile.in | 69 test-readenv$(EXEEXT) parse_bytes-test$(EXEEXT) \ 164 parse_bytes.c parse_time.c parse_units.c qsort.c rand.c \ 185 libroken_la-net_write.lo libroken_la-parse_bytes.lo \ 230 parse_bytes_test_SOURCES = parse_bytes-test.c 231 parse_bytes_test_OBJECTS = parse_bytes-test.$(OBJEXT) 292 parse_bytes-test.c $(parse_reply_test_SOURCES) \ 299 parse_bytes-test.c $(parse_reply_test_SOURCES) \ 305 am__dist_include_HEADERS_DIST = base64.h getarg.h hex.h parse_bytes.h \ 594 parse_bytes.c parse_time.c parse_units.c qsort.c rand.c \ 623 dist_include_HEADERS = base64.h getarg.h hex.h parse_bytes.h \ [all …]
|
H A D | ChangeLog | 795 * parse_bytes.c: use struct units instead of units 960 * parse_bytes-test.c, parse_bytes.c, parse_bytes.h, parse_units.c, 1654 * parse_bytes-test.c: new file 1656 * Makefile.am: add parse_bytes-test 1717 * Makefile.am: add parse_bytes.[ch]
|
/freebsd/crypto/heimdal/kdc/ |
H A D | config.c | 201 max_request_tcp = max_request_udp = parse_bytes(max_request_str, NULL); in configure() 210 max_request_tcp = max_request_udp = parse_bytes(p, NULL); in configure()
|
/freebsd/crypto/heimdal/kcm/ |
H A D | config.c | 368 max_request = parse_bytes(max_request_str, NULL); in kcm_configure() 377 max_request = parse_bytes(p, NULL); in kcm_configure()
|
/freebsd/usr.bin/dtc/ |
H A D | fdt.hh | 296 void parse_bytes(text_input_buffer &input);
|
H A D | fdt.cc | 387 property::parse_bytes(text_input_buffer &input) in parse_bytes() function in dtc::fdt::property 571 parse_bytes(input); in property()
|
/freebsd/crypto/heimdal/lib/krb5/ |
H A D | verify_krb5_conf.c | 70 if(parse_bytes(data, NULL) == -1) { in check_bytes()
|
/freebsd/crypto/heimdal/lib/hx509/ |
H A D | hxtool.c | 1421 len = parse_bytes(argv[0], "byte"); in random_data()
|
H A D | ChangeLog | 1401 * hx_locl.h: Include <parse_bytes.h>.
|
/freebsd/crypto/heimdal/ |
H A D | ChangeLog.1999 | 430 * kdc/config.c (configure): use parse_bytes
|
/freebsd/tools/build/mk/ |
H A D | OptionalObsoleteFiles.inc | 2771 OLD_FILES+=usr/include/parse_bytes.h
|