Searched refs:cp (Results 1 - 25 of 96) sorted by relevance

1234

/bind-9.6-ESV-R11/lib/isc/nothreads/include/isc/
H A Dcondition.h38 isc_result_t isc__nothread_wait_hack(isc_condition_t *cp, isc_mutex_t *mp);
39 isc_result_t isc__nothread_signal_hack(isc_condition_t *cp);
41 #define isc_condition_init(cp) \
42 (*(cp) = 0, ISC_R_SUCCESS)
44 #define isc_condition_wait(cp, mp) \
45 isc__nothread_wait_hack(cp, mp)
47 #define isc_condition_waituntil(cp, mp, tp) \
48 ((void)(cp), (void)(mp), (void)(tp), ISC_R_NOTIMPLEMENTED)
50 #define isc_condition_signal(cp) \
51 isc__nothread_signal_hack(cp)
[all...]
/bind-9.6-ESV-R11/lib/isc/pthreads/include/isc/
H A Dcondition.h32 #define isc_condition_init(cp) \
33 ((pthread_cond_init((cp), NULL) == 0) ? \
37 #define isc_condition_wait(cp, mp) \
38 ((pthread_cond_wait((cp), &((mp)->mutex)) == 0) ? \
41 #define isc_condition_wait(cp, mp) \
42 ((pthread_cond_wait((cp), (mp)) == 0) ? \
46 #define isc_condition_signal(cp) \
47 ((pthread_cond_signal((cp)) == 0) ? \
50 #define isc_condition_broadcast(cp) \
51 ((pthread_cond_broadcast((cp))
[all...]
/bind-9.6-ESV-R11/bin/tests/system/database/
H A Dsetup.sh19 cp ns1/named.conf1 ns1/named.conf
/bind-9.6-ESV-R11/bin/tests/system/glue/
H A Dsetup.sh20 cd ns1 && cp -f cache.in cache
/bind-9.6-ESV-R11/contrib/nslint-2.1a3/
H A Dnslint.c187 register char *cp; local
190 for (cp = name; *cp != '\0' && !isspace(*cp); ++cp)
191 if (isupper(*cp))
192 *cp = tolower(*cp);
193 *cp-- = '\0';
195 if (cp >
206 register char *cp; local
298 parsenetwork(register const char *cp, register char **errstrp) argument
408 register char *cp, *cp2; local
534 register char *cp, *cp2, *buf; local
928 parsesoa(register const char *cp, register char **errstrp) argument
1031 register char ch, *cp, *cp2, *cp3, *rtype; local
1745 register const char *cp, **p; local
2021 register char *cp; local
2048 parseinaddr(register const char *cp, register u_int32_t *netp, register u_int32_t *maskp) argument
2119 parseptr(register const char *cp, u_int32_t net, u_int32_t mask, register char **errstrp) argument
2171 register char *cp, *serv, **p; local
2255 register char *cp; local
2299 register const char *cp, *cp2; local
2355 parsequoted(register char *cp) argument
[all...]
/bind-9.6-ESV-R11/bin/tests/system/views/
H A Dsetup.sh21 cp -f ns2/example1.db ns2/example.db
22 cp -f ns2/named1.conf ns2/named.conf
23 cp -f ns3/named1.conf ns3/named.conf
/bind-9.6-ESV-R11/bin/tests/system/additional/
H A Dsetup.sh17 cp -f ns1/named1.conf ns1/named.conf
/bind-9.6-ESV-R11/bin/tests/system/allow_query/
H A Dsetup.sh19 cp -f ns2/named01.conf ns2/named.conf
/bind-9.6-ESV-R11/bin/tests/system/emptyzones/
H A Dsetup.sh15 cp -f ns1/named1.conf ns1/named.conf
/bind-9.6-ESV-R11/bin/tests/system/notify/
H A Dsetup.sh20 cp -f ns2/example1.db ns2/example.db
/bind-9.6-ESV-R11/bin/tests/system/checknames/
H A Dsetup.sh17 cp ns1/ignore.example.db.in ns1/ignore.example.db
18 cp ns1/warn.example.db.in ns1/warn.example.db
19 cp ns1/fail.example.db.in ns1/fail.example.db
21 cp ns1/ignore.update.db.in ns1/ignore.update.db
22 cp ns1/warn.update.db.in ns1/warn.update.db
23 cp ns1/fail.update.db.in ns1/fail.update.db
/bind-9.6-ESV-R11/lib/lwres/
H A Dlwbuffer.c226 unsigned char *cp; local
233 cp = b->base;
234 cp += b->current;
236 result = ((unsigned int)(cp[0]));
245 unsigned char *cp; local
250 cp = b->base;
251 cp += b->used;
253 cp[0] = (val & 0x00ff);
260 unsigned char *cp; local
267 cp
280 unsigned char *cp; local
296 unsigned char *cp; local
317 unsigned char *cp; local
336 unsigned char *cp; local
351 unsigned char *cp; local
[all...]
H A Dlwinetaton.c86 * Check whether "cp" is a valid ascii representation
93 lwres_net_aton(const char *cp, struct in_addr *addr) { argument
101 REQUIRE(cp != NULL);
103 c = *cp;
116 c = *++cp;
119 c = *++cp;
136 c = *++cp;
141 c = *++cp;
156 c = *++cp;
/bind-9.6-ESV-R11/bin/tests/
H A Dsym_test.c44 char s[1000], *cp, *key; local
81 cp = s;
83 if (cp[0] == '!') {
84 cp++;
85 result = isc_symtab_undefine(st, cp, 1);
87 printf("undefine('%s'): %s\n", cp,
90 key = cp;
91 while (*cp != '\0' && *cp != ' ' && *cp !
[all...]
/bind-9.6-ESV-R11/bin/tests/system/resolver/
H A Dsetup.sh21 cp ns4/tld1.db ns4/tld.db
22 cp ns6/to-be-removed.tld.db.in ns6/to-be-removed.tld.db
23 cp ns7/server.db.in ns7/server.db
/bind-9.6-ESV-R11/bin/tests/system/dnssec/ns1/
H A Dsign.sh32 cp ../ns2/dsset-example. .
33 cp ../ns2/dsset-dlv. .
35 cp ../ns6/dsset-optout-tld. .
54 cp trusted.conf ../ns2/trusted.conf
55 cp trusted.conf ../ns3/trusted.conf
56 cp trusted.conf ../ns4/trusted.conf
57 cp trusted.conf ../ns6/trusted.conf
58 cp trusted.conf ../ns7/trusted.conf
/bind-9.6-ESV-R11/bin/tests/system/dnssec/
H A Dsetup.sh26 cd ../ns3 && cp -f siginterval1.conf siginterval.conf
27 cd ../ns5 && cp -f trusted.conf.bad trusted.conf
/bind-9.6-ESV-R11/bin/tests/system/logfileconfig/
H A Dsetup.sh24 cp ns1/named.plain ns1/named.conf
/bind-9.6-ESV-R11/bin/tests/system/xferquota/
H A Dsetup.sh26 cp -f ns1/changing1.db ns1/changing.db
/bind-9.6-ESV-R11/lib/isc/
H A Dinet_aton.c82 * Check whether "cp" is a valid ascii representation
89 isc_net_aton(const char *cp, struct in_addr *addr) { argument
97 c = *cp;
108 c = *++cp;
110 base = 16, c = *++cp;
127 c = *++cp;
132 c = *++cp;
147 c = *++cp;
/bind-9.6-ESV-R11/bin/tests/system/masterformat/
H A Dsetup.sh18 cp ns1/example.db ns2/
19 cp ns1/large.db.in ns1/large.db
/bind-9.6-ESV-R11/bin/tests/system/upforwd/
H A Dsetup.sh20 cp -f ns1/example1.db ns1/example.db
22 cp -f ns3/nomaster.db ns3/nomaster1.db
/bind-9.6-ESV-R11/bin/tests/system/acl/
H A Dsetup.sh21 cp -f ns2/named1.conf ns2/named.conf
/bind-9.6-ESV-R11/lib/isc/unix/
H A Dfile.c201 char *cp; local
207 cp = templet;
208 while (*cp != '\0')
209 cp++;
210 if (cp == templet)
213 x = cp--;
214 while (cp >= templet && *cp == 'X') {
216 *cp = alphnum[which % (sizeof(alphnum) - 1)];
217 x = cp
248 char *cp; local
[all...]
/bind-9.6-ESV-R11/bin/tests/system/pending/ns1/
H A Dsign.sh30 cp ../ns2/dsset-example. .
31 cp ../ns2/dsset-example.com. .
50 cp trusted.conf ../ns2/trusted.conf
51 cp trusted.conf ../ns3/trusted.conf
52 cp trusted.conf ../ns4/trusted.conf

Completed in 4460 milliseconds

1234