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

/netbsd-current/crypto/external/bsd/netpgp/dist/src/libmj/
H A Dmj.c125 create_string(mj_t *atom, const char *s, ssize_t len) function
226 create_string(atom, s, len);
538 create_string(&atom->value.v[atom->c++], s, len);
567 create_string(&atom->value.v[atom->c++], s, len);
/netbsd-current/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));
1464 create_string(cfg_parser_t *pctx, const char *contents, const cfg_type_t *type, function
1500 return (create_string(pctx, TOKEN_STRING(pctx), &cfg_type_qstring,
1518 return (create_string(pctx, TOKEN_STRING(pctx), &cfg_type_ustring,
1534 return (create_string(pctx, TOKEN_STRING(pctx), &cfg_type_qstring,
1550 return (create_string(pctx, TOKEN_STRING(pctx), &cfg_type_sstring,
1567 return (create_string(pctx, TOKEN_STRING(pctx),
/netbsd-current/external/mpl/bind/dist/lib/isccfg/
H A Dparser.c118 create_string(cfg_parser_t *pctx, const char *contents, const cfg_type_t *type,
582 CHECK(create_string(pctx, filename, &cfg_type_qstring, &stringobj));
1265 create_string(cfg_parser_t *pctx, const char *contents, const cfg_type_t *type, function
1301 return (create_string(pctx, TOKEN_STRING(pctx), &cfg_type_qstring,
1319 return (create_string(pctx, TOKEN_STRING(pctx), &cfg_type_ustring,
1335 return (create_string(pctx, TOKEN_STRING(pctx), &cfg_type_qstring,
1351 return (create_string(pctx, TOKEN_STRING(pctx), &cfg_type_sstring,
1368 return (create_string(pctx, TOKEN_STRING(pctx),

Completed in 210 milliseconds