Home
last modified time | relevance | path

Searched refs:unparse (Results 1 – 13 of 13) sorted by relevance

/freebsd-12.1/contrib/libarchive/libarchive/
H A Darchive_string.c2717 unparse = unicode_to_utf16be; in archive_string_append_unicode()
2720 unparse = unicode_to_utf16le; in archive_string_append_unicode()
2723 unparse = unicode_to_utf8; in archive_string_append_unicode()
2737 unparse = unicode_to_utf8; in archive_string_append_unicode()
2934 unparse = unicode_to_utf16be; in archive_string_normalize_C()
2939 unparse = unicode_to_utf16le; in archive_string_normalize_C()
2944 unparse = unicode_to_utf8; in archive_string_normalize_C()
2960 unparse = unicode_to_utf8; in archive_string_normalize_C()
3241 unparse = unicode_to_utf16be; in archive_string_normalize_D()
3251 unparse = unicode_to_utf8; in archive_string_normalize_D()
[all …]
/freebsd-12.1/contrib/subversion/subversion/libsvn_subr/
H A Dskel.c400 static svn_stringbuf_t *unparse(const svn_skel_t *skel,
410 return unparse(skel, str); in svn_skel__unparse()
481 unparse(const svn_skel_t *skel, svn_stringbuf_t *str) in unparse() function
517 unparse(child, str); in unparse()
/freebsd-12.1/sys/netgraph/
H A Dng_parse.h285 ng_unparse_t *unparse; /* unparse method */ member
H A Dng_parse.c162 return INVOKE(type, unparse)(type, data, &off, cbuf, cbuflen); in ng_unparse()
1444 if ((error = INVOKE(etype, unparse) in ng_unparse_composite()
1882 while (t != NULL && t->unparse == NULL) in ng_get_unparse_method()
1884 return (t ? t->unparse : NULL); in ng_get_unparse_method()
H A Dng_ksocket.c364 return (*ng_ksocket_generic_sockaddr_type.supertype->unparse) in ng_ksocket_sockaddr_unparse()
/freebsd-12.1/contrib/tcsh/
H A Dsh.decls.h397 extern Char *unparse (struct command *);
H A Dsh.sem.c342 Char *cmd = unparse(t); in execute()
H A Dsh.proc.c744 unparse(struct command *t) in unparse() function
/freebsd-12.1/contrib/subversion/subversion/libsvn_fs/
H A Dfs-loader.h452 svn_string_t *(*unparse)(const svn_fs_id_t *id, member
H A Dfs-loader.c2086 return id->vtable->unparse(id, pool); in svn_fs_unparse_id()
/freebsd-12.1/crypto/heimdal/lib/hx509/
H A DChangeLog797 * name.c (hx509_general_name_unparse): unparse the other
/freebsd-12.1/contrib/gcc/
H A DChangeLog.tree-ssa17210 * tree-dump.c (dump_files): Rename "unparse" to "raw".
18523 (dump_options): Add entry for -unparse.
/freebsd-12.1/contrib/subversion/
H A DCHANGES1230 * javahl: new utility API to parse/unparse svn:externals (r1539130 et al)