Home
last modified time | relevance | path

Searched refs:nul_term (Results 1 – 2 of 2) sorted by relevance

/freebsd/sbin/dhclient/
H A Dclparse.c698 int nul_term = 0; in parse_option_decl() local
789 nul_term = 1; in parse_option_decl()
877 options[option->code].data = malloc(hunkix + nul_term); in parse_option_decl()
880 memcpy(options[option->code].data, hunkbuf, hunkix + nul_term); in parse_option_decl()
/freebsd/crypto/openssl/ssl/quic/
H A Djson_enc.c608 int nul_term) in json_write_qstring_inner() argument
620 for (j = nul_term ? strlen(str) : str_len; j > 0; str++, j--) { in json_write_qstring_inner()