Searched refs:ptrname (Results 1 – 16 of 16) sorted by relevance
| /openbsd/src/games/boggle/boggle/ |
| D | word.c | 98 dictseek(FILE *fp, long offset, int ptrname) in dictseek() argument 107 return (fseek(fp, offset, ptrname)); in dictseek()
|
| /openbsd/src/gnu/usr.bin/perl/utils/ |
| D | h2xs.PL | 1630 my $ptrname = normalize_type("$name *"); 1682 $ptrname THIS 1703 my $ptrname = $name . 'Ptr'; 1724 #=head2 Object and class methods for C<$name>/C<$ptrname> 1727 #object of class C<$ptrname> which is a reference to an integer 1743 #Converts an object of type C<$name> to an object of type C<$ptrname>. 1756 #Applicable to objects of type C<$ptrname>.
|
| /openbsd/src/usr.sbin/smtpd/ |
| D | unpack_dns.h | 64 char ptrname[MAXDNAME]; member
|
| D | unpack_dns.c | 102 unpack_dname(p, rr->rr.ptr.ptrname, sizeof(rr->rr.ptr.ptrname)); in unpack_rr()
|
| D | mta_session.c | 251 if (route->dst->ptrname || route->dst->lastptrquery) { in mta_session() 259 } else if (waitq_wait(&route->dst->ptrname, mta_on_ptr, s)) { in mta_session() 415 h->ptrname = xstrdup(host); in mta_getnameinfo_cb() 416 waitq_run(&h->ptrname, h->ptrname); in mta_getnameinfo_cb() 531 portno, s->route->dst->ptrname); in mta_connect() 1736 s->route->dst->ptrname, 1, in mta_connected()
|
| D | mta.c | 346 host->ptrname, in mta_imsg() 2213 free(h->ptrname); in mta_host_unref() 2223 if (h->ptrname) in mta_host_to_text() 2225 sa_to_text(h->sa), h->ptrname); in mta_host_to_text()
|
| D | smtpd.h | 679 char *ptrname; member
|
| /openbsd/src/regress/lib/libc/asr/bin/ |
| D | common.h | 109 char ptrname[MAXDNAME]; member
|
| D | common.c | 611 unpack_dname(p, rr->rr.ptr.ptrname, sizeof(rr->rr.ptr.ptrname)); in unpack_rr()
|
| D | res_mkquery.c | 233 print_dname(rr->rr.ptr.ptrname, buf, max); in print_rr()
|
| D | res_query.c | 269 print_dname(rr->rr.ptr.ptrname, buf, max); in print_rr()
|
| /openbsd/src/lib/libc/asr/ |
| D | asr_utils.c | 317 unpack_dname(p, rr->rr.ptr.ptrname, sizeof(rr->rr.ptr.ptrname)); in _asr_unpack_rr()
|
| D | asr_private.h | 81 char ptrname[MAXDNAME]; member
|
| D | gethostnamadr_async.c | 528 if (hostent_set_cname(h, rr.rr.ptr.ptrname, 1) == -1) in hostent_from_packet() 529 hostent_add_alias(h, rr.rr.ptr.ptrname, 1); in hostent_from_packet()
|
| D | asr_debug.c | 100 print_dname(rr->rr.ptr.ptrname, buf, max); in print_rr()
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/ |
| D | 920428-2.c | 81 int fseek(struct _iobuf *stream, long offset, int ptrname);
|