| /netbsd-src/external/bsd/flex/dist/examples/manual/ |
| H A D | j2t.lex | 17 int statep = 0; variable 206 statep++; 207 states[statep] = EXAMPLE2; 212 statep--; 213 BEGIN(states[statep]); 232 statep++; 233 states[statep] = ENUM; 240 statep++; 241 states[statep] = EXAMPLE; 252 statep--; [all …]
|
| /netbsd-src/bin/ksh/ |
| H A D | lex.c | 84 if (++statep == state_info.end) \ 85 statep = push_state_(&state_info, statep); \ 86 state = statep->ls_state = (s); \ 90 if (--statep == state_info.base) \ 91 statep = pop_state_(&state_info, statep); \ 92 state = statep->ls_state; \ 109 Lex_state states[STATE_BSIZE], *statep; local 121 statep = &states[1]; 136 statep->ls_sletparen.nparen = 0; 161 statep->ls_state = state; [all …]
|
| /netbsd-src/external/bsd/top/dist/machine/ |
| H A D | m_netbsd.c | 882 const char *statep; in format_next_proc() local 908 statep = wmesg; in format_next_proc() 910 statep = state_abbrev[(unsigned)pp->p_stat]; in format_next_proc() 921 statep, (unsigned int)pp->p_cpuid); in format_next_proc() 922 statep = state; in format_next_proc() 939 statep, in format_next_proc() 982 const char *statep; in format_next_lwp() local 1006 statep = wmesg; in format_next_lwp() 1008 statep = state_abbrev[(unsigned)pl->l_stat]; in format_next_lwp() 1019 statep, (unsigned int)pl->l_cpuid); in format_next_lwp() [all …]
|
| /netbsd-src/sys/arch/sparc64/sparc64/ |
| H A D | netbsd32_machdep.c | 309 const struct fpstate64 *statep = &initfpstate; in netbsd32_process_read_fpregs() local 313 statep = l->l_md.md_fpstate; in netbsd32_process_read_fpregs() 315 regs->fr_regs[i] = statep->fs_regs[i]; in netbsd32_process_read_fpregs() 316 regs->fr_fsr = statep->fs_fsr; in netbsd32_process_read_fpregs() 325 struct fpstate64 *statep; in netbsd32_process_write_fpregs() local 328 statep = l->l_md.md_fpstate; in netbsd32_process_write_fpregs() 329 if (statep == NULL) in netbsd32_process_write_fpregs() 332 statep->fs_regs[i] = regs->fr_regs[i]; in netbsd32_process_write_fpregs() 333 statep->fs_fsr = regs->fr_fsr; in netbsd32_process_write_fpregs() 334 statep->fs_qsize = 0; in netbsd32_process_write_fpregs()
|
| /netbsd-src/external/cddl/osnet/sys/sys/ |
| H A D | sunddi.h | 56 int ddi_soft_state_init(void **statep, size_t size, size_t nitems); 57 void ddi_soft_state_fini(void **statep);
|
| /netbsd-src/external/gpl3/binutils/dist/libctf/ |
| H A D | ctf-dump.c | 693 ctf_dump (ctf_dict_t *fp, ctf_dump_state_t **statep, ctf_sect_names_t sect, in ctf_dump() argument 700 if (*statep == NULL) in ctf_dump() 708 if ((*statep = malloc (sizeof (struct ctf_dump_state))) == NULL) in ctf_dump() 713 state = *statep; in ctf_dump() 758 state = *statep; in ctf_dump() 828 *statep = NULL; in ctf_dump()
|
| /netbsd-src/external/gpl3/binutils.old/dist/libctf/ |
| H A D | ctf-dump.c | 693 ctf_dump (ctf_dict_t *fp, ctf_dump_state_t **statep, ctf_sect_names_t sect, in ctf_dump() argument 700 if (*statep == NULL) in ctf_dump() 708 if ((*statep = malloc (sizeof (struct ctf_dump_state))) == NULL) in ctf_dump() 713 state = *statep; in ctf_dump() 758 state = *statep; in ctf_dump() 828 *statep = NULL; in ctf_dump()
|
| /netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/ |
| H A D | update.c | 1526 dns_update_state_t **statep) { in dns_update_signaturesinc() argument 1544 if (statep == NULL || *statep == NULL) { in dns_update_signaturesinc() 1545 if (statep == NULL) { in dns_update_signaturesinc() 1617 if (statep != NULL) { in dns_update_signaturesinc() 1618 *statep = state; in dns_update_signaturesinc() 1621 REQUIRE(DNS_STATE_VALID(*statep)); in dns_update_signaturesinc() 1622 state = *statep; in dns_update_signaturesinc() 2204 *statep = NULL; in dns_update_signaturesinc()
|
| H A D | dst_api.c | 1199 dst_key_getstate(const dst_key_t *key, int type, dst_key_state_t *statep) { in dst_key_getstate() argument 1203 REQUIRE(statep != NULL); in dst_key_getstate() 1213 *statep = key->keystates[type]; in dst_key_getstate()
|
| /netbsd-src/external/mpl/bind/dist/lib/dns/ |
| H A D | update.c | 1532 dns_update_state_t **statep) { in dns_update_signaturesinc() 1549 if (statep == NULL || *statep == NULL) { in dns_update_signaturesinc() 1550 if (statep == NULL) { in dns_update_signaturesinc() 1614 if (statep != NULL) { in dns_update_signaturesinc() 1615 *statep = state; in dns_update_signaturesinc() 1618 REQUIRE(DNS_STATE_VALID(*statep)); in dns_update_signaturesinc() 1619 state = *statep; in dns_update_signaturesinc() 2195 *statep = NULL; in dns_update_signaturesinc() 1526 dns_update_signaturesinc(dns_update_log_t * log,dns_zone_t * zone,dns_db_t * db,dns_dbversion_t * oldver,dns_dbversion_t * newver,dns_diff_t * diff,uint32_t sigvalidityinterval,dns_update_state_t ** statep) dns_update_signaturesinc() argument
|
| H A D | dst_api.c | 1213 dst_key_getstate(const dst_key_t *key, int type, dst_key_state_t *statep) { in dst_key_unsettime() 1215 REQUIRE(statep != NULL); in dst_key_unsettime() 1223 *statep = key->keystates[type]; in dst_key_getstate() 1220 dst_key_getstate(const dst_key_t * key,int type,dst_key_state_t * statep) dst_key_getstate() argument
|
| /netbsd-src/sys/arch/evbarm/rpi/ |
| H A D | vcprop_subr.c | 567 rpi_get_domain(uint32_t domain, uint32_t *statep) in rpi_get_domain() argument 611 tag, domain, *statep, in rpi_get_domain() 626 *statep = vb_setpower.vbt_power.state; in rpi_get_domain()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/arc/ |
| H A D | arc.cc | 9478 arc_get_ccfsm_cond (struct arc_ccfsm *statep, bool reverse) in arc_get_ccfsm_cond() argument 9480 rtx cond = statep->cond; in arc_get_ccfsm_cond() 9485 if (statep->cc == raw_cc) in arc_get_ccfsm_cond() 9488 gcc_assert (ARC_INVERSE_CONDITION_CODE (raw_cc) == statep->cc); in arc_get_ccfsm_cond() 9548 struct arc_ccfsm *statep = &cfun->machine->ccfsm_current; in arc_ifcvt() local 9550 memset (statep, 0, sizeof *statep); in arc_ifcvt() 9553 arc_ccfsm_advance (insn, statep); in arc_ifcvt() 9555 switch (statep->state) in arc_ifcvt() 9562 arc_ccfsm_post_advance (insn, statep); in arc_ifcvt() 9563 gcc_assert (!IN_RANGE (statep->state, 1, 2)); in arc_ifcvt() [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/arc/ |
| H A D | arc.c | 9470 arc_get_ccfsm_cond (struct arc_ccfsm *statep, bool reverse) in arc_get_ccfsm_cond() argument 9472 rtx cond = statep->cond; in arc_get_ccfsm_cond() 9477 if (statep->cc == raw_cc) in arc_get_ccfsm_cond() 9480 gcc_assert (ARC_INVERSE_CONDITION_CODE (raw_cc) == statep->cc); in arc_get_ccfsm_cond() 9540 struct arc_ccfsm *statep = &cfun->machine->ccfsm_current; in arc_ifcvt() local 9542 memset (statep, 0, sizeof *statep); in arc_ifcvt() 9545 arc_ccfsm_advance (insn, statep); in arc_ifcvt() 9547 switch (statep->state) in arc_ifcvt() 9554 arc_ccfsm_post_advance (insn, statep); in arc_ifcvt() 9555 gcc_assert (!IN_RANGE (statep->state, 1, 2)); in arc_ifcvt() [all …]
|
| /netbsd-src/external/mpl/bind/dist/lib/dns/include/dst/ |
| H A D | dst.h | 997 dst_key_getstate(const dst_key_t *key, int type, dst_key_state_t *statep); 999 * Get a member of the keystate metadata array and place it in '*statep'. 1004 * "statep" is not null.
|
| /netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/include/dst/ |
| H A D | dst.h | 983 dst_key_getstate(const dst_key_t *key, int type, dst_key_state_t *statep);
|
| /netbsd-src/external/mpl/dhcp/bind/dist/lib/irs/ |
| H A D | getaddrinfo.c | 606 const char *domain, gai_resstate_t **statep) { in make_resstate() argument 670 *statep = state; in make_resstate()
|
| /netbsd-src/external/gpl3/gdb.old/dist/bfd/ |
| H A D | ChangeLog-9193 | 2971 * aoutx.h (translate_from_native_sym_flags): Removed statep
|
| /netbsd-src/external/gpl3/gdb/dist/bfd/ |
| H A D | ChangeLog-9193 | 2971 * aoutx.h (translate_from_native_sym_flags): Removed statep
|
| /netbsd-src/external/gpl3/binutils.old/dist/bfd/ |
| H A D | ChangeLog-9193 | 2971 * aoutx.h (translate_from_native_sym_flags): Removed statep
|
| /netbsd-src/external/gpl3/binutils/dist/bfd/ |
| H A D | ChangeLog-9193 | 2971 * aoutx.h (translate_from_native_sym_flags): Removed statep
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | ChangeLog-2013 | 12835 changes statep->state.
|