/openbsd/gnu/lib/libstdc++/libstdc++/config/io/ |
H A D | c_io_libio_codecvt.c | 42 do_out(struct _IO_codecvt *codecvt, __c_mbstate_t *statep, 48 do_unshift(struct _IO_codecvt *codecvt, __c_mbstate_t *statep, char *to_start, 52 do_in(struct _IO_codecvt *codecvt, __c_mbstate_t *statep, 60 do_length(struct _IO_codecvt *codecvt, __c_mbstate_t *statep, 84 do_out(struct _IO_codecvt *codecvt, __c_mbstate_t *statep, in do_out() argument 109 do_unshift(struct _IO_codecvt *codecvt, __c_mbstate_t *statep, in do_unshift() argument 118 do_in(struct _IO_codecvt *codecvt, __c_mbstate_t *statep, in do_in() argument 152 do_length(struct _IO_codecvt *codecvt, __c_mbstate_t *statep, in do_length() argument
|
/openbsd/bin/ksh/ |
H A D | lex.c | 115 statep = push_state_(&state_info, statep); \ 121 statep = pop_state_(&state_info, statep); \ 122 state = statep->ls_state; \ 150 statep = &states[1]; in yylex() 164 statep->ls_sletparen.nparen = 0; in yylex() 187 statep->ls_state = state; in yylex() 365 statep->ls_sasparen.start = in yylex() 432 Lex_state *s = statep; in yylex() 533 statep->ls_sasparen.nparen++; in yylex() 558 state = statep->ls_state = in yylex() [all …]
|
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/ |
H A D | va-arg-13.c | 19 ScanfState state, *statep; in test() local 21 statep = &state; in test() 23 va_start (statep->ap, fmt); in test() 24 dummy (statep->ap); in test() 25 va_end (statep->ap); in test()
|
/openbsd/gnu/lib/libstdc++/libstdc++/libio/ |
H A D | iofwide.c | 44 __c_mbstate_t *statep, 50 __c_mbstate_t *statep, char *to_start, 53 __c_mbstate_t *statep, 196 do_out (struct _IO_codecvt *codecvt, __c_mbstate_t *statep, in weak_alias() 211 codecvt->__cd_out.__cd.__data[0].__statep = statep; in weak_alias() 265 do_unshift (struct _IO_codecvt *codecvt, __c_mbstate_t *statep, in do_unshift() argument 277 codecvt->__cd_out.__cd.__data[0].__statep = statep; in do_unshift() 326 do_in (struct _IO_codecvt *codecvt, __c_mbstate_t *statep, in do_in() argument 340 codecvt->__cd_in.__cd.__data[0].__statep = statep; in do_in() 424 do_length (struct _IO_codecvt *codecvt, __c_mbstate_t *statep, in do_length() argument [all …]
|
/openbsd/sys/arch/sparc64/sparc64/ |
H A D | process_machdep.c | 99 const struct fpstate *statep = &initfpstate; in process_read_fpregs() local 104 statep = p->p_md.md_fpstate; in process_read_fpregs() 108 bcopy(statep, regs, sizeof(struct fpreg)); in process_read_fpregs()
|
/openbsd/usr.bin/yacc/ |
H A D | verbose.c | 188 core *statep; in print_core() local 192 statep = state_table[state]; in print_core() 193 k = statep->nitems; in print_core() 196 sp1 = sp = ritem + statep->items[i]; in print_core()
|
/openbsd/gnu/usr.bin/binutils/gdb/rdi-share/ |
H A D | armdbg.h | 187 RDIProcVec const *rdi, Dbg_MCState **statep); 1378 Dbg_Error Dbg_CreateTask(Dbg_MCState **statep, Dbg_MCState *parent, bool inherit);
|
/openbsd/gnu/usr.bin/binutils-2.17/bfd/ |
H A D | ChangeLog-9193 | 2971 * aoutx.h (translate_from_native_sym_flags): Removed statep
|
/openbsd/gnu/usr.bin/binutils/bfd/ |
H A D | ChangeLog-9193 | 2971 * aoutx.h (translate_from_native_sym_flags): Removed statep
|