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

1234567891011>>

/freebsd-current/usr.bin/at/
H A DMakefile6 CONFSNAME= at
7 PROG= at
8 SRCS= at.c panic.c parsetime.c perm.c
9 LINKS= ${BINDIR}/at ${BINDIR}/atq \
10 ${BINDIR}/at ${BINDIR}/atrm \
11 ${BINDIR}/at ${BINDIR}/batch
12 MLINKS= at.1 batch.1 \
13 at.1 atq.1 \
14 at.1 atrm.1
20 CLEANFILES+= at
[all...]
H A DMakefile.inc3 ATSPOOL_DIR=/var/at/spool
4 ATJOB_DIR=/var/at/jobs
11 PERM_PATH=/var/at
12 PACKAGE= at
/freebsd-current/contrib/bsnmp/snmp_mibII/
H A DmibII_nettomedia.c46 struct mibarp *at; local
52 TAILQ_FOREACH(at, &mibarp_list, link)
53 if (at->index.subs[0] == ifp->index &&
54 (at->index.subs[1] == ((a >> 24) & 0xff)) &&
55 (at->index.subs[2] == ((a >> 16) & 0xff)) &&
56 (at->index.subs[3] == ((a >> 8) & 0xff)) &&
57 (at->index.subs[4] == ((a >> 0) & 0xff)))
58 return (at);
66 struct mibarp *at; local
69 if ((at
89 mib_arp_delete(struct mibarp *at) argument
99 struct mibarp *at; local
[all...]
/freebsd-current/usr.sbin/pmcstudy/
H A Deval_expr.c38 struct expression *ex, *at; local
49 at = *last_p;
50 if (at == NULL) {
55 at->next = ex;
56 ex->prev = at;
94 /* We are at x + y +
210 struct expression *at, *ex; local
221 at = frm->prev;
222 if (at == *beg) {
223 /* We are inserting at th
270 struct expression *at, *ex; local
323 struct expression *at, *newone; local
352 struct expression *at, *start, *end; local
395 pmc_name_set(struct expression *at) argument
426 struct expression *exp=NULL, *last=NULL, *at; local
672 struct expression *at; local
[all...]
/freebsd-current/contrib/ncurses/ncurses/base/
H A Dlib_wattron.c49 wattr_on(WINDOW *win, attr_t at, void *opts GCC_UNUSED) argument
51 T((T_CALLED("wattr_on(%p,%s)"), (void *) win, _traceattr(at)));
58 if (at & A_COLOR)
59 win->_color = PairNumber(at);
61 toggle_attr_on(WINDOW_ATTRS(win), at); local
H A Dlib_wattroff.c49 wattr_off(WINDOW *win, attr_t at, void *opts GCC_UNUSED) argument
51 T((T_CALLED("wattr_off(%p,%s)"), (void *) win, _traceattr(at)));
58 if (at & A_COLOR)
61 toggle_attr_off(WINDOW_ATTRS(win), at); local
/freebsd-current/contrib/elftoolchain/libdwarf/
H A Ddwarf_pro_attr.c35 Dwarf_Attribute at; local
42 if (_dwarf_attr_alloc(die, &at, error) != DW_DLE_NONE)
45 at->at_die = die;
46 at->at_attrib = attr;
47 at->at_expr = loc_expr;
50 free(at);
53 at->u[0].u64 = loc_expr->pe_length;
54 at->u[1].u8p = loc_expr->pe_block;
56 at->at_form = DW_FORM_block1;
58 at
72 Dwarf_Attribute at; local
84 Dwarf_Attribute at; local
96 Dwarf_Attribute at; local
109 Dwarf_Attribute at; local
136 Dwarf_Attribute at; local
163 Dwarf_Attribute at; local
185 Dwarf_Attribute at; local
210 Dwarf_Attribute at; local
231 Dwarf_Attribute at; local
256 Dwarf_Attribute at; local
288 Dwarf_Attribute at; local
320 Dwarf_Attribute at; local
348 Dwarf_Attribute at; local
372 Dwarf_Attribute at; local
[all...]
H A Ddwarf_form.c33 dwarf_hasform(Dwarf_Attribute at, Dwarf_Half form, Dwarf_Bool *return_hasform, argument
38 dbg = at != NULL ? at->at_die->die_dbg : NULL;
40 if (at == NULL || return_hasform == NULL) {
45 *return_hasform = (at->at_form == form);
51 dwarf_whatform(Dwarf_Attribute at, Dwarf_Half *return_form, Dwarf_Error *error) argument
55 dbg = at != NULL ? at->at_die->die_dbg : NULL;
57 if (at == NULL || return_form == NULL) {
62 *return_form = at
68 dwarf_whatform_direct(Dwarf_Attribute at, Dwarf_Half *return_form, Dwarf_Error *error) argument
89 dwarf_whatattr(Dwarf_Attribute at, Dwarf_Half *return_attr, Dwarf_Error *error) argument
106 dwarf_formref(Dwarf_Attribute at, Dwarf_Off *return_offset, Dwarf_Error *error) argument
136 dwarf_global_formref(Dwarf_Attribute at, Dwarf_Off *return_offset, Dwarf_Error *error) argument
173 dwarf_formaddr(Dwarf_Attribute at, Dwarf_Addr *return_addr, Dwarf_Error *error) argument
197 dwarf_formflag(Dwarf_Attribute at, Dwarf_Bool *return_bool, Dwarf_Error *error) argument
222 dwarf_formudata(Dwarf_Attribute at, Dwarf_Unsigned *return_uvalue, Dwarf_Error *error) argument
253 dwarf_formsdata(Dwarf_Attribute at, Dwarf_Signed *return_svalue, Dwarf_Error *error) argument
293 dwarf_formblock(Dwarf_Attribute at, Dwarf_Block **return_block, Dwarf_Error *error) argument
323 dwarf_formsig8(Dwarf_Attribute at, Dwarf_Sig8 *return_sig8, Dwarf_Error *error) argument
346 dwarf_formexprloc(Dwarf_Attribute at, Dwarf_Unsigned *return_exprlen, Dwarf_Ptr *return_expr, Dwarf_Error *error) argument
371 dwarf_formstring(Dwarf_Attribute at, char **return_string, Dwarf_Error *error) argument
[all...]
H A Ddwarf_attrval.c34 Dwarf_Attribute at; local
46 if ((at = _dwarf_attr_find(die, attr)) == NULL) {
51 switch (at->at_form) {
54 *valp = (Dwarf_Bool) (!!at->u[0].u64);
67 Dwarf_Attribute at; local
79 if ((at = _dwarf_attr_find(die, attr)) == NULL) {
84 switch (at->at_form) {
86 *strp = at->u[1].s;
89 *strp = at->u[0].s;
102 Dwarf_Attribute at; local
144 Dwarf_Attribute at; local
[all...]
H A Ddwarf_attr.c37 Dwarf_Attribute at; local
46 if ((at = _dwarf_attr_find(die, attr)) == NULL) {
51 *atp = at;
60 Dwarf_Attribute at; local
89 for (i = 0, at = STAILQ_FIRST(&die->die_attr);
90 i < *attrcount && at != NULL; i++, at = STAILQ_NEXT(at, at_next))
91 die->die_attrarray[i] = at;
117 dwarf_attroffset(Dwarf_Attribute at, Dwarf_Of argument
136 Dwarf_Attribute at; local
167 Dwarf_Attribute at; local
202 Dwarf_Attribute at; local
225 Dwarf_Attribute at; local
248 Dwarf_Attribute at; local
271 Dwarf_Attribute at; local
294 Dwarf_Attribute at; local
[all...]
H A Dlibdwarf_attr.c35 Dwarf_Attribute at; local
40 if ((at = calloc(1, sizeof(struct _Dwarf_Attribute))) == NULL) {
45 *atp = at;
54 Dwarf_Attribute at; local
57 if ((ret = _dwarf_attr_alloc(die, &at, error)) != DW_DLE_NONE)
60 memcpy(at, atref, sizeof(struct _Dwarf_Attribute));
62 STAILQ_INSERT_TAIL(&die->die_attr, at, at_next);
65 if (at->at_attrib == DW_AT_name) {
66 switch (at->at_form) {
68 die->die_name = at
87 Dwarf_Attribute at; local
215 _dwarf_attr_write(Dwarf_P_Debug dbg, Dwarf_P_Section ds, Dwarf_Rel_Section drs, Dwarf_CU cu, Dwarf_Attribute at, int pass2, Dwarf_Error *error) argument
377 Dwarf_Attribute at; local
407 Dwarf_Attribute at; local
444 Dwarf_Attribute at; local
[all...]
H A Ddwarf_dealloc.c36 Dwarf_Attribute at, tat; local
62 STAILQ_FOREACH_SAFE(at, &die->die_attr, at_next, tat) {
63 STAILQ_REMOVE(&die->die_attr, at,
65 if (at->at_ld != NULL)
66 free(at->at_ld);
67 free(at);
/freebsd-current/usr.sbin/nscd/
H A Dagent.c70 register_agent(struct agent_table *at, struct agent *a) argument
76 assert(at != NULL);
78 new_agents_num = at->agents_num + 1;
82 memcpy(new_agents, at->agents, at->agents_num * sizeof(struct agent *));
87 free(at->agents);
88 at->agents = new_agents;
89 at->agents_num = new_agents_num;
94 find_agent(struct agent_table *at, const char *name, enum agent_type type) argument
103 res = bsearch(&model_p, at
111 destroy_agent_table(struct agent_table *at) argument
[all...]
/freebsd-current/crypto/openssl/test/
H A Dtime_offset_test.c6 * in the file LICENSE in the source distribution or at
69 ASN1_TIME at; local
74 at.data = (unsigned char*)testdata->data;
75 at.length = strlen(testdata->data);
76 at.type = testdata->type;
77 at.flags = 0;
79 if (!TEST_true(ASN1_TIME_diff(&day, &sec, &the_asn1_time, &at))) {
80 TEST_info("ASN1_TIME_diff() failed for %s\n", at.data);
95 TEST_info("ASN1_TIME_diff() test failed for %s day=%d sec=%d\n", at.data, day, sec);
99 ret = ASN1_TIME_cmp_time_t(&at, the_tim
[all...]
/freebsd-current/tools/test/stress2/misc/
H A Dmdconfig.sh36 mdconfig -at swap -S 65536 -s 20M -u $mdstart
/freebsd-current/sys/dev/syscons/
H A Dscvtb.c45 #define vtb_wrap(vtb, at, offset) \
46 (((at) + (offset) + (vtb)->vtb_size)%(vtb)->vtb_size)
118 sc_vtb_getc(sc_vtb_t *vtb, int at) argument
121 return (readw(sc_vtb_pointer(vtb, at)) & 0x00ff);
123 return (*(u_int16_t *)sc_vtb_pointer(vtb, at) & 0x00ff);
127 sc_vtb_geta(sc_vtb_t *vtb, int at) argument
130 return (readw(sc_vtb_pointer(vtb, at)) & 0xff00);
132 return (*(u_int16_t *)sc_vtb_pointer(vtb, at) & 0xff00);
136 sc_vtb_putc(sc_vtb_t *vtb, int at, int c, int a) argument
139 writew(sc_vtb_pointer(vtb, at),
155 sc_vtb_pointer(sc_vtb_t *vtb, int at) argument
224 sc_vtb_erase(sc_vtb_t *vtb, int at, int count, int c, int attr) argument
252 sc_vtb_delete(sc_vtb_t *vtb, int at, int count, int c, int attr) argument
278 sc_vtb_ins(sc_vtb_t *vtb, int at, int count, int c, int attr) argument
[all...]
/freebsd-current/contrib/arm-optimized-routines/string/test/
H A Dstringtest.h25 /* quoted print around at or the entire string if at < 0. */
27 quoteat (const char *prefix, const void *p, int len, int at) argument
34 if (at > CTXLEN)
36 s += at - CTXLEN;
37 len -= at - CTXLEN;
40 if (at >= 0 && len > 2 * CTXLEN + 1)
/freebsd-current/contrib/bmake/unit-tests/
H A Dsuff-lookup.exp8 inserting ".ccc" (3) at end of list
9 inserting ".cc" (2) at end of list
12 inserting ".c" (1) at end of list
13 inserting ".ccc" (3) at end of list
16 inserting ".short" (4) at end of list
17 inserting ".c" (1) at end of list
20 inserting ".sho" (5) at end of list
21 inserting ".c" (1) at end of list
24 inserting ".dead-end" (6) at end of list
25 inserting ".short" (4) at en
[all...]
H A Dsuff-transform-select.exp4 inserting ".c" (1) at end of list
5 inserting ".d" (2) at end of list
8 inserting ".d" (2) at end of list
9 inserting ".e" (3) at end of list
13 inserting ".e" (3) at end of list
14 inserting "" (0) at end of list
16 inserting ".e" (3) at end of list
17 inserting ".f" (4) at end of list
19 inserting ".f" (4) at end of list
20 inserting ".e" (3) at en
[all...]
/freebsd-current/usr.sbin/pw/
H A Dbitmap.c91 int at = 0; local
100 return at;
102 ++at;
105 return at;
112 int at = 0; local
122 ofs = at;
124 ++at;
/freebsd-current/contrib/ldns/ldns/
H A Dbuffer.h239 * ensures BUFFER can contain at least AMOUNT more bytes. The buffer's
251 * returns a pointer to the data at the indicated position.
253 * \param[in] at position
257 ldns_buffer_at(const ldns_buffer *buffer, size_t at) argument
259 assert(at <= buffer->_limit);
260 return buffer->_data + at;
264 * returns a pointer to the beginning of the buffer (the data at
276 * returns a pointer to the end of the buffer (the data at the buffer's
288 * returns a pointer to the data at the buffer's current position.
302 * \param[in] at indicate
306 ldns_buffer_remaining_at(const ldns_buffer *buffer, size_t at) argument
335 ldns_buffer_available_at(const ldns_buffer *buffer, size_t at, size_t count) argument
360 ldns_buffer_write_at(ldns_buffer *buffer, size_t at, const void *data, size_t count) argument
386 ldns_buffer_write_string_at(ldns_buffer *buffer, size_t at, const char *str) argument
425 ldns_buffer_write_u8_at(ldns_buffer *buffer, size_t at, uint8_t data) argument
465 ldns_buffer_write_u16_at(ldns_buffer *buffer, size_t at, uint16_t data) argument
490 ldns_buffer_write_u32_at(ldns_buffer *buffer, size_t at, uint32_t data) argument
516 ldns_buffer_read_at(const ldns_buffer *buffer, size_t at, void *data, size_t count) argument
542 ldns_buffer_read_u8_at(const ldns_buffer *buffer, size_t at) argument
568 ldns_buffer_read_u16_at(ldns_buffer *buffer, size_t at) argument
594 ldns_buffer_read_u32_at(ldns_buffer *buffer, size_t at) argument
[all...]
/freebsd-current/sys/tools/fdt/
H A Dembed_dtb.sh36 obs=`strings -at d $1 | grep "Device Tree Blob STARTS here" | awk '{print $1}'`
37 eol=`strings -at d $1 | grep "Device Tree Blob STOPS here" | awk '{print $1}'`
/freebsd-current/crypto/openssl/crypto/bn/asm/
H A Dmips.pl6 # in the file LICENSE in the source distribution or at
99 ($zero,$at,$v0,$v1)=map("\$$_",(0..3));
182 mflo ($at,$t0,$a3)
184 $ADDU $t1,$at
187 sltu $at,$t1,$at
189 $ADDU $v0,$at
195 mflo ($at,$t2,$a3)
197 $ADDU $t3,$at
200 sltu $at,
[all...]
/freebsd-current/sys/dev/acpica/Osd/
H A DOsdSchedule.c137 struct acpi_task_ctx *at; local
139 at = (struct acpi_task_ctx *)context;
140 at->at_function(at->at_context);
141 atomic_clear_int(&at->at_flag, ACPI_TASK_USED | ACPI_TASK_ENQUEUED);
148 struct acpi_task_ctx *at; local
151 for (at = NULL, i = 0; i < acpi_max_tasks; i++)
154 at = &acpi_tasks[i];
162 if (at == NULL) {
168 TASK_INIT(&at
[all...]
/freebsd-current/contrib/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...]

Completed in 430 milliseconds

1234567891011>>