Searched refs:unparse (Results 1 - 6 of 6) sorted by relevance

/freebsd-9.3-release/sys/netgraph/
H A Dng_parse.h285 ng_unparse_t *unparse; /* unparse method */ member in struct:ng_parse_type
425 /* Same thing but unparse as unsigned quantities */
431 /* Same thing but unparse as hex quantities, e.g., "0xe7" */
H A Dng_parse.c162 return INVOKE(type, unparse)(type, data, &off, cbuf, cbuflen);
1442 if ((error = INVOKE(etype, unparse)
1880 while (t != NULL && t->unparse == NULL)
1882 return (t ? t->unparse : NULL);
H A Dng_ksocket.c373 return (*ng_ksocket_generic_sockaddr_type.supertype->unparse)
/freebsd-9.3-release/contrib/tcsh/
H A Dsh.decls.h392 extern Char *unparse (struct command *);
H A Dsh.sem.c336 Char *cmd = unparse(t);
H A Dsh.proc.c713 * unparse - Export padd() functionality
716 unparse(struct command *t) function

Completed in 111 milliseconds