Home
last modified time | relevance | path

Searched refs:p_cdname (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/lib/libresolv/
H A Dres_debug.c144 cp = p_cdname(cp, msg, file);
193 p_cdname(cp, msg, file) in p_cdname() function
223 if ((cp = p_cdname(cp, msg, file)) == NULL)
271 cp = p_cdname(cp, msg, file);
288 cp = p_cdname(cp, msg, file);
290 cp = p_cdname(cp, msg, file);
307 cp = p_cdname(cp, msg, file);
328 cp = p_cdname(cp, msg, file);
330 cp = p_cdname(cp, msg, file);
H A Dresolv.h101 extern char *p_cdname(char *, char *, FILE *);
107 extern char *p_cdname(), *p_rr(), *p_type(), *p_class(), *p_time();
H A Dmapfile-vers60 p_cdname;
/illumos-gate/usr/src/contrib/ast/src/lib/libast/uwin/
H A Drlib.h67 extern char *p_cdname(char *cp, char *msg, FILE *file);
/illumos-gate/usr/src/head/
H A Dresolv.h370 const uchar_t *p_cdname __P((const uchar_t *, const uchar_t *, FILE *));
/illumos-gate/usr/src/lib/libresolv2/common/resolv/
H A Dres_debug.c139 #pragma weak __p_cdname = p_cdname
379 p_cdname(const u_char *cp, const u_char *msg, FILE *file) { in p_cdname() function
/illumos-gate/usr/src/lib/libresolv2/common/
H A Dmapfile-vers319 p_cdname;