Home
last modified time | relevance | path

Searched refs:create_string (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/crypto/external/bsd/netpgp/dist/src/libmj/
H A Dmj.c125 create_string(mj_t *atom, const char *s, ssize_t len) in create_string() function
226 create_string(atom, s, len); in mj_create()
538 create_string(&atom->value.v[atom->c++], s, len); in mj_append()
567 create_string(&atom->value.v[atom->c++], s, len); in mj_append_field()
/netbsd-src/external/mpl/bind/dist/lib/isccfg/
H A Dparser.c117 create_string(cfg_parser_t *pctx, const char *contents, const cfg_type_t *type,
588 CHECK(create_string(pctx, filename, &cfg_type_qstring, &stringobj)); in parser_openfile()
1272 create_string(cfg_parser_t *pctx, const char *contents, const cfg_type_t *type, in create_string()
1308 return create_string(pctx, TOKEN_STRING(pctx), &cfg_type_qstring, ret); in parse_ustring()
1325 return create_string(pctx, TOKEN_STRING(pctx), &cfg_type_ustring, ret);
1340 return create_string(pctx, TOKEN_STRING(pctx), &cfg_type_qstring, ret);
1355 return create_string(pctx, TOKEN_STRING(pctx), &cfg_type_sstring, ret); in cfg_parse_sstring()
1371 return create_string(pctx, TOKEN_STRING(pctx), &cfg_type_bracketed_text, in parse_btext()
1265 create_string(cfg_parser_t *pctx, const char *contents, const cfg_type_t *type, create_string() function
/netbsd-src/external/mpl/dhcp/bind/dist/lib/isccfg/
H A Dparser.c118 create_string(cfg_parser_t *pctx, const char *contents, const cfg_type_t *type,
585 CHECK(create_string(pctx, filename, &cfg_type_qstring, &stringobj)); in parser_openfile()
1464 create_string(cfg_parser_t *pctx, const char *contents, const cfg_type_t *type, in create_string() function
1500 return (create_string(pctx, TOKEN_STRING(pctx), &cfg_type_qstring, in cfg_parse_qstring()
1518 return (create_string(pctx, TOKEN_STRING(pctx), &cfg_type_ustring, in parse_ustring()
1534 return (create_string(pctx, TOKEN_STRING(pctx), &cfg_type_qstring, in cfg_parse_astring()
1550 return (create_string(pctx, TOKEN_STRING(pctx), &cfg_type_sstring, in cfg_parse_sstring()
1567 return (create_string(pctx, TOKEN_STRING(pctx), in parse_btext()