/glibc-2.36/resolv/ |
D | tst-resolv-qtypes.c | 56 wrap_res_query (int type, unsigned char *answer, int answer_length) in wrap_res_query() argument 58 return res_query (domain, C_IN, type, answer, answer_length); in wrap_res_query() 62 wrap_res_search (int type, unsigned char *answer, int answer_length) in wrap_res_search() argument 64 return res_query (domain, C_IN, type, answer, answer_length); in wrap_res_search() 68 wrap_res_querydomain (int type, unsigned char *answer, int answer_length) in wrap_res_querydomain() argument 71 answer, answer_length); in wrap_res_querydomain() 75 wrap_res_send (int type, unsigned char *answer, int answer_length) in wrap_res_send() argument 88 return res_send (buf, ret, answer, answer_length); in wrap_res_send() 92 wrap_res_nquery (int type, unsigned char *answer, int answer_length) in wrap_res_nquery() argument 94 return res_nquery (&_res, domain, C_IN, type, answer, answer_length); in wrap_res_nquery() [all …]
|
D | res_query.c | 95 int class, int type, unsigned char *answer, int anslen, 110 unsigned char *answer, int anslen, in __res_context_query() argument 115 UHEADER *hp = (UHEADER *) answer; in __res_context_query() 214 answer, anslen, &n)) in __res_context_query() 220 assert (answerp == NULL || (void *) *answerp == (void *) answer); in __res_context_query() 222 answer, anslen, in __res_context_query() 301 unsigned char *answer, int anslen) in libc_hidden_def() 308 int result = __res_context_query (ctx, name, class, type, answer, anslen, in libc_hidden_def() 318 unsigned char *answer, /* Buffer to put answer. */ in ___res_nquery() argument 322 (__resolv_context_get_override (statp), name, class, type, answer, anslen); in ___res_nquery() [all …]
|
D | compat-gethnamaddr.c | 141 getanswer (const querybuf *answer, int anslen, const char *qname, int qtype) in getanswer() argument 156 eom = answer->buf + anslen; in getanswer() 171 hp = &answer->hdr; in getanswer() 176 cp = answer->buf; in getanswer() 182 n = __libc_dn_expand (answer->buf, eom, cp, bp, buflen); in getanswer() 213 n = __libc_dn_expand (answer->buf, eom, cp, bp, buflen); in getanswer() 236 n = __libc_dn_expand (answer->buf, eom, cp, in getanswer() 269 n = __libc_dn_expand (answer->buf, eom, cp, in getanswer() 307 n = __libc_dn_expand (answer->buf, eom, cp, in getanswer()
|
D | tst-ns_name.data | 82 # www.example.com-answer 84 # www.example.com-answer-truncated 88 # www1.example.com-answer
|
/glibc-2.36/sysdeps/alpha/alphaev6/ |
D | addmul_1.S | 249 addq $6, $12, $22 # U0 hi add => answer 258 addq $23, $14, $23 # U0 hi add => answer 271 addq $4, $8, $22 # U0 hi add => answer 289 addq $23, $10, $23 # U0 hi add => answer 310 addq $6, $12, $22 # U0 hi add => answer 324 addq $23, $14, $23 # U0 hi add => answer 345 addq $4, $8, $22 # U0 hi add => answer 359 addq $23, $10, $23 # U0 hi add => answer 380 addq $6, $12, $22 # U0 hi add => answer 394 addq $23, $14, $23 # U0 hi add => answer [all …]
|
/glibc-2.36/resolv/nss_dns/ |
D | dns-network.c | 99 static enum nss_status getanswer_r (const querybuf *answer, int anslen, 250 getanswer_r (const querybuf *answer, int anslen, struct netent *result, in libc_hidden_def() 291 const unsigned char *end_of_message = &answer->buf[anslen]; in libc_hidden_def() 292 const HEADER *header_pointer = &answer->hdr; in libc_hidden_def() 298 const unsigned char *cp = &answer->buf[HFIXEDSZ]; in libc_hidden_def() 338 int n = __ns_name_unpack (answer->buf, end_of_message, cp, in libc_hidden_def() 372 n = __ns_name_unpack (answer->buf, end_of_message, cp, in libc_hidden_def()
|
D | dns-host.c | 114 const querybuf *answer, int anslen, 645 const querybuf *answer, int anslen, const char *qname, int qtype, in getanswer_r() argument 684 end_of_message = answer->buf + anslen; in getanswer_r() 702 hp = &answer->hdr; in getanswer_r() 705 cp = answer->buf + HFIXEDSZ; in getanswer_r() 716 n = __ns_name_unpack (answer->buf, end_of_message, cp, in getanswer_r() 776 n = __ns_name_unpack (answer->buf, end_of_message, cp, in getanswer_r() 827 n = __libc_dn_expand (answer->buf, end_of_message, cp, in getanswer_r() 866 n = __libc_dn_expand (answer->buf, end_of_message, cp, in getanswer_r() 906 n = __ns_name_unpack (answer->buf, end_of_message, cp, in getanswer_r() [all …]
|
/glibc-2.36/crypt/ |
D | cert.c | 51 char key[64],plain[64],cipher[64],answer[64]; in main() local 64 get8(answer); in main() 65 printf(" C: "); put8(answer); in main() 72 if(cipher[i] != answer[i]) in main()
|
/glibc-2.36/inet/protocols/ |
D | talkd.h | 64 unsigned char answer; /* not used */ member 83 unsigned char answer; /* response to request message, see below */ member
|
/glibc-2.36/manual/ |
D | locale.texi | 1419 ask a question in one language and request the answer in another, often 1432 or not it is a correct yes-or-no answer and if yes, which one. The 1439 The user entered an affirmative answer. 1442 The user entered a negative answer. 1445 The answer matched neither the @code{YESEXPR} nor the @code{NOEXPR} 1472 /* @r{We got a definitive answer.} */ 1483 definitive (positive or negative) answer is read.
|
D | stdio.texi | 1187 int c, answer; 1188 /* @r{Write a space to separate answer from question.} */ 1191 @r{This should be the answer character, but might not be.} */ 1193 answer = c; 1197 /* @r{Obey the answer if it was valid.} */ 1198 if (answer == 'y') 1200 if (answer == 'n') 1202 /* @r{Answer was invalid: ask for valid answer.} */ 1203 fputs ("Please answer y or n:", stdout); 4246 simply always use binary streams? The answer is that on these operating
|
D | nss.texi | 381 duplicated. The answer is that we want to make it possible to link
|
D | charset.texi | 298 to use. The answer: you cannot decide about it yourself, it is decided 611 simply cast @code{'0' + val % 10} to a wide character? The answer is 2111 Unfortunately, the answer is: there is no general solution. On some
|
D | message.texi | 1697 @theglibc{}? There are two parts of the answer to this question. 1702 are used in. This is not an answer by itself and must be seen together
|
D | pattern.texi | 24 particular string. The result is a yes or no answer: does the
|
D | signal.texi | 3092 @code{SIGUSR1} signal. The answer is that the mask passed to
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.17 | 4413 second request only after the first answer has been received. 5789 result if any of the queries really provided an answer. 6643 use the one answer insted of failing. 6724 answer was too short don't try to read that answer's header. 6775 (gaih_getanswer): Don't call gaih_getanswer_slice if the answer 7000 parameters for second answer buffer. Handle type=T_UNSPEC to mean 7004 for an additional query and answer buffer. Pass to send_vc and 14796 doing it all here. When server does not know the answer do not 15155 __libc_res_nsend might reallocate the buffer for the answer. In
|
D | ChangeLog.14 | 15942 (send_vc): Change arguments. Reallocate answer buffer if it is 15946 Reallocate answer buffer if it is too small and hooks are in use. 15950 just 1K answer buffer on the stack, use __libc_res_nsearch instead
|
D | ChangeLog.5 | 1776 * FAQ: Add answer for 100% source code compatibility to Linux
|
D | ChangeLog.8 | 2159 _dl_pagesize not set, use system call to always get correct answer.
|
D | ChangeLog.18 | 57055 second answer buffer if answerp2_malloced was set. 57229 second answer buffer if it was separately allocated. 73732 depending n and resplen2 to catch cases where answer
|
/glibc-2.36/timezone/ |
D | southamerica | 346 # mailed them personally and never got an answer).
|
D | europe | 595 # ... I received today an answer letter from Dr. Peter Hetzel, head of the PTB
|
/glibc-2.36/iconvdata/testdata/ |
D | suntzus | 1332 I should answer, Yes. For the men of Wu and the men
|
/glibc-2.36/posix/ |
D | tst-regex.input | 2159 _dl_pagesize not set, use system call to always get correct answer.
|