Home
last modified time | relevance | path

Searched defs:sp (Results 1 – 25 of 1198) sorted by relevance

12345678910>>...48

/netbsd-src/crypto/external/bsd/heimdal/dist/lib/krb5/
H A Dstore.c55 krb5_storage_set_flags(krb5_storage *sp, krb5_flags flags) in krb5_storage_set_flags()
70 krb5_storage_clear_flags(krb5_storage *sp, krb5_flags flags) in krb5_storage_clear_flags()
88 krb5_storage_is_flags(krb5_storage *sp, krb5_flags flags) in krb5_storage_is_flags()
106 krb5_storage_set_byteorder(krb5_storage *sp, krb5_flags byteorder) in krb5_storage_set_byteorder()
119 krb5_storage_get_byteorder(krb5_storage *sp) in krb5_storage_get_byteorder()
134 krb5_storage_set_max_alloc(krb5_storage *sp, size_t size) in krb5_storage_set_max_alloc()
141 size_too_large(krb5_storage *sp, size_t size) in size_too_large()
149 size_too_large_num(krb5_storage *sp, size_t count, size_t size) in size_too_large_num()
173 krb5_storage_seek(krb5_storage *sp, off_t offset, int whence) in krb5_storage_seek()
190 krb5_storage_truncate(krb5_storage *sp, off_t offset) in krb5_storage_truncate()
[all …]
H A Dstore_sock.c50 socket_fetch(krb5_storage * sp, void *data, size_t size) in socket_fetch()
56 socket_store(krb5_storage * sp, const void *data, size_t size) in socket_store()
62 socket_seek(krb5_storage * sp, off_t offset, int whence) in socket_seek()
68 socket_trunc(krb5_storage * sp, off_t offset) in socket_trunc()
76 socket_sync(krb5_storage * sp) in socket_sync()
84 socket_free(krb5_storage * sp) in socket_free()
110 krb5_storage *sp; in krb5_storage_from_socket() local
/netbsd-src/external/bsd/nvi/dist/vi/
H A Dv_scroll.c76 v_lgoto(SCR *sp, VICMD *vp) in v_lgoto()
113 v_home(SCR *sp, VICMD *vp) in v_home()
130 v_middle(SCR *sp, VICMD *vp) in v_middle()
151 v_bottom(SCR *sp, VICMD *vp) in v_bottom()
214 v_up(SCR *sp, VICMD *vp) in v_up()
236 v_cr(SCR *sp, VICMD *vp) in v_cr()
257 v_down(SCR *sp, VICMD *vp) in v_down()
278 v_hpageup(SCR *sp, VICMD *vp) in v_hpageup()
302 v_hpagedown(SCR *sp, VICMD *vp) in v_hpagedown()
330 v_pagedown(SCR *sp, VICMD *vp) in v_pagedown()
[all …]
H A Dv_ex.c48 v_again(SCR *sp, VICMD *vp) in v_again()
65 v_exmode(SCR *sp, VICMD *vp) in v_exmode()
101 v_join(SCR *sp, VICMD *vp) in v_join()
130 v_shiftl(SCR *sp, VICMD *vp) in v_shiftl()
147 v_shiftr(SCR *sp, VICMD *vp) in v_shiftr()
164 v_suspend(SCR *sp, VICMD *vp) in v_suspend()
181 v_switch(SCR *sp, VICMD *vp) in v_switch()
214 v_tagpush(SCR *sp, VICMD *vp) in v_tagpush()
235 v_tagpop(SCR *sp, VICMD *vp) in v_tagpop()
250 v_filter(SCR *sp, VICMD *vp) in v_filter()
[all …]
H A Dv_event.c42 v_c_settop(SCR *sp, VICMD *vp) in v_c_settop()
85 v_edit(SCR *sp, VICMD *vp) in v_edit()
99 v_editopt(SCR *sp, VICMD *vp) in v_editopt()
121 v_editsplit(SCR *sp, VICMD *vp) in v_editsplit()
136 v_tag(SCR *sp, VICMD *vp) in v_tag()
153 v_tagas(SCR *sp, VICMD *vp) in v_tagas()
167 v_tagsplit(SCR *sp, VICMD *vp) in v_tagsplit()
185 v_quit(SCR *sp, VICMD *vp) in v_quit()
200 v_erepaint(SCR *sp, EVENT *evp) in v_erepaint()
218 v_sel_end(SCR *sp, EVENT *evp) in v_sel_end()
[all …]
H A Dvs_smap.c51 vs_change(SCR *sp, db_recno_t lno, lnop_t op) in vs_change()
183 vs_sm_fill(SCR *sp, db_recno_t lno, pos_t pos) in vs_sm_fill()
317 vs_sm_delete(SCR *sp, db_recno_t lno) in vs_sm_delete()
365 vs_sm_insert(SCR *sp, db_recno_t lno) in vs_sm_insert()
419 vs_sm_reset(SCR *sp, db_recno_t lno) in vs_sm_reset()
524 vs_sm_scroll(SCR *sp, MARK *rp, db_recno_t count, scroll_t scmd) in vs_sm_scroll()
581 vs_sm_up(SCR *sp, MARK *rp, db_recno_t count, scroll_t scmd, SMAP *smp) in vs_sm_up()
757 vs_sm_1up(SCR *sp) in vs_sm_1up()
786 vs_deleteln(SCR *sp, int cnt) in vs_deleteln()
818 vs_sm_down(SCR *sp, MARK *rp, db_recno_t count, scroll_t scmd, SMAP *smp) in vs_sm_down()
[all …]
H A Dgetc.c52 cs_init(SCR *sp, VCS *csp) in cs_init()
78 cs_next(SCR *sp, VCS *csp) in cs_next()
128 cs_fspace(SCR *sp, VCS *csp) in cs_fspace()
148 cs_fblank(SCR *sp, VCS *csp) in cs_fblank()
168 cs_prev(SCR *sp, VCS *csp) in cs_prev()
217 cs_bblank(SCR *sp, VCS *csp) in cs_bblank()
H A Dv_ch.c44 v_chrepeat(SCR *sp, VICMD *vp) in v_chrepeat()
73 v_chrrepeat(SCR *sp, VICMD *vp) in v_chrrepeat()
112 v_cht(SCR *sp, VICMD *vp) in v_cht()
143 v_chf(SCR *sp, VICMD *vp) in v_chf()
200 v_chT(SCR *sp, VICMD *vp) in v_chT()
225 v_chF(SCR *sp, VICMD *vp) in v_chF()
279 noprev(SCR *sp) in noprev()
285 notfound(SCR *sp, ARG_CHAR_T ch) in notfound()
H A Dv_util.c44 v_eof(SCR *sp, MARK *mp) in v_eof()
67 v_eol(SCR *sp, MARK *mp) in v_eol()
90 v_nomove(SCR *sp) in v_nomove()
102 v_sof(SCR *sp, MARK *mp) in v_sof()
117 v_sol(SCR *sp) in v_sol()
144 v_emsg(SCR *sp, const char *p, vim_t which) in v_emsg()
H A Dv_itxt.c75 v_iA(SCR *sp, VICMD *vp) in v_iA()
95 v_ia(SCR *sp, VICMD *vp) in v_ia()
132 v_iI(SCR *sp, VICMD *vp) in v_iI()
151 v_ii(SCR *sp, VICMD *vp) in v_ii()
184 v_iO(SCR *sp, VICMD *vp) in v_iO()
196 v_io(SCR *sp, VICMD *vp) in v_io()
202 io(SCR *sp, VICMD *vp, enum which cmd) in io()
253 v_change(SCR *sp, VICMD *vp) in v_change()
393 v_Replace(SCR *sp, VICMD *vp) in v_Replace()
427 v_subst(SCR *sp, VICMD *vp) in v_subst()
[all …]
/netbsd-src/external/bsd/nvi/dist/common/
H A Dapi.c83 api_aline(SCR *sp, db_recno_t lno, char *line, size_t len) in api_aline()
100 api_extend(SCR *sp, db_recno_t lno) in api_extend()
118 api_dline(SCR *sp, db_recno_t lno) in api_dline()
137 api_gline(SCR *sp, db_recno_t lno, CHAR_T **linepp, size_t *lenp) in api_gline()
156 api_iline(SCR *sp, db_recno_t lno, CHAR_T *line, size_t len) in api_iline()
168 api_lline(SCR *sp, db_recno_t *lnop) in api_lline()
180 api_sline(SCR *sp, db_recno_t lno, CHAR_T *line, size_t len) in api_sline()
192 api_getmark(SCR *sp, int markname, MARK *mp) in api_getmark()
204 api_setmark(SCR *sp, int markname, MARK *mp) in api_setmark()
217 api_nextmark(SCR *sp, int next, char *namep) in api_nextmark()
[all …]
H A Dmem.h23 #define BINC_GOTO(sp, type, lp, llen, nlen) { \ argument
36 #define BINC_GOTOC(sp, lp, llen, nlen) \ argument
38 #define BINC_GOTOW(sp, lp, llen, nlen) \ argument
40 #define BINC_RET(sp, type, lp, llen, nlen) { \ argument
53 #define BINC_RETC(sp, lp, llen, nlen) \ argument
55 #define BINC_RETW(sp, lp, llen, nlen) \ argument
63 #define GET_SPACE_GOTO(sp, type, bp, blen, nlen) { \ argument
77 #define GET_SPACE_GOTOC(sp, bp, blen, nlen) \ argument
79 #define GET_SPACE_GOTOW(sp, bp, blen, nlen) \ argument
81 #define GET_SPACE_RET(sp, type, bp, blen, nlen) { \ argument
[all …]
H A Doptions_f.c41 f_altwerase(SCR *sp, OPTION *op, const char *str, u_long *valp) in f_altwerase()
52 f_columns(SCR *sp, OPTION *op, const char *str, u_long *valp) in f_columns()
82 f_lines(SCR *sp, OPTION *op, const char *str, u_long *valp) in f_lines()
135 f_lisp(SCR *sp, OPTION *op, const char *str, u_long *valp) in f_lisp()
145 f_msgcat(SCR *sp, OPTION *op, const char *str, u_long *valp) in f_msgcat()
155 f_print(SCR *sp, OPTION *op, const char *str, u_long *valp) in f_print()
180 f_readonly(SCR *sp, OPTION *op, const char *str, u_long *valp) in f_readonly()
197 f_recompile(SCR *sp, OPTION *op, const char *str, u_long *valp) in f_recompile()
214 f_reformat(SCR *sp, OPTION *op, const char *str, u_long *valp) in f_reformat()
224 f_ttywerase(SCR *sp, OPTION *op, const char *str, u_long *valp) in f_ttywerase()
[all …]
H A Dkey.c109 v_key_init(SCR *sp) in v_key_init()
170 v_keyval(SCR *sp, int val, scr_keyval_t name) in v_keyval()
204 v_key_ilookup(SCR *sp) in v_key_ilookup()
228 v_key_len(SCR *sp, ARG_CHAR_T ch) in v_key_len()
242 v_key_name(SCR *sp, ARG_CHAR_T ach) in v_key_name()
322 v_key_val(SCR *sp, ARG_CHAR_T ch) in v_key_val()
344 v_event_push(SCR *sp, EVENT *p_evp, const CHAR_T *p_s, size_t nitems, u_int flags) in v_event_push()
398 v_event_append(SCR *sp, EVENT *argp) in v_event_append()
523 v_event_get(SCR *sp, EVENT *argp, int timeout, u_int32_t flags) in v_event_get()
740 v_sync(SCR *sp, int flags) in v_sync()
[all …]
H A Dvi_db.c47 db_eget(SCR *sp, db_recno_t lno, CHAR_T **pp, size_t *lenp, int *isemptyp) in db_eget()
91 db_get(SCR *sp, db_recno_t lno, u_int32_t flags, CHAR_T **pp, size_t *lenp) in db_get()
226 db_delete(SCR *sp, db_recno_t lno) in db_delete()
286 append(SCR *sp, db_recno_t lno, const CHAR_T *p, size_t len, lnop_t op, int update) in append()
393 db_append(SCR *sp, int update, db_recno_t lno, const CHAR_T *p, size_t len) in db_append()
410 db_insert(SCR *sp, db_recno_t lno, CHAR_T *p, size_t len) in db_insert()
426 db_set(SCR *sp, db_recno_t lno, CHAR_T *p, size_t len) in db_set()
486 db_exist(SCR *sp, db_recno_t lno) in db_exist()
519 db_last(SCR *sp, db_recno_t *lnop) in db_last()
597 db_err(SCR *sp, db_recno_t lno) in db_err()
[all …]
/netbsd-src/external/bsd/nvi/dist/ip/
H A Dip_funcs.c41 ip_waddstr(SCR *sp, const CHAR_T *str, size_t len) in ip_waddstr()
67 ip_addstr(SCR *sp, const char *str, size_t len) in ip_addstr()
105 ip_attr(SCR *sp, scr_attr_t attribute, int on) in ip_attr()
130 ip_baud(SCR *sp, u_long *ratep) in ip_baud()
143 ip_bell(SCR *sp) in ip_bell()
161 ip_busy(SCR *sp, const char *str, busy_t bval) in ip_busy()
191 ip_child(SCR *sp) in ip_child()
211 ip_clrtoeol(SCR *sp) in ip_clrtoeol()
248 ip_cursor(SCR *sp, size_t *yp, size_t *xp) in ip_cursor()
265 ip_deleteln(SCR *sp) in ip_deleteln()
[all …]
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/kadm5/
H A Dmarshall.c74 kadm5_store_key_data(krb5_storage *sp, in kadm5_store_key_data()
92 kadm5_store_fake_key_data(krb5_storage *sp, in kadm5_store_fake_key_data()
122 kadm5_ret_key_data(krb5_storage *sp, in kadm5_ret_key_data()
145 kadm5_store_tl_data(krb5_storage *sp, in kadm5_store_tl_data()
157 kadm5_ret_tl_data(krb5_storage *sp, in kadm5_ret_tl_data()
171 store_principal_ent(krb5_storage *sp, in store_principal_ent()
236 kadm5_store_principal_ent(krb5_storage *sp, in kadm5_store_principal_ent()
243 kadm5_store_principal_ent_nokeys(krb5_storage *sp, in kadm5_store_principal_ent_nokeys()
250 kadm5_store_principal_ent_mask(krb5_storage *sp, in kadm5_store_principal_ent_mask()
259 ret_principal_ent(krb5_storage *sp, in ret_principal_ent()
[all …]
/netbsd-src/external/bsd/nvi/dist/cl/
H A Dcl_funcs.c42 addstr4(SCR *sp, const void *str, size_t len, int wide) in addstr4()
84 cl_waddstr(SCR *sp, const CHAR_T *str, size_t len) in cl_waddstr()
96 cl_addstr(SCR *sp, const char *str, size_t len) in cl_addstr()
108 cl_attr(SCR *sp, scr_attr_t attribute, int on) in cl_attr()
193 cl_baud(SCR *sp, u_long *ratep) in cl_baud()
234 cl_bell(SCR *sp) in cl_bell()
258 cl_clrtoeol(SCR *sp) in cl_clrtoeol()
287 cl_cursor(SCR *sp, size_t *yp, size_t *xp) in cl_cursor()
313 cl_deleteln(SCR *sp) in cl_deleteln()
420 cl_ex_adjust(SCR *sp, exadj_t action) in cl_ex_adjust()
[all …]
/netbsd-src/sys/net/
H A Dif_spppsubr.c593 sppp_debug_enabled(struct sppp *sp) in sppp_debug_enabled()
606 sppp_change_phase(struct sppp *sp, int phase) in sppp_change_phase()
641 struct sppp *sp = (struct sppp *)ifp; in sppp_input() local
805 struct sppp *sp = (struct sppp *) ifp; in sppp_output() local
1049 struct sppp *sp = (struct sppp *) ifp; in sppp_attach() local
1115 struct sppp **q, *p, *sp = (struct sppp *) ifp; in sppp_detach() local
1158 struct sppp *sp = (struct sppp *) ifp; in sppp_flush() local
1173 struct sppp *sp = (struct sppp *) ifp; in sppp_isempty() local
1191 struct sppp *sp = (struct sppp *) ifp; in sppp_dequeue() local
1223 struct sppp *sp = (struct sppp *) ifp; in sppp_ioctl() local
[all …]
/netbsd-src/external/ibm-public/postfix/dist/src/global/
H A Dscache_single.c88 #define SCACHE_SINGLE_ENDP_BUSY(sp) (VSTRING_LEN(sp->endp.endp_label) > 0) argument
89 #define SCACHE_SINGLE_DEST_BUSY(sp) (VSTRING_LEN(sp->dest.dest_label) > 0) argument
95 static void scache_single_free_endp(SCACHE_SINGLE *sp) in scache_single_free_endp()
116 SCACHE_SINGLE *sp = (SCACHE_SINGLE *) context; in scache_single_expire_endp() local
127 SCACHE_SINGLE *sp = (SCACHE_SINGLE *) scache; in scache_single_save_endp() local
150 SCACHE_SINGLE *sp = (SCACHE_SINGLE *) scache; in scache_single_find_endp() local
175 static void scache_single_free_dest(SCACHE_SINGLE *sp) in scache_single_free_dest()
196 SCACHE_SINGLE *sp = (SCACHE_SINGLE *) context; in scache_single_expire_dest() local
208 SCACHE_SINGLE *sp = (SCACHE_SINGLE *) scache; in scache_single_save_dest() local
241 SCACHE_SINGLE *sp = (SCACHE_SINGLE *) scache; in scache_single_find_dest() local
[all …]
/netbsd-src/external/bsd/iscsi/dist/src/lib/
H A Dconffile.c48 conffile_open(conffile_t *sp, const char *f, const char *mode, const char *sep, const char *comment) in conffile_open()
64 conffile_close(conffile_t *sp) in conffile_close()
71 read_line(conffile_t *sp, ent_t *ep) in read_line()
86 iscomment(conffile_t *sp, char *from) in iscomment()
93 conffile_split(conffile_t *sp, ent_t *ep, char *from) in conffile_split()
144 conffile_getent(conffile_t *sp, ent_t *ep) in conffile_getent()
161 conffile_get_lineno(conffile_t *sp) in conffile_get_lineno()
168 conffile_get_name(conffile_t *sp) in conffile_get_name()
175 conffile_get_by_field(conffile_t *sp, ent_t *ep, int f, char *val) in conffile_get_by_field()
225 conffile_putent(conffile_t *sp, int f, char *val, char *newent) in conffile_putent()
/netbsd-src/external/bsd/pcc/dist/pcc/cc/cxxcom/
H A Dcxxcode.c43 struct symtab *sp; in dclns() local
76 struct symtab *sp = getsymtab(n, 0); in callftn() local
263 recnpsh(struct symtab *sp) in recnpsh()
305 decoratename(struct symtab *sp, int type) in decoratename()
355 sfind(char *n, struct symtab *sp) in sfind()
367 #define CLORNS(sp) (sp->sclass == STNAME || sp->sclass == CLNAME || \ argument
376 pfind(NODE *p, struct symtab *sp) in pfind()
414 struct symtab *sp; in cxxdeclvar() local
443 struct symtab *sp, *ns; in cxxlookup() local
516 cxxsetname(struct symtab *sp) in cxxsetname()
[all …]
/netbsd-src/external/cddl/osnet/dist/tools/ctf/cvt/
H A Dstack.c57 stk_t *sp; in stack_new() local
69 stack_free(stk_t *sp) in stack_free()
82 stack_pop(stk_t *sp) in stack_pop()
90 stack_peek(stk_t *sp) in stack_peek()
99 stack_push(stk_t *sp, void *data) in stack_push()
113 stack_level(stk_t *sp) in stack_level()
/netbsd-src/external/bsd/nvi/dist/ex/
H A Dex_print.c50 ex_list(SCR *sp, EXCMD *cmdp) in ex_list()
68 ex_number(SCR *sp, EXCMD *cmdp) in ex_number()
86 ex_pr(SCR *sp, EXCMD *cmdp) in ex_pr()
102 ex_print(SCR *sp, EXCMD *cmdp, MARK *fp, MARK *tp, u_int32_t flags) in ex_print()
157 ex_ldisplay(SCR *sp, const CHAR_T *p, size_t len, size_t col, u_int flags) in ex_ldisplay()
178 ex_scprint(SCR *sp, MARK *fp, MARK *tp) in ex_scprint()
215 ex_prchars(SCR *sp, const CHAR_T *p, size_t *colp, size_t len, in ex_prchars()
271 ex_printf(SCR *sp, const char *fmt, ...) in ex_printf()
308 ex_puts(SCR *sp, const char *str) in ex_puts()
334 ex_fflush(SCR *sp) in ex_fflush()
/netbsd-src/sbin/iscsictl/
H A Discsic_parse.c51 char *sp; in get_address() local
128 get_short_int(char *sp, char *arg, const char *name) in get_short_int()
156 get_dsl(char *sp, char *arg) in get_dsl()
185 get_str(char *dest, char *sp, char *arg, const char *name) in get_str()
215 char *sp; in cl_get_target() local
297 char *sp; in cl_get_isns() local
356 char *sp; in cl_get_auth_opts() local
434 char *sp; in cl_get_target_opts() local
512 char *sp; in cl_get_portal() local
585 char *sp; in cl_get_id() local
[all …]

12345678910>>...48