Searched refs:at (Results 1 - 25 of 1057) sorted by relevance

1234567891011>>

/openbsd-current/gnu/usr.bin/texinfo/makeinfo/tests/
H A Dmacro-at6 ../makeinfo $srcdir/macro-at.txi || exit 1
8 rm -f macro-at.info
/openbsd-current/usr.bin/at/
H A DMakefile3 PROG= at
4 SRCS= at.c client.c parsetime.c
7 MAN= at.1 atrm.1 atq.1
8 LINKS= ${BINDIR}/at ${BINDIR}/atq \
9 ${BINDIR}/at ${BINDIR}/atrm \
10 ${BINDIR}/at ${BINDIR}/batch
/openbsd-current/gnu/usr.bin/perl/t/op/hook/
H A Drequire.t43 before Apack.pm at - line 1.
44 before Bpack.pm at - line 1.
45 before Cpack.pm at - line 1.
46 after Cpack.pm at - line 1.
47 after Bpack.pm at - line 1.
48 after Apack.pm at - line 1.
62 before Apack.pm at - line 1.
63 before Bpack.pm at - line 1.
64 before Cpack.pm at - line 1.
65 after Cpack.pm at
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/ext/
H A Dalign1.C8 typedef float at[4][4] __attribute__ ((aligned)); typedef
12 static volatile at a1[15];
/openbsd-current/gnu/usr.bin/perl/t/comp/
H A Dfinal_line_num.t6 $_[0] =~ /\Asyntax error at [^ ]+ line ([0-9]+), at EOF/ or exit 1;
12 # the next line causes a syntax error at end of file, to be caught above
/openbsd-current/lib/libcurses/base/
H A Dlib_wattroff.c51 wattr_off(WINDOW *win, attr_t at, void *opts GCC_UNUSED) argument
53 T((T_CALLED("wattr_off(%p,%s)"), (void *) win, _traceattr(at)));
60 if (at & A_COLOR)
63 toggle_attr_off(WINDOW_ATTRS(win), at); local
H A Dlib_wattron.c51 wattr_on(WINDOW *win, attr_t at, void *opts GCC_UNUSED) argument
53 T((T_CALLED("wattr_on(%p,%s)"), (void *) win, _traceattr(at)));
60 if (at & A_COLOR) {
61 win->_color = PairNumber(at);
65 toggle_attr_on(WINDOW_ATTRS(win), at); local
/openbsd-current/sys/net/
H A Dart.c23 * Yoichi Hariguchi paper can be found at:
41 void art_allot(struct art_table *at, int, struct art_node *,
141 * corresponding to the range covered by the table ``at''.
145 * single level base index for the table ``at''.
152 art_bindex(struct art_table *at, const uint8_t *addr, int plen) argument
157 if (plen < at->at_offset || plen > (at->at_offset + at->at_bits))
164 plen -= at->at_offset;
170 addr += (at
207 art_findex(struct art_table *at, const uint8_t *addr) argument
222 struct art_table *at; local
284 struct art_table *at; local
341 struct art_table *at, *child; local
407 art_table_insert(struct art_root *ar, struct art_table *at, int i, struct art_node *an) argument
445 struct art_table *at; local
492 art_table_delete(struct art_root *ar, struct art_table *at, int i, struct art_node *an) argument
536 art_table_ref(struct art_root *ar, struct art_table *at) argument
543 art_table_rele(struct art_table *at) argument
552 art_table_free(struct art_root *ar, struct art_table *at) argument
576 struct art_table *at; local
604 art_table_walk(struct art_root *ar, struct art_table *at, int (*f)(struct art_node *, void *), void *arg) argument
691 struct art_table *at; local
751 art_table_put(struct art_root *ar, struct art_table *at) argument
787 struct art_table *at, *next; local
843 art_allot(struct art_table *at, int i, struct art_node *old, struct art_node *new) argument
[all...]
/openbsd-current/usr.sbin/nsd/
H A Dbuffer.h163 * Ensure BUFFER can contain at least AMOUNT more bytes. The buffer's
172 * Return a pointer to the data at the indicated position.
175 buffer_at(buffer_type *buffer, size_t at) argument
177 assert(at <= buffer->_limit);
178 return buffer->_data + at;
182 * Return a pointer to the beginning of the buffer (the data at
192 * Return a pointer to the end of the buffer (the data at the buffer's
202 * Return a pointer to the data at the buffer's current position.
215 buffer_remaining_at(buffer_type *buffer, size_t at) argument
218 assert(at <
238 buffer_available_at(buffer_type *buffer, size_t at, size_t count) argument
250 buffer_write_at(buffer_type *buffer, size_t at, const void *data, size_t count) argument
264 try_buffer_write_at(buffer_type *buffer, size_t at, const void *data, size_t count) argument
282 buffer_write_string_at(buffer_type *buffer, size_t at, const char *str) argument
294 try_buffer_write_string_at(buffer_type *buffer, size_t at, const char *str) argument
306 buffer_write_u8_at(buffer_type *buffer, size_t at, uint8_t data) argument
320 buffer_write_u16_at(buffer_type *buffer, size_t at, uint16_t data) argument
334 buffer_write_u32_at(buffer_type *buffer, size_t at, uint32_t data) argument
348 buffer_write_u64_at(buffer_type *buffer, size_t at, uint64_t data) argument
362 try_buffer_write_u8_at(buffer_type *buffer, size_t at, uint8_t data) argument
380 try_buffer_write_u16_at(buffer_type *buffer, size_t at, uint16_t data) argument
398 try_buffer_write_u32_at(buffer_type *buffer, size_t at, uint32_t data) argument
416 try_buffer_write_u64_at(buffer_type *buffer, size_t at, uint64_t data) argument
434 buffer_read_at(buffer_type *buffer, size_t at, void *data, size_t count) argument
448 buffer_read_u8_at(buffer_type *buffer, size_t at) argument
463 buffer_read_u16_at(buffer_type *buffer, size_t at) argument
478 buffer_read_u32_at(buffer_type *buffer, size_t at) argument
493 buffer_read_u64_at(buffer_type *buffer, size_t at) argument
[all...]
/openbsd-current/gnu/usr.bin/perl/t/op/
H A Dmydef.t12 like $@, qr/^Can't use global \$_ in "my" at /;
19 like $@, qr/^Can't use global \$_ in "my" at /;
H A Danonconst.t15 like $w, qr/^:const is experimental at /, 'experimental warning';
42 like $w, qr/^Constant subroutine main::foo redefined at /,
47 like $@, qr/^:const is not permitted on named subroutines at /,
50 like $@, qr/^:const is not permitted on named subroutines at /,
/openbsd-current/gnu/usr.bin/binutils/bfd/doc/
H A Dchew.c12 (at your option) any later version.
115 static char at (string_type *, unsigned int);
182 at (buffer, pos) function
254 while ((c = at (src, idx)),
259 && at (src, idx +1) != '/'
260 && at (src, idx -1) != '\n'))
385 while ((isspace ((unsigned char) at (tos, tos->write_idx - 1))
386 || at (tos, tos->write_idx - 1) == '\n')
425 while (at (src, idx))
427 /* Now see if we have a comment at th
[all...]
/openbsd-current/gnu/usr.bin/binutils-2.17/bfd/doc/
H A Dchew.c12 (at your option) any later version.
116 static char at (string_type *, unsigned int);
183 at (buffer, pos) function
255 while ((c = at (src, idx)),
260 && at (src, idx +1) != '/'
261 && at (src, idx -1) != '\n'))
386 while ((isspace ((unsigned char) at (tos, tos->write_idx - 1))
387 || at (tos, tos->write_idx - 1) == '\n')
426 while (at (src, idx))
428 /* Now see if we have a comment at th
[all...]
/openbsd-current/regress/lib/libcrypto/asn1/
H A Dasn1evp.c72 ASN1_TYPE *at = NULL; local
76 if ((at = ASN1_TYPE_new()) == NULL) {
81 if (!ASN1_TYPE_set_int_octetstring(at, num, test_octetstring,
86 if (at->type != V_ASN1_SEQUENCE) {
88 at->type, V_ASN1_SEQUENCE);
91 if (at->value.sequence->type != V_ASN1_OCTET_STRING) {
93 at->type, V_ASN1_OCTET_STRING);
96 if (compare_data("sequence", at->value.sequence->data,
97 at->value.sequence->length, asn1_atios, sizeof(asn1_atios)) == -1)
103 if ((len = ASN1_TYPE_get_int_octetstring(at,
[all...]
/openbsd-current/lib/libcrypto/bn/asm/
H A Dmips.pl90 ($zero,$at,$v0,$v1)=map("\$$_",(0..3));
157 mflo $at
159 $ADDU $t1,$at
162 sltu $at,$t1,$at
164 $ADDU $v0,$at
170 mflo $at
172 $ADDU $t3,$at
175 sltu $at,$t3,$at
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/
H A Dmemclass4.C20 typedef alloc_traits<int, allocator<void> >::allocator_type at; typedef
22 return typeid (at) != typeid (allocator <int>);
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g77.f-torture/execute/
H A Du77-test.x1 # Various intrinsics not implemented and not implementable; will fail at
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/
H A Dpt1.C4 A (T at, V av);
12 A<T, V>::A (T at, V av) { argument
13 t = at;
21 B (T at, V av);
26 B<T, V>::B (T at, V av) : A<T, V> (at, av) { } // gets bogus error - argument
/openbsd-current/gnu/usr.bin/perl/cpan/autodie/t/
H A Dopen.t30 like( $@, qr/at \S+ line \d+/, "At least one mention");
31 unlike($@, qr/at \S+ line \d+\s+at \S+ line \d+/, "...but not too mentions");
48 like( $@, qr/at \S+ line \d+/, "At least one mention");
49 unlike($@, qr/at \S+ line \d+\s+at \S+ line \d+/, "...but not too mentions");
/openbsd-current/usr.sbin/ldapd/
H A Dvalidate.c32 struct attr_type *at; local
38 at = ap->attr_type;
40 if (ldap_find_attribute(entry, at) == NULL) {
42 ATTR_NAME(at));
51 validate_attribute(struct attr_type *at, struct ber_element *vals) argument
73 if (++nvals > 1 && at->single) {
75 " attribute %s", ATTR_NAME(at));
79 if (at->syntax->is_valid != NULL &&
80 !at->syntax->is_valid(conf->schema, val, elm->be_len)) {
81 log_debug("%s: invalid syntax", ATTR_NAME(at));
107 struct attr_type *at; local
192 has_attribute(struct attr_type *at, struct attr_list *alist) argument
209 validate_allowed_attribute(struct attr_type *at, struct obj_list *olist) argument
292 struct attr_type *at; local
[all...]
/openbsd-current/lib/libcrypto/asn1/
H A Dasn1_types.c246 const struct asn1_type *at; local
250 if ((at = asn1_type_by_tag(tag)) != NULL)
251 return at->encoding == ASN1_ENCODING_CONSTRUCTED_ONLY;
259 const struct asn1_type *at; local
263 if ((at = asn1_type_by_tag(tag)) != NULL)
264 return at->encoding == ASN1_ENCODING_PRIMITIVE_ONLY;
272 const struct asn1_type *at; local
274 if ((at = asn1_type_by_tag(tag)) != NULL)
275 return at->char_width;
283 const struct asn1_type *at; local
295 const struct asn1_type *at; local
[all...]
/openbsd-current/usr.sbin/unbound/sldns/
H A Dsbuffer.h312 * ensures BUFFER can contain at least AMOUNT more bytes. The buffer's
324 * returns a pointer to the data at the indicated position.
326 * \param[in] at position
330 sldns_buffer_at(const sldns_buffer *buffer, size_t at) argument
332 assert(at <= buffer->_limit);
333 return buffer->_data + at;
337 * returns a pointer to the beginning of the buffer (the data at
349 * returns a pointer to the end of the buffer (the data at the buffer's
361 * returns a pointer to the data at the buffer's current position.
375 * \param[in] at indicate
379 sldns_buffer_remaining_at(sldns_buffer *buffer, size_t at) argument
408 sldns_buffer_available_at(sldns_buffer *buffer, size_t at, size_t count) argument
433 sldns_buffer_write_at(sldns_buffer *buffer, size_t at, const void *data, size_t count) argument
448 sldns_buffer_set_at(sldns_buffer *buffer, size_t at, int c, size_t count) argument
475 sldns_buffer_write_string_at(sldns_buffer *buffer, size_t at, const char *str) argument
498 sldns_buffer_write_u8_at(sldns_buffer *buffer, size_t at, uint8_t data) argument
523 sldns_buffer_write_u16_at(sldns_buffer *buffer, size_t at, uint16_t data) argument
548 sldns_buffer_write_u32_at(sldns_buffer *buffer, size_t at, uint32_t data) argument
561 sldns_buffer_write_u48_at(sldns_buffer *buffer, size_t at, uint64_t data) argument
599 sldns_buffer_read_at(sldns_buffer *buffer, size_t at, void *data, size_t count) argument
625 sldns_buffer_read_u8_at(sldns_buffer *buffer, size_t at) argument
651 sldns_buffer_read_u16_at(sldns_buffer *buffer, size_t at) argument
677 sldns_buffer_read_u32_at(sldns_buffer *buffer, size_t at) argument
[all...]
/openbsd-current/sbin/unwind/libunbound/sldns/
H A Dsbuffer.h312 * ensures BUFFER can contain at least AMOUNT more bytes. The buffer's
324 * returns a pointer to the data at the indicated position.
326 * \param[in] at position
330 sldns_buffer_at(const sldns_buffer *buffer, size_t at) argument
332 assert(at <= buffer->_limit);
333 return buffer->_data + at;
337 * returns a pointer to the beginning of the buffer (the data at
349 * returns a pointer to the end of the buffer (the data at the buffer's
361 * returns a pointer to the data at the buffer's current position.
375 * \param[in] at indicate
379 sldns_buffer_remaining_at(sldns_buffer *buffer, size_t at) argument
408 sldns_buffer_available_at(sldns_buffer *buffer, size_t at, size_t count) argument
433 sldns_buffer_write_at(sldns_buffer *buffer, size_t at, const void *data, size_t count) argument
448 sldns_buffer_set_at(sldns_buffer *buffer, size_t at, int c, size_t count) argument
475 sldns_buffer_write_string_at(sldns_buffer *buffer, size_t at, const char *str) argument
498 sldns_buffer_write_u8_at(sldns_buffer *buffer, size_t at, uint8_t data) argument
523 sldns_buffer_write_u16_at(sldns_buffer *buffer, size_t at, uint16_t data) argument
548 sldns_buffer_write_u32_at(sldns_buffer *buffer, size_t at, uint32_t data) argument
561 sldns_buffer_write_u48_at(sldns_buffer *buffer, size_t at, uint64_t data) argument
599 sldns_buffer_read_at(sldns_buffer *buffer, size_t at, void *data, size_t count) argument
625 sldns_buffer_read_u8_at(sldns_buffer *buffer, size_t at) argument
651 sldns_buffer_read_u16_at(sldns_buffer *buffer, size_t at) argument
677 sldns_buffer_read_u32_at(sldns_buffer *buffer, size_t at) argument
[all...]
/openbsd-current/gnu/usr.bin/perl/dist/Carp/t/
H A Dstash_deletion.t18 like($@, qr/^blah at foo line 1/);
24 like($@, qr/^blah at foo line 1/);
37 like($@, qr/^blah at foo line 1/);
43 like($@, qr/^blah at foo line 1/);
60 like($@, qr/^blah at foo line 1/);
66 like($@, qr/^blah at foo line 1/);
72 like($@, qr/^blah at foo line 1/);
/openbsd-current/usr.sbin/unbound/testcode/
H A Dpetal.c378 char* buf, *at; local
409 at = buf;
410 snprintf(at, avail, "HTTP/1.1 %s\r\n", rcode);
411 r = strlen(at);
412 at += r;
414 snprintf(at, avail, "Server: petal/%s\r\n", PACKAGE_VERSION);
415 r = strlen(at);
416 at += r;
418 snprintf(at, avail, "Content-Length: %u\r\n", (unsigned)len);
419 r = strlen(at);
451 char* at = buf; local
[all...]

Completed in 417 milliseconds

1234567891011>>