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

1234567891011>>

/freebsd-11-stable/usr.bin/at/
H A DMakefile5 PROG= at
6 SRCS= at.c panic.c parsetime.c perm.c
7 LINKS= ${BINDIR}/at ${BINDIR}/atq \
8 ${BINDIR}/at ${BINDIR}/atrm \
9 ${BINDIR}/at ${BINDIR}/batch
10 MLINKS= at.1 batch.1 \
11 at.1 atq.1 \
12 at.1 atrm.1
18 CLEANFILES+= at.1
20 at
[all...]
H A DMakefile.inc4 ATSPOOL_DIR=/var/at/spool
5 ATJOB_DIR=/var/at/jobs
12 PERM_PATH=/var/at
13 PACKAGE= at
/freebsd-11-stable/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-11-stable/usr.sbin/pmcstudy/
H A Deval_expr.c41 struct expression *ex, *at; local
52 at = *last_p;
53 if (at == NULL) {
58 at->next = ex;
59 ex->prev = at;
97 /* We are at x + y +
213 struct expression *at, *ex; local
224 at = frm->prev;
225 if (at == *beg) {
226 /* We are inserting at th
273 struct expression *at, *ex; local
326 struct expression *at, *newone; local
355 struct expression *at, *start, *end; local
398 pmc_name_set(struct expression *at) argument
429 struct expression *exp=NULL, *last=NULL, *at; local
675 struct expression *at; local
[all...]
/freebsd-11-stable/contrib/ncurses/ncurses/base/
H A Dlib_wattron.c48 wattr_on(WINDOW *win, attr_t at, void *opts GCC_UNUSED) argument
50 T((T_CALLED("wattr_on(%p,%s)"), (void *) win, _traceattr(at)));
57 if (at & A_COLOR)
58 win->_color = PairNumber(at);
60 toggle_attr_on(WINDOW_ATTRS(win), at); local
H A Dlib_wattroff.c48 wattr_off(WINDOW *win, attr_t at, void *opts GCC_UNUSED) argument
50 T((T_CALLED("wattr_off(%p,%s)"), (void *) win, _traceattr(at)));
57 if (at & A_COLOR)
60 toggle_attr_off(WINDOW_ATTRS(win), at); local
/freebsd-11-stable/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-11-stable/usr.sbin/nscd/
H A Dagent.c72 register_agent(struct agent_table *at, struct agent *a) argument
78 assert(at != NULL);
80 new_agents_num = at->agents_num + 1;
84 memcpy(new_agents, at->agents, at->agents_num * sizeof(struct agent *));
89 free(at->agents);
90 at->agents = new_agents;
91 at->agents_num = new_agents_num;
96 find_agent(struct agent_table *at, const char *name, enum agent_type type) argument
105 res = bsearch(&model_p, at
113 destroy_agent_table(struct agent_table *at) argument
[all...]
/freebsd-11-stable/stand/mips/beri/boot2/
H A Drelocate.S80 lw $at, 0($t1)
81 sw $at, 0($t0)
94 dla $at, relocated_start
95 jr $at
99 dla $at, start
100 jr $at
/freebsd-11-stable/sys/dev/syscons/
H A Dscvtb.c45 #define vtb_wrap(vtb, at, offset) \
46 (((at) + (offset) + (vtb)->vtb_size)%(vtb)->vtb_size)
120 sc_vtb_getc(sc_vtb_t *vtb, int at) argument
124 return (readw(sc_vtb_pointer(vtb, at)) & 0x00ff);
127 return (*(u_int16_t *)sc_vtb_pointer(vtb, at) & 0x00ff);
131 sc_vtb_geta(sc_vtb_t *vtb, int at) argument
135 return (readw(sc_vtb_pointer(vtb, at)) & 0xff00);
138 return (*(u_int16_t *)sc_vtb_pointer(vtb, at) & 0xff00);
142 sc_vtb_putc(sc_vtb_t *vtb, int at, int c, int a) argument
146 writew(sc_vtb_pointer(vtb, at),
165 sc_vtb_pointer(sc_vtb_t *vtb, int at) argument
240 sc_vtb_erase(sc_vtb_t *vtb, int at, int count, int c, int attr) argument
272 sc_vtb_delete(sc_vtb_t *vtb, int at, int count, int c, int attr) argument
302 sc_vtb_ins(sc_vtb_t *vtb, int at, int count, int c, int attr) argument
[all...]
/freebsd-11-stable/contrib/binutils/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...]
/freebsd-11-stable/usr.sbin/pw/
H A Dbitmap.c96 int at = 0; local
105 return at;
107 ++at;
110 return at;
117 int at = 0; local
127 ofs = at;
129 ++at;
/freebsd-11-stable/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(ldns_buffer *buffer, size_t at) argument
335 ldns_buffer_available_at(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
409 ldns_buffer_write_u8_at(ldns_buffer *buffer, size_t at, uint8_t data) argument
434 ldns_buffer_write_u16_at(ldns_buffer *buffer, size_t at, uint16_t data) argument
459 ldns_buffer_write_u32_at(ldns_buffer *buffer, size_t at, uint32_t data) argument
485 ldns_buffer_read_at(ldns_buffer *buffer, size_t at, void *data, size_t count) argument
511 ldns_buffer_read_u8_at(ldns_buffer *buffer, size_t at) argument
537 ldns_buffer_read_u16_at(ldns_buffer *buffer, size_t at) argument
563 ldns_buffer_read_u32_at(ldns_buffer *buffer, size_t at) argument
[all...]
/freebsd-11-stable/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-11-stable/crypto/openssl/crypto/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...]
/freebsd-11-stable/sys/dev/acpica/Osd/
H A DOsdSchedule.c139 struct acpi_task_ctx *at; local
141 at = (struct acpi_task_ctx *)context;
142 at->at_function(at->at_context);
143 atomic_clear_int(&at->at_flag, ACPI_TASK_USED | ACPI_TASK_ENQUEUED);
150 struct acpi_task_ctx *at; local
153 for (at = NULL, i = 0; i < acpi_max_tasks; i++)
156 at = &acpi_tasks[i];
164 if (at == NULL) {
170 TASK_INIT(&at
[all...]
/freebsd-11-stable/contrib/unbound/sldns/
H A Dsbuffer.h313 * ensures BUFFER can contain at least AMOUNT more bytes. The buffer's
325 * returns a pointer to the data at the indicated position.
327 * \param[in] at position
331 sldns_buffer_at(const sldns_buffer *buffer, size_t at) argument
333 assert(at <= buffer->_limit);
334 return buffer->_data + at;
338 * returns a pointer to the beginning of the buffer (the data at
350 * returns a pointer to the end of the buffer (the data at the buffer's
362 * returns a pointer to the data at the buffer's current position.
376 * \param[in] at indicate
380 sldns_buffer_remaining_at(sldns_buffer *buffer, size_t at) argument
409 sldns_buffer_available_at(sldns_buffer *buffer, size_t at, size_t count) argument
434 sldns_buffer_write_at(sldns_buffer *buffer, size_t at, const void *data, size_t count) argument
449 sldns_buffer_set_at(sldns_buffer *buffer, size_t at, int c, size_t count) argument
476 sldns_buffer_write_string_at(sldns_buffer *buffer, size_t at, const char *str) argument
499 sldns_buffer_write_u8_at(sldns_buffer *buffer, size_t at, uint8_t data) argument
524 sldns_buffer_write_u16_at(sldns_buffer *buffer, size_t at, uint16_t data) argument
549 sldns_buffer_write_u32_at(sldns_buffer *buffer, size_t at, uint32_t data) argument
562 sldns_buffer_write_u48_at(sldns_buffer *buffer, size_t at, uint64_t data) argument
600 sldns_buffer_read_at(sldns_buffer *buffer, size_t at, void *data, size_t count) argument
626 sldns_buffer_read_u8_at(sldns_buffer *buffer, size_t at) argument
652 sldns_buffer_read_u16_at(sldns_buffer *buffer, size_t at) argument
678 sldns_buffer_read_u32_at(sldns_buffer *buffer, size_t at) argument
[all...]
/freebsd-11-stable/contrib/less/
H A Doutput.c102 static int at; local
160 at = 0;
165 at &= ~32;
200 at |= 32;
209 at &= 32;
215 if (at & 32)
227 at |= 1;
231 at |= 2;
235 at |= 4;
240 at |
[all...]
/freebsd-11-stable/sys/mips/cavium/
H A Docteon_nmi.S46 .set at
/freebsd-11-stable/libexec/atrun/
H A DMakefile3 PACKAGE=at
4 MAINSRC=${SRCTOP}/usr.bin/at

Completed in 130 milliseconds

1234567891011>>