Searched refs:parse_bytes (Results 1 - 14 of 14) sorted by relevance

/freebsd-11-stable/crypto/heimdal/lib/roken/
H A Dparse_bytes.h50 parse_bytes (const char *s, const char *def_unit);
H A Dparse_bytes.c37 #include "parse_bytes.h"
60 parse_bytes (const char *s, const char *def_unit) function
H A Dparse_bytes-test.c37 #include "parse_bytes.h"
65 int val = parse_bytes (tests[i].str, tests[i].def_unit);
69 printf ("parse_bytes (%s, %s) = %d != %d\n",
H A DMakefile.am31 parse_bytes-test \
95 parse_bytes.c \
181 parse_bytes.h \
H A DMakefile.in69 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
[all...]
/freebsd-11-stable/kerberos5/lib/libroken/
H A DMakefile11 parse_bytes.h \
52 parse_bytes.c \
/freebsd-11-stable/crypto/heimdal/kcm/
H A Dconfig.c37 #include <parse_bytes.h>
368 max_request = parse_bytes(max_request_str, NULL);
377 max_request = parse_bytes(p, NULL);
/freebsd-11-stable/crypto/heimdal/kdc/
H A Dconfig.c38 #include <parse_bytes.h>
201 max_request_tcp = max_request_udp = parse_bytes(max_request_str, NULL);
210 max_request_tcp = max_request_udp = parse_bytes(p, NULL);
H A Ddefault_config.c38 #include <parse_bytes.h>
/freebsd-11-stable/crypto/heimdal/lib/hx509/
H A Dhx_locl.h57 #include <parse_bytes.h>
H A Dhxtool.c1420 len = parse_bytes(argv[0], "byte");
/freebsd-11-stable/crypto/heimdal/lib/krb5/
H A Dverify_krb5_conf.c36 #include <parse_bytes.h>
70 if(parse_bytes(data, NULL) == -1) {
/freebsd-11-stable/usr.bin/dtc/
H A Dfdt.hh298 void parse_bytes(text_input_buffer &input);
H A Dfdt.cc370 property::parse_bytes(text_input_buffer &input) function in class:dtc::fdt::property
554 parse_bytes(input);

Completed in 275 milliseconds