Searched refs:defp (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/usr.bin/rpcgen/
H A Drpc_parse.c61 definition *defp; local
64 defp = XALLOC(definition);
68 def_struct(defp);
71 def_union(defp);
74 def_typedef(defp);
77 def_enum(defp);
80 def_program(defp);
83 def_const(defp);
86 free(defp);
92 isdefined(defp);
97 isdefined(definition *defp) argument
103 def_struct(definition *defp) argument
130 def_program(definition *defp) argument
236 def_enum(definition *defp) argument
265 def_const(definition *defp) argument
278 def_union(definition *defp) argument
394 def_typedef(definition *defp) argument
[all...]
/freebsd-current/contrib/mandoc/
H A Dmanpath.c41 char *defp, char *auxp)
49 if (NULL != defp) {
50 manpath_parseline(&conf->manpath, defp, 'M');
55 defp = getenv("MANPATH");
60 if (NULL == defp || '\0' == defp[0]) {
66 if (':' == defp[0]) {
68 manpath_parseline(&conf->manpath, defp, '\0');
73 if (':' == defp[strlen(defp)
40 manconf_parse(struct manconf *conf, const char *file, char *defp, char *auxp) argument
[all...]

Completed in 112 milliseconds