Searched refs:sp (Results 51 - 75 of 1146) sorted by relevance

1234567891011>>

/freebsd-10-stable/lib/csu/mips/
H A Dcrtn.S8 REG_L gp, CALLFRAME_GP(sp)
10 REG_L ra, CALLFRAME_RA(sp)
12 PTR_ADDU sp, sp, CALLFRAME_SIZ
19 REG_L gp, CALLFRAME_GP(sp)
21 REG_L ra, CALLFRAME_RA(sp)
23 PTR_ADDU sp, sp, CALLFRAME_SIZ
/freebsd-10-stable/lib/csu/sparc64/
H A Dcrti.S49 save %sp,-192,%sp
57 save %sp,-192,%sp
/freebsd-10-stable/usr.bin/csup/
H A Drcsparse.c56 asserttoken(yyscan_t *sp, int token) argument
61 t = rcslex(*sp);
66 duptext(yyscan_t *sp, int *arglen) argument
71 tmp = rcsget_text(*sp);
72 len = rcsget_leng(*sp);
116 parse_admin(struct rcsfile *rf, yyscan_t *sp) argument
125 asserttoken(sp, KEYWORD);
126 asserttoken(sp, NUM);
127 head = duptext(sp, NULL);
130 asserttoken(sp, SEMI
226 parse_deltas(struct rcsfile *rf, yyscan_t *sp, int token) argument
303 parse_deltatexts(struct rcsfile *rf, yyscan_t *sp, int token) argument
[all...]
/freebsd-10-stable/contrib/nvi/ex/
H A Dex_print.c40 ex_list(SCR *sp, EXCMD *cmdp) argument
42 if (ex_print(sp, cmdp,
45 sp->lno = cmdp->addr2.lno;
46 sp->cno = cmdp->addr2.cno;
58 ex_number(SCR *sp, EXCMD *cmdp) argument
60 if (ex_print(sp, cmdp,
63 sp->lno = cmdp->addr2.lno;
64 sp->cno = cmdp->addr2.cno;
76 ex_pr(SCR *sp, EXCMD *cmdp) argument
78 if (ex_print(sp, cmd
92 ex_print(SCR *sp, EXCMD *cmdp, MARK *fp, MARK *tp, u_int32_t flags) argument
147 ex_ldisplay(SCR *sp, const CHAR_T *p, size_t len, size_t col, u_int flags) argument
168 ex_scprint(SCR *sp, MARK *fp, MARK *tp) argument
203 ex_prchars(SCR *sp, const CHAR_T *p, size_t *colp, size_t len, u_int flags, int repeatc) argument
264 ex_printf( SCR *sp, const char *fmt, ...) argument
294 ex_puts(SCR *sp, const char *str) argument
320 ex_fflush(SCR *sp) argument
[all...]
H A Dex_shell.c42 ex_shell(SCR *sp, EXCMD *cmdp) argument
48 if (opts_empty(sp, O_SHELL, 0))
55 (void)asprintf(&buf, "%s -i", O_STR(sp, O_SHELL));
57 msgq(sp, M_SYSERR, NULL);
62 (void)sp->gp->scr_rename(sp, NULL, 0);
65 rval = ex_exec_proc(sp, cmdp, buf, NULL, !F_ISSET(sp, SC_SCR_EXWROTE));
69 (void)sp->gp->scr_rename(sp, s
88 ex_exec_proc(SCR *sp, EXCMD *cmdp, char *cmd, const char *msg, int need_newline) argument
153 proc_wait(SCR *sp, long int pid, const char *cmd, int silent, int okpipe) argument
[all...]
H A Dex_display.c41 ex_display(SCR *sp, EXCMD *cmdp) argument
51 return (bdisplay(sp));
55 return (cscope_display(sp));
59 return (ex_sdisplay(sp));
63 return (ex_tag_display(sp));
65 ex_emsg(sp, cmdp->cmd->usage, EXM_USAGE);
86 bdisplay(SCR *sp) argument
90 if (SLIST_EMPTY(sp->gp->cutq) && sp->gp->dcbp == NULL) {
91 msgq(sp, M_INF
124 db(SCR *sp, CB *cbp, const char *name) argument
[all...]
H A Dex_screen.c36 ex_bg(SCR *sp, EXCMD *cmdp) argument
38 return (vs_bg(sp));
48 ex_fg(SCR *sp, EXCMD *cmdp) argument
54 if (vs_fg(sp, &nsp, cmdp->argc ? cmdp->argv[0]->bp : NULL, newscreen))
59 sp->nextdisp = nsp;
60 F_SET(sp, SC_SSWITCH);
72 ex_resize(SCR *sp, EXCMD *cmdp) argument
88 ex_emsg(sp, cmdp->cmd->usage, EXM_USAGE);
91 return (vs_resize(sp, cmdp->count, adj));
101 ex_sdisplay(SCR *sp) argument
[all...]
H A Dex_append.c40 ex_append(SCR *sp, EXCMD *cmdp) argument
42 return (ex_aci(sp, cmdp, APPEND));
52 ex_change(SCR *sp, EXCMD *cmdp) argument
54 return (ex_aci(sp, cmdp, CHANGE));
65 ex_insert(SCR *sp, EXCMD *cmdp) argument
67 return (ex_aci(sp, cmdp, INSERT));
75 ex_aci(SCR *sp, EXCMD *cmdp, enum which cmd) argument
86 gp = sp->gp;
87 NEEDFILE(sp, cmdp);
96 * Set the address to which we'll append. We set sp
[all...]
H A Dex_undo.c34 ex_undo(SCR *sp, EXCMD *cmdp) argument
43 m.lno = sp->lno;
44 m.cno = sp->cno;
45 if (mark_set(sp, ABSMARK1, &m, 1))
54 ep = sp->ep;
61 if (log_forward(sp, &m))
66 if (log_backward(sp, &m))
73 sp->lno = m.lno;
74 sp->cno = m.cno;
H A Dex_subst.c51 ex_s(SCR *sp, EXCMD *cmdp) argument
78 subagain: return (ex_subagain(sp, cmdp));
82 return (s(sp, cmdp, p, &sp->subre_c, SUB_MUSTSETR));
89 sp->c_suffix = sp->g_suffix = 0;
135 if (sp->re == NULL) {
136 ex_emsg(sp, NULL, EXM_NOPREVRE);
141 if (!F_ISSET(sp, SC_RE_SEARCH) &&
142 re_compile(sp, s
256 ex_subagain(SCR *sp, EXCMD *cmdp) argument
279 ex_subtilde(SCR *sp, EXCMD *cmdp) argument
343 s(SCR *sp, EXCMD *cmdp, CHAR_T *s, regex_t *re, u_int flags) argument
886 re_compile(SCR *sp, CHAR_T *ptrn, size_t plen, CHAR_T **ptrnp, size_t *lenp, regex_t *rep, u_int flags) argument
1015 re_conv(SCR *sp, CHAR_T **ptrnp, size_t *plenp, int *replacedp) argument
1159 re_tag_conv(SCR *sp, CHAR_T **ptrnp, size_t *plenp, int *replacedp) argument
1224 re_cscope_conv(SCR *sp, CHAR_T **ptrnp, size_t *plenp, int *replacedp) argument
1286 re_error(SCR *sp, int errcode, regex_t *preg) argument
1305 re_sub( SCR *sp, CHAR_T *ip, CHAR_T **lbp, size_t *lbclenp, size_t *lblenp, regmatch_t match[10]) argument
[all...]
/freebsd-10-stable/crypto/heimdal/lib/krb5/
H A Dstore.c46 * @param sp the storage buffer to set the flags on
53 krb5_storage_set_flags(krb5_storage *sp, krb5_flags flags) argument
55 sp->flags |= flags;
61 * @param sp the storage buffer to clear the flags on
68 krb5_storage_clear_flags(krb5_storage *sp, krb5_flags flags) argument
70 sp->flags &= ~flags;
77 * @param sp the storage buffer to check flags on
86 krb5_storage_is_flags(krb5_storage *sp, krb5_flags flags) argument
88 return (sp->flags & flags) == flags;
94 * @param sp th
104 krb5_storage_set_byteorder(krb5_storage *sp, krb5_flags byteorder) argument
117 krb5_storage_get_byteorder(krb5_storage *sp) argument
132 krb5_storage_set_max_alloc(krb5_storage *sp, size_t size) argument
139 size_too_large(krb5_storage *sp, size_t size) argument
147 size_too_large_num(krb5_storage *sp, size_t count, size_t size) argument
171 krb5_storage_seek(krb5_storage *sp, off_t offset, int whence) argument
188 krb5_storage_truncate(krb5_storage *sp, off_t offset) argument
206 krb5_storage_read(krb5_storage *sp, void *buf, size_t len) argument
224 krb5_storage_write(krb5_storage *sp, const void *buf, size_t len) argument
239 krb5_storage_set_eof_code(krb5_storage *sp, int code) argument
255 krb5_storage_get_eof_code(krb5_storage *sp) argument
271 krb5_storage_free(krb5_storage *sp) argument
292 krb5_storage_to_data(krb5_storage *sp, krb5_data *data) argument
318 krb5_store_int(krb5_storage *sp, int32_t value, size_t len) argument
349 krb5_store_int32(krb5_storage *sp, int32_t value) argument
372 krb5_store_uint32(krb5_storage *sp, uint32_t value) argument
379 krb5_ret_int(krb5_storage *sp, int32_t *value, size_t len) argument
409 krb5_ret_int32(krb5_storage *sp, int32_t *value) argument
435 krb5_ret_uint32(krb5_storage *sp, uint32_t *value) argument
461 krb5_store_int16(krb5_storage *sp, int16_t value) argument
484 krb5_store_uint16(krb5_storage *sp, uint16_t value) argument
503 krb5_ret_int16(krb5_storage *sp, int16_t *value) argument
532 krb5_ret_uint16(krb5_storage *sp, uint16_t *value) argument
557 krb5_store_int8(krb5_storage *sp, int8_t value) argument
580 krb5_store_uint8(krb5_storage *sp, uint8_t value) argument
598 krb5_ret_int8(krb5_storage *sp, int8_t *value) argument
621 krb5_ret_uint8(krb5_storage *sp, uint8_t *value) argument
647 krb5_store_data(krb5_storage *sp, krb5_data data) argument
674 krb5_ret_data(krb5_storage *sp, krb5_data *data) argument
710 krb5_store_string(krb5_storage *sp, const char *s) argument
731 krb5_ret_string(krb5_storage *sp, char **string) argument
761 krb5_store_stringz(krb5_storage *sp, const char *s) argument
786 krb5_ret_stringz(krb5_storage *sp, char **string) argument
822 krb5_store_stringnl(krb5_storage *sp, const char *s) argument
845 krb5_ret_stringnl(krb5_storage *sp, char **string) argument
904 krb5_store_principal(krb5_storage *sp, krb5_const_principal p) argument
941 krb5_ret_principal(krb5_storage *sp, krb5_principal *princ) argument
1014 krb5_store_keyblock(krb5_storage *sp, krb5_keyblock p) argument
1043 krb5_ret_keyblock(krb5_storage *sp, krb5_keyblock *p) argument
1073 krb5_store_times(krb5_storage *sp, krb5_times times) argument
1098 krb5_ret_times(krb5_storage *sp, krb5_times *times) argument
1128 krb5_store_address(krb5_storage *sp, krb5_address p) argument
1149 krb5_ret_address(krb5_storage *sp, krb5_address *adr) argument
1172 krb5_store_addrs(krb5_storage *sp, krb5_addresses p) argument
1197 krb5_ret_addrs(krb5_storage *sp, krb5_addresses *adr) argument
1230 krb5_store_authdata(krb5_storage *sp, krb5_authdata auth) argument
1257 krb5_ret_authdata(krb5_storage *sp, krb5_authdata *auth) argument
1304 krb5_store_creds(krb5_storage *sp, krb5_creds *creds) argument
1356 krb5_ret_creds(krb5_storage *sp, krb5_creds *creds) argument
1428 krb5_store_creds_tag(krb5_storage *sp, krb5_creds *creds) argument
1520 krb5_ret_creds_tag(krb5_storage *sp, krb5_creds *creds) argument
[all...]
H A Dtest_store.c37 test_int8(krb5_context context, krb5_storage *sp) argument
45 krb5_storage_truncate(sp, 0);
49 ret = krb5_store_int8(sp, val[i]);
52 krb5_storage_seek(sp, 0, SEEK_SET);
53 ret = krb5_ret_int8(sp, &v);
62 test_int16(krb5_context context, krb5_storage *sp) argument
70 krb5_storage_truncate(sp, 0);
74 ret = krb5_store_int16(sp, val[i]);
77 krb5_storage_seek(sp, 0, SEEK_SET);
78 ret = krb5_ret_int16(sp,
87 test_int32(krb5_context context, krb5_storage *sp) argument
112 test_uint8(krb5_context context, krb5_storage *sp) argument
137 test_uint16(krb5_context context, krb5_storage *sp) argument
162 test_uint32(krb5_context context, krb5_storage *sp) argument
188 test_storage(krb5_context context, krb5_storage *sp) argument
200 test_truncate(krb5_context context, krb5_storage *sp, int fd) argument
221 check_too_large(krb5_context context, krb5_storage *sp) argument
268 krb5_storage *sp; local
[all...]
/freebsd-10-stable/lib/libgeom/
H A Dgeom_stats.c118 struct snapshot *sp; local
120 sp = malloc(sizeof *sp);
121 if (sp == NULL)
123 memset(sp, 0, sizeof *sp);
124 sp->ptr = malloc(pagesize * npages);
125 if (sp->ptr == NULL) {
126 free(sp);
129 memset(sp
142 struct snapshot *sp; local
152 struct snapshot *sp; local
161 struct snapshot *sp; local
171 struct snapshot *sp; local
[all...]
/freebsd-10-stable/contrib/ncurses/ncurses/base/
H A Dlib_mouse.c163 #define FirstEV(sp) ((sp)->_mouse_events)
164 #define LastEV(sp) ((sp)->_mouse_events + EV_MAX - 1)
167 #define NEXT(ep) ((ep >= LastEV(sp)) \
168 ? FirstEV(sp) \
172 #define PREV(ep) ((ep <= FirstEV(sp)) \
173 ? LastEV(sp) \
176 #define IndexEV(sp, ep) (ep - FirstEV(sp))
184 _trace_slot(SCREEN *sp, const char *tag) argument
205 write_event(SCREEN *sp, int down, int button, int x, int y) argument
220 SCREEN *sp = (SCREEN *) param; local
284 sysmouse_server(SCREEN *sp) argument
348 init_xterm_mouse(SCREEN *sp) argument
357 enable_xterm_mouse(SCREEN *sp, int enable) argument
399 unload_gpm_library(SCREEN *sp) argument
411 load_gpm_library(SCREEN *sp) argument
430 enable_gpm_mouse(SCREEN *sp, bool enable) argument
484 initialize_mousetype(SCREEN *sp) argument
638 _nc_mouse_init(SCREEN *sp) argument
770 _nc_mouse_inline(SCREEN *sp) argument
927 mouse_activate(SCREEN *sp, bool on) argument
1002 _nc_mouse_parse(SCREEN *sp, int runcount) argument
1203 _nc_mouse_wrap(SCREEN *sp) argument
1231 _nc_mouse_resume(SCREEN *sp) argument
1268 _nc_getmouse(SCREEN *sp, MEVENT * aevent) argument
1298 _nc_ungetmouse(SCREEN *sp, MEVENT * aevent) argument
[all...]
H A Dlib_getch.c49 #define GetEscdelay(sp) (sp)->_ESCDELAY
56 #define GetEscdelay(sp) ESCDELAY
82 SCREEN *sp = _nc_screen_of(win); local
83 return (sp ? sp->_use_meta : 0);
96 check_mouse_activity(SCREEN *sp, int delay EVENTLIST_2nd(_nc_eventlist * evl)) argument
101 if ((sp->_mouse_type == M_SYSMOUSE)
102 && (sp->_sysmouse_head < sp
119 fifo_peek(SCREEN *sp) argument
129 fifo_pull(SCREEN *sp) argument
249 fifo_clear(SCREEN *sp) argument
262 SCREEN *sp = _nc_screen_of(win); local
284 SCREEN *sp = _nc_screen_of(win); local
318 SCREEN *sp; local
[all...]
/freebsd-10-stable/sys/mips/nlm/
H A Dmpreset.S133 dmtc0 sp, $4, 2 /* SP saved in UserLocal */
134 ori sp, sp, 0x7
135 xori sp, sp, 0x7 /* align 64 bit */
136 addiu sp, sp, -128
138 sd s0, 0(sp)
139 sd s1, 8(sp)
140 sd s2, 16(sp)
[all...]
/freebsd-10-stable/sys/dev/iscsi_initiator/
H A Discsivar.h49 printf("%d] %s: " fmt "\n", sp->sid, __func__ , ##args);} while(0)
225 void isc_start_receiver(isc_session_t *sp);
226 void isc_stop_receiver(isc_session_t *sp);
228 int isc_sendPDU(isc_session_t *sp, pduq_t *pq);
229 int isc_qout(isc_session_t *sp, pduq_t *pq);
230 int i_prepPDU(isc_session_t *sp, pduq_t *pq);
235 int i_setopt(isc_session_t *sp, isc_opt_t *opt);
238 int ic_init(isc_session_t *sp);
239 void ic_destroy(isc_session_t *sp);
240 void ic_lost_target(isc_session_t *sp, in
273 XPT_DONE(isc_session_t *sp, union ccb *ccb) argument
284 XPT_DONE(isc_session_t *sp, union ccb *ccb) argument
339 i_nqueue_rsp(isc_session_t *sp, pduq_t *pq) argument
349 i_dqueue_rsp(isc_session_t *sp) argument
364 i_nqueue_rsv(isc_session_t *sp, pduq_t *pq) argument
374 i_dqueue_rsv(isc_session_t *sp) argument
389 i_nqueue_csnd(isc_session_t *sp, pduq_t *pq) argument
399 i_dqueue_csnd(isc_session_t *sp) argument
414 i_nqueue_isnd(isc_session_t *sp, pduq_t *pq) argument
424 i_dqueue_isnd(isc_session_t *sp) argument
439 i_nqueue_wsnd(isc_session_t *sp, pduq_t *pq) argument
449 i_dqueue_wsnd(isc_session_t *sp) argument
464 i_dqueue_snd(isc_session_t *sp, int which) argument
491 i_rqueue_pdu(isc_session_t *sp, pduq_t *pq) argument
503 i_nqueue_hld(isc_session_t *sp, pduq_t *pq) argument
515 i_remove_hld(isc_session_t *sp, pduq_t *pq) argument
524 i_dqueue_hld(isc_session_t *sp) argument
539 i_search_hld(isc_session_t *sp, int itt, int keep) argument
561 i_acked_hld(isc_session_t *sp, pdu_t *op) argument
[all...]
/freebsd-10-stable/contrib/nvi/common/
H A Dsearch.c42 SCR *sp,
54 if (sp->lno <= 1) {
55 if (db_last(sp, &lno))
59 search_msg(sp, S_EMPTY);
85 prev: if (sp->re == NULL) {
86 search_msg(sp, S_NOPREV);
90 if (!F_ISSET(sp, SC_RE_SEARCH) && re_compile(sp,
91 sp->re, sp
41 search_init( SCR *sp, dir_t dir, CHAR_T *ptrn, size_t plen, CHAR_T **epp, u_int flags) argument
149 f_search( SCR *sp, MARK *fm, MARK *rm, CHAR_T *ptrn, size_t plen, CHAR_T **eptrn, u_int flags) argument
295 b_search( SCR *sp, MARK *fm, MARK *rm, CHAR_T *ptrn, size_t plen, CHAR_T **eptrn, u_int flags) argument
456 search_msg( SCR *sp, smsg_t msg) argument
493 search_busy( SCR *sp, busy_t btype) argument
[all...]
H A Doptions.h27 #define O_V(sp, o, fld) \
28 (F_ISSET(&(sp)->opts[(o)], OPT_GLOBAL) ? \
29 (sp)->gp->opts[(sp)->opts[(o)].o_cur.val].fld : \
30 (sp)->opts[(o)].fld)
56 #define O_CLR(sp, o) o_set(sp, o, 0, NULL, 0)
57 #define O_SET(sp, o) o_set(sp, o, 0, NULL, 1)
58 #define O_STR(sp,
[all...]
/freebsd-10-stable/crypto/heimdal/lib/kadm5/
H A Dchpass_c.c45 krb5_storage *sp; local
54 sp = krb5_storage_from_mem(buf, sizeof(buf));
55 if (sp == NULL) {
59 krb5_store_int32(sp, kadm_chpass);
60 krb5_store_principal(sp, princ);
61 krb5_store_string(sp, password);
62 ret = _kadm5_client_send(context, sp);
63 krb5_storage_free(sp);
69 sp = krb5_storage_from_data (&reply);
70 if (sp
90 krb5_storage *sp; local
[all...]
H A Dget_princs_c.c46 krb5_storage *sp; local
55 sp = krb5_storage_from_mem(buf, sizeof(buf));
56 if (sp == NULL)
58 krb5_store_int32(sp, kadm_get_princs);
59 krb5_store_int32(sp, expression != NULL);
61 krb5_store_string(sp, expression);
62 ret = _kadm5_client_send(context, sp);
63 krb5_storage_free(sp);
69 sp = krb5_storage_from_data (&reply);
70 if (sp
[all...]
/freebsd-10-stable/contrib/sendmail/src/
H A Dshmticklib.c40 static STATUSD_SHM *sp = (STATUSD_SHM *)-1; local
51 if ((unsigned long *) sp == (unsigned long *)-1)
53 sp = (STATUSD_SHM *) shmat(shmid, NULL, 0);
54 if ((unsigned long *) sp == (unsigned long *) -1)
57 if (sp->magic != STATUSD_MAGIC)
71 if (sp->ul[STATUSD_COOKIE] != cookie)
73 cookie = sp->ul[STATUSD_COOKIE];
74 ++(sp->ul[inc_me]);
76 ++(sp->ul[what]);
/freebsd-10-stable/libexec/rtld-elf/mips/
H A Drtld_start.S47 .frame sp, 4*PTR_SIZE, ra
51 PTR_SUBU sp, 4*PTR_SIZE /* adjust stack pointer */
54 /* -> 1*PTR_SIZE(sp) for atexit */
55 /* -> 2*PTR_SIZE(sp) for obj_main */
68 move a0, s0 /* sp */
69 PTR_ADDU a1, sp, 2*PTR_SIZE /* &our atexit function */
70 PTR_ADDU a2, sp, 3*PTR_SIZE /* obj_main entry */
71 PTR_SUBU sp, 4*SZREG /* ABI requires to reserve memory for 4 regs */
73 jalr t9 /* v0 = _rtld(sp, cleanup, objp) */
75 PTR_ADDU sp,
[all...]
/freebsd-10-stable/contrib/compiler-rt/lib/arm/
H A Dsync_synchronize.S26 stmfd sp!, {r7, lr}
27 add r7, sp, #0
29 ldmfd sp!, {r7, pc}
/freebsd-10-stable/contrib/groff/src/roff/grog/
H A Dgrog.sh8 sp="([ ]|$)"
18 sp=; opts="$opts -C"; shift; break;;
32 egrep -h "^\.(\[|\])|((P|PS|[PLI]P|[pnil]p|sh|Dd|Tp|Dp|De|Cx|Cl|Oo|.* Oo|Oc|.* Oc|TS|EQ|TH|SH|so|\[|R1|GS|G1|PH|SA)$sp)" $* \

Completed in 176 milliseconds

1234567891011>>