Searched refs:source (Results 1 - 25 of 598) sorted by last modified time

1234567891011>>

/freebsd-9.3-release/contrib/ntp/ntpd/
H A Dntp_config.c215 * than ntpd, declare it in a libntp source file pointing to storage
435 if (ptree->source.value.s != NULL)
436 free(ptree->source.value.s);
532 (CONF_SOURCE_NTPQ == ptree->source.attr)
535 ptree->source.value.s);
898 s = "source";
2492 ? "source"
2515 /* apply "restrict source ..." */
2516 DPRINTF(1, ("restrict source template mflags %x flags %x\n",
4457 cfgt.source
[all...]
/freebsd-9.3-release/contrib/bind9/lib/dns/
H A Dmessage.c894 * Read a name from buffer "source".
897 getname(dns_name_t *name, isc_buffer_t *source, dns_message_t *msg, argument
912 result = dns_name_fromwire(name, source, dctx, ISC_FALSE,
934 getrdata(isc_buffer_t *source, dns_message_t *msg, dns_decompress_t *dctx, argument
945 isc_buffer_setactive(source, rdatalen);
959 source, dctx, 0,
997 getquestions(isc_buffer_t *source, dns_message_t *msg, dns_decompress_t *dctx, argument
1040 isc_buffer_remainingregion(source, &r);
1041 isc_buffer_setactive(source, r.length);
1042 result = getname(name, source, ms
1175 getsection(isc_buffer_t *source, dns_message_t *msg, dns_decompress_t *dctx, dns_section_t sectionid, unsigned int options) argument
1596 dns_message_parse(dns_message_t *msg, isc_buffer_t *source, unsigned int options) argument
2540 dns_message_peekheader(isc_buffer_t *source, dns_messageid_t *idp, unsigned int *flagsp) argument
[all...]
H A Dresolver.c8067 dns_resolver_attach(dns_resolver_t *source, dns_resolver_t **targetp) { argument
8068 REQUIRE(VALID_RESOLVER(source));
8071 RRTRACE(source, "attach");
8072 LOCK(&source->lock);
8073 REQUIRE(!source->exiting);
8075 INSIST(source->references > 0);
8076 source->references++;
8077 INSIST(source->references != 0);
8078 UNLOCK(&source->lock);
8080 *targetp = source;
[all...]
H A Dxfrin.c682 dns_xfrin_attach(dns_xfrin_ctx_t *source, dns_xfrin_ctx_t **target) { argument
684 source->refcount++;
685 *target = source;
/freebsd-9.3-release/contrib/ntp/lib/isc/include/isc/
H A Dstring.h42 isc_string_touint64(char *source, char **endp, int base);
44 * Convert the string pointed to by 'source' to isc_uint64_t.
53 * On error 'endp' points to 'source'.
57 isc_string_copy(char *target, size_t size, const char *source);
59 * Copy the string pointed to by 'source' to 'target' which is a
65 * 'source' == NULL or points to a NUL terminated string.
76 * ISC_R_SUCCESS -- 'source' was successfully copied to 'target'.
77 * ISC_R_NOSPACE -- 'source' could not be copied since 'target'
82 isc_string_copy_truncate(char *target, size_t size, const char *source);
84 * Copy the string pointed to by 'source' t
[all...]
/freebsd-9.3-release/crypto/openssh/
H A Dsession.c16 * Redistribution and use in source and binary forms, with or without
19 * 1. Redistributions of source code must retain the above copyright
1157 copy_environment(char **source, char ***env, u_int *envsize) argument
1162 if (source == NULL)
1165 for(i = 0; source[i] != NULL; i++) {
1166 var_name = xstrdup(source[i]);
/freebsd-9.3-release/contrib/bind9/bin/rndc/
H A Drndc.c230 isccc_region_t source; local
249 source.rstart = isc_buffer_base(&ccmsg.buffer);
250 source.rend = isc_buffer_used(&ccmsg.buffer);
252 DO("parse message", isccc_cc_fromwire(&source, &response, &secret));
288 isccc_region_t source; local
313 source.rstart = isc_buffer_base(&ccmsg.buffer);
314 source.rend = isc_buffer_used(&ccmsg.buffer);
316 DO("parse message", isccc_cc_fromwire(&source, &response, &secret));
672 cfg_map_get(server, "source-address", &address);
680 cfg_map_get(options, "default-source
[all...]
/freebsd-9.3-release/contrib/bind9/lib/isccc/
H A Dcc.c213 isccc_region_t source, target; local
220 source.rstart = digest;
221 source.rend = digest + ISC_MD5_DIGESTLENGTH;
224 result = isccc_base64_encode(&source, 64, "", &target);
279 isccc_region_t source; local
301 source.rstart = digest;
302 source.rend = digest + ISC_MD5_DIGESTLENGTH;
305 result = isccc_base64_encode(&source, 64, "", &target);
324 table_fromwire(isccc_region_t *source, isccc_region_t *secret,
328 list_fromwire(isccc_region_t *source, isccc_sexpr_
331 value_fromwire(isccc_region_t *source, isccc_sexpr_t **valuep) argument
366 table_fromwire(isccc_region_t *source, isccc_region_t *secret, isccc_sexpr_t **alistp) argument
426 list_fromwire(isccc_region_t *source, isccc_sexpr_t **listp) argument
452 isccc_cc_fromwire(isccc_region_t *source, isccc_sexpr_t **alistp, isccc_region_t *secret) argument
[all...]
/freebsd-9.3-release/crypto/openssl/util/
H A Dmkerr.pl47 @source = ( <crypto/*.c>, <crypto/*/*.c>, <ssl/*.c>,
50 @source = @ARGV;
240 # Scan each C source file and look for function and reason codes
252 foreach $file (@source) {
253 # Don't parse the error source file.
256 open(IN, "<$file") || die "Can't open source file $file\n";
318 " * Redistribution and use in source and binary forms, with or without\n",
322 " * 1. Redistributions of source code must retain the above copyright\n",
450 # Rewrite the C source file containing the error details.
501 * Redistribution and use in source an
[all...]
/freebsd-9.3-release/crypto/openssl/crypto/objects/
H A Dobjects.pl147 * Redistribution and use in source and binary forms, with or without
150 * 1. Redistributions of source code must retain the copyright
/freebsd-9.3-release/crypto/openssl/crypto/comp/
H A Dc_zlib.c60 static int zz_uncompress(Bytef *dest, uLongf * destLen, const Bytef *source,
102 const Bytef *source, uLong sourceLen);
305 static int zz_uncompress(Bytef *dest, uLongf * destLen, const Bytef *source,
311 stream.next_in = (Bytef *)source;
313 /* Check for source > 64K on 16-bit machine: */
/freebsd-9.3-release/crypto/openssl/apps/
H A Dpasswd.c361 int dest, source; local
365 for (dest = 0, source = 0; dest < 14;
366 dest++, source = (source + 6) % 17)
367 buf_perm[dest] = buf[source];
/freebsd-9.3-release/contrib/bind9/lib/dns/rdata/in_1/
H A Dapl_42.c191 isc_buffer_activeregion(source, &sr);
222 isc_buffer_forward(source, sr2.length);
253 dns_rdata_in_apl_t *apl = source;
258 REQUIRE(source != NULL);
294 dns_rdata_in_apl_t *apl = source;
296 REQUIRE(source != NULL);
/freebsd-9.3-release/contrib/ntp/lib/isc/
H A Dtask.c393 isc__task_t *source = (isc__task_t *)source0; local
396 * Attach *targetp to source.
399 REQUIRE(VALID_TASK(source));
402 XTTRACE(source, "isc_task_attach");
404 LOCK(&source->lock);
405 source->references++;
406 UNLOCK(&source->lock);
408 *targetp = (isc_task_t *)source;
H A Dbuffer.c408 isc__buffer_putstr(isc_buffer_t *b, const char *source) { argument
413 REQUIRE(source != NULL);
418 l = strlen(source);
423 memcpy(cp, source, l);
H A Dbase32.c43 str_totext(const char *source, isc_buffer_t *target);
56 base32_totext(isc_region_t *source, int wordlength, const char *wordbreak, argument
66 while (source->length > 0) {
67 buf[0] = base[((source->base[0]>>3)&0x1f)]; /* 5 + */
68 if (source->length == 1) {
69 buf[1] = base[(source->base[0]<<2)&0x1c];
75 buf[1] = base[((source->base[0]<<2)&0x1c)| /* 3 = 8 */
76 ((source->base[1]>>6)&0x03)]; /* 2 + */
77 buf[2] = base[((source->base[1]>>1)&0x1f)]; /* 5 + */
78 if (source
121 isc_base32_totext(isc_region_t *source, int wordlength, const char *wordbreak, isc_buffer_t *target) argument
128 isc_base32hex_totext(isc_region_t *source, int wordlength, const char *wordbreak, isc_buffer_t *target) argument
324 base32_decoderegion(isc_region_t *source, const char base[], isc_buffer_t *target) argument
338 isc_base32_decoderegion(isc_region_t *source, isc_buffer_t *target) argument
343 isc_base32hex_decoderegion(isc_region_t *source, isc_buffer_t *target) argument
348 str_totext(const char *source, isc_buffer_t *target) argument
[all...]
H A Dbase64.c43 str_totext(const char *source, isc_buffer_t *target);
53 isc_base64_totext(isc_region_t *source, int wordlength, argument
63 while (source->length > 2) {
64 buf[0] = base64[(source->base[0]>>2)&0x3f];
65 buf[1] = base64[((source->base[0]<<4)&0x30)|
66 ((source->base[1]>>4)&0x0f)];
67 buf[2] = base64[((source->base[1]<<2)&0x3c)|
68 ((source->base[2]>>6)&0x03)];
69 buf[3] = base64[source->base[2]&0x3f];
71 isc_region_consume(source,
227 str_totext(const char *source, isc_buffer_t *target) argument
[all...]
H A Dbitstring.c81 isc_bitstring_copy(isc_bitstring_t *source, unsigned int sbitpos, argument
88 * Starting at bit 'sbitpos', copy 'n' bits from 'source' to
92 REQUIRE(VALID_BITSTRING(source));
94 REQUIRE(source->lsb0 == target->lsb0);
95 if (source->lsb0) {
96 REQUIRE(sbitpos <= source->length);
97 sbitpos = PADDED(source->size) - sbitpos;
101 REQUIRE(sbitpos + n <= source->length);
119 if (BITSET(source, sbitpos))
H A Dentropy.c23 * compiled via inclusion from the relevant OS source file, ie,
85 * pseudorandom data and they cannot provide a stronger random source,
144 isc_uint32_t total; /*%< entropy from this source */
158 #define ENTROPY_SOURCETYPE_SAMPLE 1 /*%< Type is a sample source */
159 #define ENTROPY_SOURCETYPE_FILE 2 /*%< Type is a file source */
160 #define ENTROPY_SOURCETYPE_CALLBACK 3 /*%< Type is a callback source */
161 #define ENTROPY_SOURCETYPE_USOCKET 4 /*%< Type is a Unix socket source */
186 destroyfilesource(isc_entropyfilesource_t *source);
189 destroyusocketsource(isc_entropyusocketsource_t *source);
478 get_from_callback(isc_entropysource_t *source, unsigne argument
721 isc_entropysource_t *source; local
763 isc_entropysource_t *source; local
786 isc_entropysource_t *source; local
831 isc_entropysource_t *source; local
865 isc_entropysource_t *source; local
925 isc_entropysource_t *source; local
953 isc_entropysource_t *source; local
1023 isc_entropy_addsample(isc_entropysource_t *source, isc_uint32_t sample, isc_uint32_t extra) argument
1050 isc_entropy_addcallbacksample(isc_entropysource_t *source, isc_uint32_t sample, isc_uint32_t extra) argument
1155 kbdstart(isc_entropysource_t *source, void *arg, isc_boolean_t blocking) argument
1181 kbdstop(isc_entropysource_t *source, void *arg) argument
1192 kbdget(isc_entropysource_t *source, void *arg, isc_boolean_t blocking) argument
1226 isc_entropy_usebestsource(isc_entropy_t *ectx, isc_entropysource_t **source, const char *randomfile, int use_keyboard) argument
[all...]
/freebsd-9.3-release/contrib/bind9/lib/dns/include/dns/
H A Dmessage.h82 * result = dns_name_fromtext(name, &source, dns_rootname, 0, buffer);
163 source buffer */
414 dns_message_parse(dns_message_t *msg, isc_buffer_t *source,
417 * Parse raw wire data in 'source' as a DNS message.
972 dns_message_peekheader(isc_buffer_t *source, dns_messageid_t *idp,
975 * Assume the remaining region of "source" is a DNS message. Peek into
980 *\li source != NULL
/freebsd-9.3-release/contrib/ntp/
H A Ddepcomp44 source Source file read by `PROGRAMS ARGS'.
61 if test -z "$depmode" || test -z "$source" || test -z "$object"; then
62 echo "depcomp: Variables source, object and depmode must be set" 1>&2
417 # the object too, otherwise makedepend will parse it as a source file.
/freebsd-9.3-release/contrib/ntp/sntp/
H A Ddepcomp44 source Source file read by `PROGRAMS ARGS'.
61 if test -z "$depmode" || test -z "$source" || test -z "$object"; then
62 echo "depcomp: Variables source, object and depmode must be set" 1>&2
417 # the object too, otherwise makedepend will parse it as a source file.
/freebsd-9.3-release/contrib/ntp/sntp/libevent/
H A Dbuffer.c5 * Redistribution and use in source and binary forms, with or without
8 * 1. Redistributions of source code must retain the above copyright
241 * refcounts of source chain and associated
244 EVUTIL_ASSERT(info->source != NULL);
246 EVBUFFER_LOCK(info->source);
248 evbuffer_decref_and_unlock_(info->source);
919 /* reference evbuffer containing source chain so it
923 extra->source = src;
924 /* reference source chain which now becomes immutable */
H A Devbuffer-internal.h5 * Redistribution and use in source and binary forms, with or without
8 * 1. Redistributions of source code must retain the above copyright
271 /** source buffer the multicast parent belongs to */
272 struct evbuffer *source; member in struct:evbuffer_multicast_parent
/freebsd-9.3-release/contrib/ntp/sntp/libevent/build-aux/
H A Ddepcomp43 source Source file read by `PROGRAMS ARGS'.
60 if test -z "$depmode" || test -z "$source" || test -z "$object"; then
61 echo "depcomp: Variables source, object and depmode must be set" 1>&2
493 # the object too, otherwise makedepend will parse it as a source file.

Completed in 393 milliseconds

1234567891011>>