Searched refs:unparse (Results 1 – 13 of 13) sorted by relevance
| /freebsd-13.1/contrib/libarchive/libarchive/ |
| H A D | archive_string.c | 2728 unparse = unicode_to_utf16be; in archive_string_append_unicode() 2731 unparse = unicode_to_utf16le; in archive_string_append_unicode() 2734 unparse = unicode_to_utf8; in archive_string_append_unicode() 2748 unparse = unicode_to_utf8; in archive_string_append_unicode() 2945 unparse = unicode_to_utf16be; in archive_string_normalize_C() 2950 unparse = unicode_to_utf16le; in archive_string_normalize_C() 2955 unparse = unicode_to_utf8; in archive_string_normalize_C() 2971 unparse = unicode_to_utf8; in archive_string_normalize_C() 3252 unparse = unicode_to_utf16be; in archive_string_normalize_D() 3262 unparse = unicode_to_utf8; in archive_string_normalize_D() [all …]
|
| /freebsd-13.1/contrib/subversion/subversion/libsvn_subr/ |
| H A D | skel.c | 400 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-13.1/sys/netgraph/ |
| H A D | ng_parse.h | 284 ng_unparse_t *unparse; /* unparse method */ member
|
| H A D | ng_parse.c | 162 return INVOKE(type, unparse)(type, data, &off, cbuf, cbuflen); in ng_unparse() 1445 if ((error = INVOKE(etype, unparse) in ng_unparse_composite() 1883 while (t != NULL && t->unparse == NULL) in ng_get_unparse_method() 1885 return (t ? t->unparse : NULL); in ng_get_unparse_method()
|
| H A D | ng_ksocket.c | 364 return (*ng_ksocket_generic_sockaddr_type.supertype->unparse) in ng_ksocket_sockaddr_unparse()
|
| /freebsd-13.1/contrib/tcsh/ |
| H A D | sh.decls.h | 396 extern Char *unparse (struct command *);
|
| H A D | sh.sem.c | 338 Char *cmd = unparse(t); in execute()
|
| H A D | sh.proc.c | 740 unparse(struct command *t) in unparse() function
|
| /freebsd-13.1/contrib/subversion/subversion/libsvn_fs/ |
| H A D | fs-loader.h | 465 svn_string_t *(*unparse)(const svn_fs_id_t *id, member
|
| H A D | fs-loader.c | 2086 return id->vtable->unparse(id, pool); in svn_fs_unparse_id()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Driver/ |
| H A D | Options.td | 4532 def fdebug_unparse_no_sema : Flag<["-"], "fdebug-unparse-no-sema">, Group<Action_Group>, 4534 DocBrief<[{Only run the parser, then unparse the parse-tree and output the 4536 def fdebug_unparse : Flag<["-"], "fdebug-unparse">, Group<Action_Group>, 4538 DocBrief<[{Run the parser and the semantic checks. Then unparse the 4540 def fdebug_unparse_with_symbols : Flag<["-"], "fdebug-unparse-with-symbols">, Group<Action_Group>, 4570 "fanalyzed-objects-for-unparse">, Group<f_Group>; 4572 "fno-analyzed-objects-for-unparse">, Group<f_Group>,
|
| /freebsd-13.1/crypto/heimdal/lib/hx509/ |
| H A D | ChangeLog | 797 * name.c (hx509_general_name_unparse): unparse the other
|
| /freebsd-13.1/contrib/subversion/ |
| H A D | CHANGES | 1742 * javahl: new utility API to parse/unparse svn:externals (r1539130 et al)
|