/freebsd/crypto/heimdal/lib/krb5/ |
H A D | store.c | 53 krb5_storage_set_flags(krb5_storage *sp, krb5_flags flags) in krb5_storage_set_flags() 68 krb5_storage_clear_flags(krb5_storage *sp, krb5_flags flags) in krb5_storage_clear_flags() 86 krb5_storage_is_flags(krb5_storage *sp, krb5_flags flags) in krb5_storage_is_flags() 104 krb5_storage_set_byteorder(krb5_storage *sp, krb5_flags byteorder) in krb5_storage_set_byteorder() 117 krb5_storage_get_byteorder(krb5_storage *sp) in krb5_storage_get_byteorder() 132 krb5_storage_set_max_alloc(krb5_storage *sp, size_t size) in krb5_storage_set_max_alloc() 139 size_too_large(krb5_storage *sp, size_t size) in size_too_large() 147 size_too_large_num(krb5_storage *sp, size_t count, size_t size) in size_too_large_num() 171 krb5_storage_seek(krb5_storage *sp, off_t offset, int whence) in krb5_storage_seek() 188 krb5_storage_truncate(krb5_storage *sp, off_t offset) in krb5_storage_truncate() [all …]
|
H A D | store_mem.c | 44 mem_fetch(krb5_storage *sp, void *data, size_t size) in mem_fetch() 55 mem_store(krb5_storage *sp, const void *data, size_t size) in mem_store() 66 mem_no_store(krb5_storage *sp, const void *data, size_t size) in mem_no_store() 72 mem_seek(krb5_storage *sp, off_t offset, int whence) in mem_seek() 95 mem_trunc(krb5_storage *sp, off_t offset) in mem_trunc() 107 mem_no_trunc(krb5_storage *sp, off_t offset) in mem_no_trunc() 128 krb5_storage *sp = malloc(sizeof(krb5_storage)); in krb5_storage_from_mem() local 187 krb5_storage *sp = malloc(sizeof(krb5_storage)); in krb5_storage_from_readonly_mem() local
|
H A D | store_fd.c | 44 fd_fetch(krb5_storage * sp, void *data, size_t size) in fd_fetch() 50 fd_store(krb5_storage * sp, const void *data, size_t size) in fd_store() 56 fd_seek(krb5_storage * sp, off_t offset, int whence) in fd_seek() 62 fd_trunc(krb5_storage * sp, off_t offset) in fd_trunc() 70 fd_free(krb5_storage * sp) in fd_free() 91 krb5_storage *sp; in krb5_storage_from_fd() local
|
H A D | test_store.c | 37 test_int8(krb5_context context, krb5_storage *sp) in test_int8() 62 test_int16(krb5_context context, krb5_storage *sp) in test_int16() 87 test_int32(krb5_context context, krb5_storage *sp) in test_int32() 112 test_uint8(krb5_context context, krb5_storage *sp) in test_uint8() 137 test_uint16(krb5_context context, krb5_storage *sp) in test_uint16() 162 test_uint32(krb5_context context, krb5_storage *sp) in test_uint32() 188 test_storage(krb5_context context, krb5_storage *sp) in test_storage() 200 test_truncate(krb5_context context, krb5_storage *sp, int fd) in test_truncate() 221 check_too_large(krb5_context context, krb5_storage *sp) in check_too_large() 268 krb5_storage *sp; in main() local
|
/freebsd/contrib/nvi/vi/ |
H A D | v_scroll.c | 66 v_lgoto(SCR *sp, VICMD *vp) in v_lgoto() 103 v_home(SCR *sp, VICMD *vp) in v_home() 120 v_middle(SCR *sp, VICMD *vp) in v_middle() 141 v_bottom(SCR *sp, VICMD *vp) in v_bottom() 204 v_up(SCR *sp, VICMD *vp) in v_up() 226 v_cr(SCR *sp, VICMD *vp) in v_cr() 247 v_down(SCR *sp, VICMD *vp) in v_down() 268 v_hpageup(SCR *sp, VICMD *vp) in v_hpageup() 292 v_hpagedown(SCR *sp, VICMD *vp) in v_hpagedown() 320 v_pagedown(SCR *sp, VICMD *vp) in v_pagedown() [all …]
|
H A D | v_ex.c | 39 v_again(SCR *sp, VICMD *vp) in v_again() 55 v_exmode(SCR *sp, VICMD *vp) in v_exmode() 91 v_join(SCR *sp, VICMD *vp) in v_join() 120 v_shiftl(SCR *sp, VICMD *vp) in v_shiftl() 136 v_shiftr(SCR *sp, VICMD *vp) in v_shiftr() 152 v_suspend(SCR *sp, VICMD *vp) in v_suspend() 168 v_switch(SCR *sp, VICMD *vp) in v_switch() 201 v_tagpush(SCR *sp, VICMD *vp) in v_tagpush() 217 v_tagpop(SCR *sp, VICMD *vp) in v_tagpop() 232 v_filter(SCR *sp, VICMD *vp) in v_filter() [all …]
|
H A D | vs_smap.c | 41 vs_change(SCR *sp, recno_t lno, lnop_t op) in vs_change() 173 vs_sm_fill(SCR *sp, recno_t lno, pos_t pos) in vs_sm_fill() 307 vs_sm_delete(SCR *sp, recno_t lno) in vs_sm_delete() 355 vs_sm_insert(SCR *sp, recno_t lno) in vs_sm_insert() 409 vs_sm_reset(SCR *sp, recno_t lno) in vs_sm_reset() 514 vs_sm_scroll(SCR *sp, MARK *rp, recno_t count, scroll_t scmd) in vs_sm_scroll() 571 vs_sm_up(SCR *sp, MARK *rp, recno_t count, scroll_t scmd, SMAP *smp) in vs_sm_up() 747 vs_sm_1up(SCR *sp) in vs_sm_1up() 776 vs_deleteln(SCR *sp, int cnt) in vs_deleteln() 808 vs_sm_down(SCR *sp, MARK *rp, recno_t count, scroll_t scmd, SMAP *smp) in vs_sm_down() [all …]
|
H A D | getc.c | 42 cs_init(SCR *sp, VCS *csp) in cs_init() 68 cs_next(SCR *sp, VCS *csp) in cs_next() 118 cs_fspace(SCR *sp, VCS *csp) in cs_fspace() 138 cs_fblank(SCR *sp, VCS *csp) in cs_fblank() 158 cs_prev(SCR *sp, VCS *csp) in cs_prev() 207 cs_bblank(SCR *sp, VCS *csp) in cs_bblank()
|
H A D | v_ch.c | 34 v_chrepeat(SCR *sp, VICMD *vp) in v_chrepeat() 63 v_chrrepeat(SCR *sp, VICMD *vp) in v_chrrepeat() 102 v_cht(SCR *sp, VICMD *vp) in v_cht() 133 v_chf(SCR *sp, VICMD *vp) in v_chf() 190 v_chT(SCR *sp, VICMD *vp) in v_chT() 224 v_chF(SCR *sp, VICMD *vp) in v_chF() 278 noprev(SCR *sp) in noprev() 284 notfound(SCR *sp, ARG_CHAR_T ch) in notfound()
|
H A D | v_util.c | 34 v_eof(SCR *sp, MARK *mp) in v_eof() 57 v_eol(SCR *sp, MARK *mp) in v_eol() 80 v_nomove(SCR *sp) in v_nomove() 92 v_sof(SCR *sp, MARK *mp) in v_sof() 107 v_sol(SCR *sp) in v_sol() 134 v_emsg(SCR *sp, char *p, vim_t which) in v_emsg()
|
H A D | v_itxt.c | 65 v_iA(SCR *sp, VICMD *vp) in v_iA() 85 v_ia(SCR *sp, VICMD *vp) in v_ia() 122 v_iI(SCR *sp, VICMD *vp) in v_iI() 141 v_ii(SCR *sp, VICMD *vp) in v_ii() 174 v_iO(SCR *sp, VICMD *vp) in v_iO() 186 v_io(SCR *sp, VICMD *vp) in v_io() 192 io(SCR *sp, VICMD *vp, enum which cmd) in io() 242 v_change(SCR *sp, VICMD *vp) in v_change() 382 v_Replace(SCR *sp, VICMD *vp) in v_Replace() 416 v_subst(SCR *sp, VICMD *vp) in v_subst() [all …]
|
H A D | v_word.c | 76 v_wordW(SCR *sp, VICMD *vp) in v_wordW() 88 v_wordw(SCR *sp, VICMD *vp) in v_wordw() 98 fword(SCR *sp, VICMD *vp, enum which type) in fword() 236 v_wordE(SCR *sp, VICMD *vp) in v_wordE() 248 v_worde(SCR *sp, VICMD *vp) in v_worde() 258 eword(SCR *sp, VICMD *vp, enum which type) in eword() 382 v_wordB(SCR *sp, VICMD *vp) in v_wordB() 394 v_wordb(SCR *sp, VICMD *vp) in v_wordb() 404 bword(SCR *sp, VICMD *vp, enum which type) in bword()
|
H A D | v_left.c | 30 v_left(SCR *sp, VICMD *vp) in v_left() 68 v_cfirst(SCR *sp, VICMD *vp) in v_cfirst() 135 v_first(SCR *sp, VICMD *vp) in v_first() 197 v_ncol(SCR *sp, VICMD *vp) in v_ncol() 257 v_zero(SCR *sp, VICMD *vp) in v_zero()
|
/freebsd/contrib/nvi/common/ |
H A D | mem.h | 20 #define BINC_GOTO(sp, type, lp, llen, nlen) do { \ argument 33 #define BINC_GOTOC(sp, lp, llen, nlen) \ argument 35 #define BINC_GOTOW(sp, lp, llen, nlen) \ argument 37 #define BINC_RET(sp, type, lp, llen, nlen) do { \ argument 50 #define BINC_RETC(sp, lp, llen, nlen) \ argument 52 #define BINC_RETW(sp, lp, llen, nlen) \ argument 60 #define GET_SPACE_GOTO(sp, type, bp, blen, nlen) do { \ argument 74 #define GET_SPACE_GOTOC(sp, bp, blen, nlen) \ argument 76 #define GET_SPACE_GOTOW(sp, bp, blen, nlen) \ argument 78 #define GET_SPACE_RET(sp, type, bp, blen, nlen) do { \ argument [all …]
|
H A D | options_f.c | 31 f_altwerase(SCR *sp, OPTION *op, char *str, u_long *valp) in f_altwerase() 42 f_columns(SCR *sp, OPTION *op, char *str, u_long *valp) in f_columns() 72 f_lines(SCR *sp, OPTION *op, char *str, u_long *valp) in f_lines() 125 f_lisp(SCR *sp, OPTION *op, char *str, u_long *valp) in f_lisp() 135 f_msgcat(SCR *sp, OPTION *op, char *str, u_long *valp) in f_msgcat() 145 f_print(SCR *sp, OPTION *op, char *str, u_long *valp) in f_print() 170 f_readonly(SCR *sp, OPTION *op, char *str, u_long *valp) in f_readonly() 187 f_recompile(SCR *sp, OPTION *op, char *str, u_long *valp) in f_recompile() 204 f_reformat(SCR *sp, OPTION *op, char *str, u_long *valp) in f_reformat() 214 f_ttywerase(SCR *sp, OPTION *op, char *str, u_long *valp) in f_ttywerase() [all …]
|
H A D | key.c | 100 v_key_init(SCR *sp) in v_key_init() 145 v_keyval(SCR *sp, int val, scr_keyval_t name) in v_keyval() 179 v_key_ilookup(SCR *sp) in v_key_ilookup() 203 v_key_len(SCR *sp, ARG_CHAR_T ch) in v_key_len() 217 v_key_name(SCR *sp, ARG_CHAR_T ach) in v_key_name() 332 v_key_val(SCR *sp, ARG_CHAR_T ch) in v_key_val() 354 v_event_push(SCR *sp, in v_event_push() 407 v_event_append(SCR *sp, EVENT *argp) in v_event_append() 532 v_event_get(SCR *sp, EVENT *argp, int timeout, u_int32_t flags) in v_event_get() 747 v_sync(SCR *sp, int flags) in v_sync() [all …]
|
H A D | log.c | 92 log_init(SCR *sp, EXF *ep) in log_init() 126 log_end(SCR *sp, EXF *ep) in log_end() 152 log_cursor(SCR *sp) in log_cursor() 179 log_cursor1(SCR *sp, int type) in log_cursor1() 215 log_line(SCR *sp, recno_t lno, u_int action) in log_line() 315 log_mark(SCR *sp, LMARK *lmp) in log_mark() 359 log_backward(SCR *sp, MARK *rp) in log_backward() 461 log_setline(SCR *sp) in log_setline() 545 log_forward(SCR *sp, MARK *rp) in log_forward() 640 log_err(SCR *sp, char *file, int line) in log_err() [all …]
|
/freebsd/crypto/heimdal/lib/kadm5/ |
H A D | marshall.c | 40 kadm5_store_key_data(krb5_storage *sp, in kadm5_store_key_data() 58 kadm5_ret_key_data(krb5_storage *sp, in kadm5_ret_key_data() 95 kadm5_store_tl_data(krb5_storage *sp, in kadm5_store_tl_data() 107 kadm5_ret_tl_data(krb5_storage *sp, in kadm5_ret_tl_data() 121 store_principal_ent(krb5_storage *sp, in store_principal_ent() 182 kadm5_store_principal_ent(krb5_storage *sp, in kadm5_store_principal_ent() 189 kadm5_store_principal_ent_mask(krb5_storage *sp, in kadm5_store_principal_ent_mask() 202 ret_principal_ent(krb5_storage *sp, in ret_principal_ent() 303 kadm5_ret_principal_ent(krb5_storage *sp, in kadm5_ret_principal_ent() 310 kadm5_ret_principal_ent_mask(krb5_storage *sp, in kadm5_ret_principal_ent_mask() [all …]
|
/freebsd/contrib/nvi/cl/ |
H A D | cl_funcs.c | 35 addstr4(SCR *sp, void *str, size_t len, int wide) in addstr4() 78 cl_waddstr(SCR *sp, const CHAR_T *str, size_t len) in cl_waddstr() 90 cl_addstr(SCR *sp, const char *str, size_t len) in cl_addstr() 102 cl_attr(SCR *sp, scr_attr_t attribute, int on) in cl_attr() 189 cl_baud(SCR *sp, u_long *ratep) in cl_baud() 230 cl_bell(SCR *sp) in cl_bell() 254 cl_clrtoeol(SCR *sp) in cl_clrtoeol() 283 cl_cursor(SCR *sp, size_t *yp, size_t *xp) in cl_cursor() 309 cl_deleteln(SCR *sp) in cl_deleteln() 387 cl_ex_adjust(SCR *sp, exadj_t action) in cl_ex_adjust() [all …]
|
/freebsd/contrib/ncurses/ncurses/tty/ |
H A D | hashmap.c | 89 # define screen_lines(sp) MAXLINES argument 90 # define TEXTWIDTH(sp) 1 argument 94 # define OLDNUM(sp,n) oldnums[n] argument 95 # define OLDTEXT(sp,n) oldtext[n] argument 96 # define NEWTEXT(sp,m) newtext[m] argument 97 # define PENDING(sp,n) 1 argument 109 #define oldhash(sp) ((sp)->oldhash) argument 110 #define newhash(sp) ((sp)->newhash) argument 111 #define hashtab(sp) ((sp)->hashtab) argument 112 #define lines_alloc(sp) ((sp)->hashtab_len) argument [all …]
|
/freebsd/contrib/ncurses/ncurses/tinfo/ |
H A D | tinfo_driver.c | 161 SCREEN *sp; in drv_CanHandle() local 259 SCREEN *sp; in drv_dobeepflash() local 306 SCREEN *sp; in drv_print() local 320 SCREEN *sp; in drv_defaultcolors() local 355 SCREEN *sp; in drv_setcolor() local 389 SCREEN *sp; in drv_rescol() local 405 SCREEN *sp; in drv_rescolors() local 420 SCREEN *sp; in drv_size() local 566 SCREEN *sp = TCB->csp; in drv_sgmode() local 600 SCREEN *sp; in drv_mode() local [all …]
|
/freebsd/cddl/contrib/opensolaris/tools/ctf/cvt/ |
H A D | stack.c | 53 stk_t *sp; in stack_new() local 65 stack_free(stk_t *sp) in stack_free() 78 stack_pop(stk_t *sp) in stack_pop() 86 stack_peek(stk_t *sp) in stack_peek() 95 stack_push(stk_t *sp, void *data) in stack_push() 109 stack_level(stk_t *sp) in stack_level()
|
/freebsd/contrib/nvi/ex/ |
H A D | ex_print.c | 36 ex_list(SCR *sp, EXCMD *cmdp) in ex_list() 54 ex_number(SCR *sp, EXCMD *cmdp) in ex_number() 72 ex_pr(SCR *sp, EXCMD *cmdp) in ex_pr() 88 ex_print(SCR *sp, EXCMD *cmdp, MARK *fp, MARK *tp, u_int32_t flags) in ex_print() 143 ex_ldisplay(SCR *sp, const CHAR_T *p, size_t len, size_t col, u_int flags) in ex_ldisplay() 164 ex_scprint(SCR *sp, MARK *fp, MARK *tp) in ex_scprint() 199 ex_prchars(SCR *sp, const CHAR_T *p, size_t *colp, size_t len, in ex_prchars() 261 SCR *sp, in ex_printf() 290 ex_puts(SCR *sp, const char *str) in ex_puts() 316 ex_fflush(SCR *sp) in ex_fflush()
|
H A D | ex_tag.c | 55 ex_tag_first(SCR *sp, CHAR_T *tagarg) in ex_tag_first() 88 ex_tag_push(SCR *sp, EXCMD *cmdp) in ex_tag_push() 138 ex_tag_next(SCR *sp, EXCMD *cmdp) in ex_tag_next() 178 ex_tag_prev(SCR *sp, EXCMD *cmdp) in ex_tag_prev() 218 ex_tag_nswitch(SCR *sp, TAG *tp, int force) in ex_tag_nswitch() 252 ex_tag_Nswitch(SCR *sp, TAG *tp, int force) in ex_tag_Nswitch() 306 ex_tag_pop(SCR *sp, EXCMD *cmdp) in ex_tag_pop() 385 ex_tag_top(SCR *sp, EXCMD *cmdp) in ex_tag_top() 407 tag_pop(SCR *sp, TAGQ *dtqp, int force) in tag_pop() 460 ex_tag_display(SCR *sp) in ex_tag_display() [all …]
|
/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/ |
H A D | dt_strtab.c | 43 dt_strtab_grow(dt_strtab_t *sp) in dt_strtab_grow() 68 dt_strtab_t *sp = malloc(sizeof (dt_strtab_t)); in dt_strtab_create() local 102 dt_strtab_destroy(dt_strtab_t *sp) in dt_strtab_destroy() 148 dt_strtab_compare(dt_strtab_t *sp, dt_strhash_t *hp, in dt_strtab_compare() 175 dt_strtab_copyin(dt_strtab_t *sp, const char *str, size_t len) in dt_strtab_copyin() 210 dt_strtab_empty(dt_strtab_t *sp) in dt_strtab_empty() 217 dt_strtab_index(dt_strtab_t *sp, const char *str) in dt_strtab_index() 237 dt_strtab_insert(dt_strtab_t *sp, const char *str) in dt_strtab_insert() 279 dt_strtab_size(const dt_strtab_t *sp) in dt_strtab_size() 285 dt_strtab_write(const dt_strtab_t *sp, dt_strtab_write_f *func, void *private) in dt_strtab_write()
|