Searched refs:unparse (Results 1 – 14 of 14) sorted by relevance
| /trueos/contrib/libarchive/libarchive/ |
| HD | archive_string.c | 2730 size_t (*unparse)(char *, size_t, uint32_t); in archive_string_append_unicode() local 2733 unparse = unicode_to_utf16be; in archive_string_append_unicode() 2736 unparse = unicode_to_utf16le; in archive_string_append_unicode() 2739 unparse = unicode_to_utf8; in archive_string_append_unicode() 2747 unparse = unicode_to_utf16be; in archive_string_append_unicode() 2750 unparse = unicode_to_utf16le; in archive_string_append_unicode() 2753 unparse = unicode_to_utf8; in archive_string_append_unicode() 2783 while ((w = unparse(p, endp - p, uc)) == 0) { in archive_string_append_unicode() 2869 while ((w = unparse(p, (endp) - (p), uc)) == 0) {\ 2945 size_t (*unparse)(char *, size_t, uint32_t); in archive_string_normalize_C() local [all …]
|
| /trueos/contrib/subversion/subversion/libsvn_subr/ |
| HD | 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()
|
| /trueos/lib/libosxsupport/ |
| HD | Makefile | 19 SRCS+= clear.c copy.c gen_uuid.c isnull.c unparse.c pack.c unpack.c
|
| /trueos/sys/netgraph/ |
| HD | ng_parse.h | 285 ng_unparse_t *unparse; /* unparse method */ member
|
| HD | ng_parse.c | 162 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()
|
| HD | ng_ksocket.c | 374 return (*ng_ksocket_generic_sockaddr_type.supertype->unparse) in ng_ksocket_sockaddr_unparse()
|
| /trueos/contrib/tcsh/ |
| HD | sh.decls.h | 392 extern Char *unparse (struct command *);
|
| HD | sh.sem.c | 336 Char *cmd = unparse(t); in execute()
|
| HD | sh.proc.c | 716 unparse(struct command *t) in unparse() function
|
| /trueos/contrib/subversion/subversion/libsvn_fs/ |
| HD | fs-loader.h | 381 svn_string_t *(*unparse)(const svn_fs_id_t *id, apr_pool_t *pool); member
|
| HD | fs-loader.c | 1537 return id->vtable->unparse(id, pool); in svn_fs_unparse_id()
|
| /trueos/contrib/llvm/patches/ |
| HD | patch-r261991-llvm-r195391-fix-dwarf2.diff | 515 ; Unfortunately llvm-dwarfdump can't unparse a list of DW_AT_locations
|
| /trueos/crypto/heimdal/lib/hx509/ |
| HD | ChangeLog | 797 * name.c (hx509_general_name_unparse): unparse the other
|
| /trueos/contrib/gcc/ |
| HD | ChangeLog.tree-ssa | 17210 * tree-dump.c (dump_files): Rename "unparse" to "raw". 18523 (dump_options): Add entry for -unparse.
|