Searched defs:sp (Results 1 - 15 of 15) sorted by relevance

/bind-9.11.3/contrib/idn/idnkit-1.0-src/wsock/common/
H A Ddump.c93 const char *sp; local
96 for (sp = name, dp = buff; *sp != '\0'; sp++) {
97 if (*sp >= 0x21 && *sp <= 0x7e) {
101 *dp++ = *sp;
109 sprintf(dp + 2, "%02x", *sp & 0xff);
/bind-9.11.3/lib/dns/tests/
H A Dprivate_test.c78 unsigned char *sp; local
83 sp = (unsigned char *) &salt;
84 while (*sp == '\0' && slen > 0) {
86 sp++;
93 params.salt = sp;
/bind-9.11.3/lib/isc/
H A Dbacktrace.c141 getnextframeptr(void **sp) { argument
142 void **newsp = (void **)*sp;
150 if (newsp <= sp)
154 if ((char *)newsp - (char *)sp > 100000)
169 void **sp; local
176 sp = (void **)getrbp();
177 if (sp == NULL)
180 * sp is the frame ptr of this function itself due to the call to
183 sp = getnextframeptr(sp);
[all...]
H A Dpk11.c89 static isc_result_t setup_session(pk11_session_t *sp,
93 static isc_result_t token_login(pk11_session_t *sp);
344 pk11_session_t *sp; local
424 sp = ISC_LIST_HEAD(*freelist);
425 if (sp != NULL) {
426 ISC_LIST_UNLINK(*freelist, sp, link);
427 ISC_LIST_APPEND(actives, sp, link);
430 ret = token_login(sp);
431 ctx->handle = sp;
432 ctx->session = sp
461 pk11_session_t *sp = (pk11_session_t *) ctx->handle; local
505 pk11_session_t *sp; local
529 setup_session(pk11_session_t *sp, pk11_token_t *token, isc_boolean_t rw) argument
546 token_login(pk11_session_t *sp) argument
[all...]
/bind-9.11.3/lib/lwres/
H A Dgetnameinfo.c156 struct servent *sp; local
223 (sp = getservbyport(port, proto)) == NULL) {
229 if ((strlen(sp->s_name) + 1) > servlen)
231 strcpy(serv, sp->s_name);
H A Dgetaddrinfo.c180 struct servent *sp; local
293 sp = getservbyname(servname, proto);
294 if (sp == NULL)
296 port = sp->s_port;
298 if (strcmp(sp->s_proto, "tcp") == 0)
300 else if (strcmp(sp->s_proto, "udp") == 0)
/bind-9.11.3/contrib/queryperf/missing/
H A Dgetnameinfo.c94 struct servent *sp; local
136 sp = getservbyport(port, (flags & NI_DGRAM) ? "udp" : "tcp");
137 if (sp) {
138 if (strlen(sp->s_name) > servlen)
140 strcpy(serv, sp->s_name);
H A Dgetaddrinfo.c295 struct servent *sp; local
313 if ((sp = getservbyname(servname, proto)) == NULL)
315 port = sp->s_port;
317 if (strcmp(sp->s_proto, "udp") == 0) {
320 } else if (strcmp(sp->s_proto, "tcp") == 0) {
/bind-9.11.3/lib/irs/
H A Dgetnameinfo.c143 struct servent *sp; local
203 (sp = getservbyport(port, proto)) == NULL) {
209 if ((strlen(sp->s_name) + 1) > servlen)
211 strlcpy(serv, sp->s_name, servlen);
H A Dgetaddrinfo.c190 struct servent *sp; local
304 sp = getservbyname(servname, proto);
305 if (sp == NULL)
307 port = sp->s_port;
309 if (strcmp(sp->s_proto, "tcp") == 0)
311 else if (strcmp(sp->s_proto, "udp") == 0)
/bind-9.11.3/unit/atf-src/atf-c/detail/
H A Dprocess.c60 stream_prepare_init(stream_prepare_t *sp, const atf_process_stream_t *sb) argument
66 sp->m_sb = sb;
67 sp->m_pipefds_ok = false;
70 if (pipe(sp->m_pipefds) == -1)
74 sp->m_pipefds_ok = true;
84 stream_prepare_fini(stream_prepare_t *sp) argument
86 if (sp->m_pipefds_ok) {
87 close(sp->m_pipefds[0]);
88 close(sp->m_pipefds[1]);
329 child_connect(const stream_prepare_t *sp, in argument
368 parent_connect(const stream_prepare_t *sp, int *fd) argument
[all...]
/bind-9.11.3/bin/dig/
H A Dnslookup.c922 dig_server_t *s, *sp; local
949 sp = s;
951 ISC_LIST_DEQUEUE(l->my_server_list, sp, link);
952 isc_mem_free(mctx, sp);
/bind-9.11.3/lib/dns/
H A Drdata.c1401 unsigned char *sp; local
1406 sp = source->base;
1410 n = *sp++;
1426 if (*sp < (quote ? 0x20 : 0x21) || *sp >= 0x7f) {
1430 *tp++ = 0x30 + ((*sp / 100) % 10);
1431 *tp++ = 0x30 + ((*sp / 10) % 10);
1432 *tp++ = 0x30 + (*sp % 10);
1433 sp++;
1442 if (*sp
1562 unsigned char *sp; local
[all...]
/bind-9.11.3/bin/named/
H A Dxfrout.c216 ixfr_rrstream_destroy(rrstream_t **sp);
230 rrstream_t **sp)
235 INSIST(sp != NULL && *sp == NULL);
249 *sp = (rrstream_t *) s;
319 rrstream_t **sp)
324 INSIST(sp != NULL && *sp == NULL);
337 *sp = (rrstream_t *) s;
440 rrstream_t **sp)
226 ixfr_rrstream_create(isc_mem_t *mctx, const char *journal_filename, isc_uint32_t begin_serial, isc_uint32_t end_serial, rrstream_t **sp) argument
318 axfr_rrstream_create(isc_mem_t *mctx, dns_db_t *db, dns_dbversion_t *ver, rrstream_t **sp) argument
439 soa_rrstream_create(isc_mem_t *mctx, dns_db_t *db, dns_dbversion_t *ver, rrstream_t **sp) argument
547 compound_rrstream_create(isc_mem_t *mctx, rrstream_t **soa_stream, rrstream_t **data_stream, rrstream_t **sp) argument
[all...]
H A Dserver.c3580 isc_netaddr_t na, suffix, *sp; local
3613 sp = &suffix;
3614 isc_netaddr_fromsockaddr(sp,
3617 sp = NULL;
3665 result = dns_dns64_create(mctx, &na, prefixlen, sp,

Completed in 67 milliseconds