Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/libarchive/libarchive/
HDarchive_string.c2718 size_t (*unparse)(char *, size_t, uint32_t); in archive_string_append_unicode() local
2721 unparse = unicode_to_utf16be; in archive_string_append_unicode()
2724 unparse = unicode_to_utf16le; in archive_string_append_unicode()
2727 unparse = unicode_to_utf8; in archive_string_append_unicode()
2735 unparse = unicode_to_utf16be; in archive_string_append_unicode()
2738 unparse = unicode_to_utf16le; in archive_string_append_unicode()
2741 unparse = unicode_to_utf8; in archive_string_append_unicode()
2771 while ((w = unparse(p, endp - p, uc)) == 0) { in archive_string_append_unicode()
2857 while ((w = unparse(p, (endp) - (p), uc)) == 0) {\
2933 size_t (*unparse)(char *, size_t, uint32_t); in archive_string_normalize_C() local
[all …]
/freebsd-13-stable/contrib/subversion/subversion/libsvn_subr/
HDskel.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-13-stable/sys/netgraph/
HDng_parse.h283 ng_unparse_t *unparse; /* unparse method */ member
HDng_parse.c161 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()
HDng_ksocket.c366 return (*ng_ksocket_generic_sockaddr_type.supertype->unparse) in ng_ksocket_sockaddr_unparse()
/freebsd-13-stable/contrib/tcsh/
HDsh.decls.h396 extern Char *unparse (struct command *);
HDsh.sem.c338 Char *cmd = unparse(t); in execute()
HDsh.proc.c740 unparse(struct command *t) in unparse() function
/freebsd-13-stable/contrib/subversion/subversion/libsvn_fs/
HDfs-loader.h465 svn_string_t *(*unparse)(const svn_fs_id_t *id, member
HDfs-loader.c2086 return id->vtable->unparse(id, pool); in svn_fs_unparse_id()
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Driver/
HDOptions.td6752 def fdebug_unparse_no_sema : Flag<["-"], "fdebug-unparse-no-sema">, Group<Action_Group>,
6754 DocBrief<[{Only run the parser, then unparse the parse-tree and output the
6756 def fdebug_unparse : Flag<["-"], "fdebug-unparse">, Group<Action_Group>,
6758 DocBrief<[{Run the parser and the semantic checks. Then unparse the
6760 def fdebug_unparse_with_symbols : Flag<["-"], "fdebug-unparse-with-symbols">, Group<Action_Group>,
6762 def fdebug_unparse_with_modules : Flag<["-"], "fdebug-unparse-with-modules">, Group<Action_Group>,
6795 defm analyzed_objects_for_unparse : OptOutFC1FFlag<"analyzed-objects-for-unparse", "", "Do not use …
/freebsd-13-stable/crypto/heimdal/lib/hx509/
HDChangeLog797 * name.c (hx509_general_name_unparse): unparse the other
/freebsd-13-stable/contrib/subversion/
HDCHANGES1742 * javahl: new utility API to parse/unparse svn:externals (r1539130 et al)