Searched refs:vp (Results 51 - 75 of 804) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.dg/ext/
H A Daltivec-6.C11 vector pixel vp = { 3, 4, 5, 6 }; local
23 vp = vec_sld(vp, vp, 5);
26 vp = vec_splat(vp, 17);
/netbsd-6-1-5-RELEASE/dist/nvi/vi/
H A Dv_match.c37 v_match(SCR *sp, VICMD *vp) argument
67 if (db_eget(sp, vp->m_start.lno, &p, &len, &isempty)) {
72 for (off = vp->m_start.cno;; ++off) {
88 if (match.lno == vp->m_start.lno && match.cno ==vp->m_start.cno)
99 cs.cs_lno = vp->m_start.lno;
121 vp->m_stop.lno = cs.cs_lno;
122 vp->m_stop.cno = cs.cs_cno;
134 if (vp->m_start.lno < vp
[all...]
H A Dv_word.c82 v_wordW(SCR *sp, VICMD *vp) argument
84 return (fword(sp, vp, BIGWORD));
94 v_wordw(SCR *sp, VICMD *vp) argument
96 return (fword(sp, vp, LITTLEWORD));
104 fword(SCR *sp, VICMD *vp, enum which type) argument
110 cnt = F_ISSET(vp, VC_C1SET) ? vp->count : 1;
111 cs.cs_lno = vp->m_start.lno;
112 cs.cs_cno = vp->m_start.cno;
124 if (ISMOTION(vp)
242 v_wordE(SCR *sp, VICMD *vp) argument
254 v_worde(SCR *sp, VICMD *vp) argument
264 eword(SCR *sp, VICMD *vp, enum which type) argument
388 v_wordB(SCR *sp, VICMD *vp) argument
400 v_wordb(SCR *sp, VICMD *vp) argument
410 bword(SCR *sp, VICMD *vp, enum which type) argument
[all...]
H A Dv_z.c36 v_z(SCR *sp, VICMD *vp) argument
45 if (F_ISSET(vp, VC_C1SET)) {
46 lno = vp->count;
50 lno = vp->m_start.lno;
53 vp->m_final.lno = lno;
54 vp->m_final.cno = vp->m_start.cno;
66 if (F_ISSET(vp, VC_C2SET) && vp->count2 != 0) {
67 if (vp
[all...]
H A Dv_event.c38 v_c_settop(SCR *sp, VICMD *vp) argument
58 if (vs_sm_fill(sp, vp->ev.e_lno, P_TOP))
81 v_edit(SCR *sp, VICMD *vp) argument
86 argv_exp0(sp, &cmd, vp->ev.e_csp, vp->ev.e_len);
87 return (v_exec_ex(sp, vp, &cmd));
95 v_editopt(SCR *sp, VICMD *vp) argument
102 INT2CHAR(sp, vp->ev.e_str2, STRLEN(vp->ev.e_str2)+1, np, nlen);
104 rval = api_opts_set(sp, vp
117 v_editsplit(SCR *sp, VICMD *vp) argument
132 v_tag(SCR *sp, VICMD *vp) argument
149 v_tagas(SCR *sp, VICMD *vp) argument
163 v_tagsplit(SCR *sp, VICMD *vp) argument
181 v_quit(SCR *sp, VICMD *vp) argument
260 v_wq(SCR *sp, VICMD *vp) argument
277 v_write(SCR *sp, VICMD *vp) argument
294 v_writeas(SCR *sp, VICMD *vp) argument
314 v_event(SCR *sp, VICMD *vp) argument
[all...]
H A Dv_replace.c48 v_replace(SCR *sp, VICMD *vp) argument
72 if (db_get(sp, vp->m_start.lno, DBG_FATAL, &p, &len))
89 cnt = F_ISSET(vp, VC_C1SET) ? vp->count : 1;
90 vp->m_stop.lno = vp->m_start.lno;
91 vp->m_stop.cno = vp->m_start.cno + cnt - 1;
92 if (vp->m_stop.cno > len - 1) {
93 v_eol(sp, &vp
[all...]
H A Dvi.c72 VICMD cmd, *vp; local
82 vp = &cmd;
83 memset(vp, 0, sizeof(VICMD));
86 F_SET(vp, VM_RCM_SET);
113 if (F_ISSET(vp, VM_RCM_SET | VM_RCM_SETFNB | VM_RCM_SETNNB)) {
137 vp->kp = &vikeys[':'];
142 memset(vp, 0, sizeof(VICMD));
157 switch (v_cmd(sp, DOT, vp, NULL, &comcount, &mapped)) {
172 if (F_ISSET(vp->kp, V_SECURE) && O_ISSET(sp, O_SECURE)) {
173 ex_emsg(sp, (const char *)KEY_NAME(sp, vp
446 v_cmd(SCR *sp, VICMD *dp, VICMD *vp, VICMD *ismotion, int *comcountp, int *mappedp) argument
738 v_motion(SCR *sp, VICMD *dm, VICMD *vp, int *mappedp) argument
1114 v_alias(SCR *sp, VICMD *vp, const VIKEYS *kp) argument
1147 v_count(SCR *sp, VICMD *vp, ARG_CHAR_T fkey, u_long *countp) argument
1183 v_key(SCR *sp, VICMD *vp, int events_ok, u_int32_t ec_flags) argument
[all...]
/netbsd-6-1-5-RELEASE/crypto/external/bsd/netpgp/dist/src/pgp2ssh/
H A Db64.h32 int b64encode(const char *in, const size_t insize, void *vp, size_t outsize, int linesize);
33 int b64decode(const char *in, const size_t insize, void *vp, size_t outsize);
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/util/
H A Dmac_parse.c91 const char *vp; /* value pointer */ local
105 for (vp = value; *vp;) {
106 if (*vp != '$') { /* ordinary character */
107 VSTRING_ADDCH(buf, *vp);
108 vp += 1;
109 } else if (vp[1] == '$') { /* $$ becomes $ */
110 VSTRING_ADDCH(buf, *vp);
111 vp += 2;
115 vp
[all...]
H A Dvstream.h101 #define VSTREAM_PUTC(ch, vp) VBUF_PUT(&(vp)->buf, (ch))
102 #define VSTREAM_GETC(vp) VBUF_GET(&(vp)->buf)
103 #define vstream_ungetc(vp, ch) vbuf_unget(&(vp)->buf, (ch))
109 #define vstream_fileno(vp) ((vp)->fd)
110 #define vstream_req_bufsize(vp) ((const ssize_t) ((vp)
[all...]
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/mpn/generic/
H A Dmullo_basecase.c33 mpn_mullo_basecase (mp_ptr rp, mp_srcptr up, mp_srcptr vp, mp_size_t n) argument
37 mpn_mul_1 (rp, up, n, vp[0]);
40 mpn_addmul_1 (rp + i, up, n - i, vp[i]);
/netbsd-6-1-5-RELEASE/usr.bin/mail/
H A Dvars.c107 struct var *vp; local
109 for (vp = variables[hash(name)]; vp != NULL; vp = vp->v_link)
110 if (*vp->v_name == *name && equal(vp->v_name, name))
111 return vp;
121 struct var *vp; local
125 vp
144 struct var *vp; local
[all...]
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/global/
H A Dmail_date.c58 static VSTRING *vp; local
67 if (vp == 0)
68 vp = vstring_alloc(100);
70 VSTRING_RESET(vp);
110 while (strftime(vstring_end(vp), vstring_avail(vp), STRFTIME_FMT, lt) == 0)
111 VSTRING_SPACE(vp, 100);
112 VSTRING_SKIP(vp);
119 vstring_sprintf_append(vp, "%+03d%02d", (int) (gmtoff / HOUR_MIN),
125 while (strftime(vstring_end(vp), vstring_avai
[all...]
/netbsd-6-1-5-RELEASE/bin/ksh/
H A Dvar.c27 static char *formatstr ARGS((struct tbl *vp, const char *s));
28 static void export ARGS((struct tbl *vp, const char *val));
31 static void getspec ARGS((struct tbl *vp));
32 static void setspec ARGS((struct tbl *vp));
33 static void unsetspec ARGS((struct tbl *vp));
70 register struct tbl *vp, **vpp = l->vars.tbls, *vq; local
75 if ((vp = *vpp++) != NULL && (vp->flag&SPECIAL)) {
76 if ((vq = global(vp->name))->flag & ISSET)
176 register struct tbl *vp; local
260 register struct tbl *vp; local
421 register struct tbl *vp = &vtemp; local
619 register struct tbl *vp; local
875 register struct tbl *vp, **vpp; local
1238 struct tbl *vp, *vq; local
[all...]
/netbsd-6-1-5-RELEASE/usr.bin/window/
H A Dparser2.c67 struct value *vp; local
79 for (vp = av; vp < &av[LCMD_NARG + 1]; vp++)
80 vp->v_type = V_ERR;
87 vp = 0;
103 vp = &av[i++];
124 for (ap = c->lc_arg, vp = av;
129 ap++, vp++)
136 vp
[all...]
/netbsd-6-1-5-RELEASE/bin/csh/
H A Dexp.c92 expr(Char ***vp) argument
94 return (exp0(vp, 0));
98 exp0(Char ***vp, int ignore) argument
102 p1 = exp1(vp, ignore);
104 etraci("exp0 p1", p1, vp);
106 if (**vp && eq(**vp, STRor2)) {
109 (*vp)++;
110 p2 = exp0(vp, (ignore & IGNORE) || p1);
112 etraci("exp0 p2", p2, vp);
120 exp1(Char ***vp, int ignore) argument
142 csh_exp2(Char ***vp, int ignore) argument
164 exp2a(Char ***vp, int ignore) argument
186 exp2b(Char ***vp, int ignore) argument
208 exp2c(Char ***vp, int ignore) argument
250 exp3(Char ***vp, int ignore) argument
290 exp3a(Char ***vp, int ignore) argument
318 exp4(Char ***vp, int ignore) argument
353 exp5(Char ***vp, int ignore) argument
397 exp6(Char ***vp, int ignore) argument
648 etraci(char *str, int i, Char ***vp) argument
655 etracc(char *str, Char *cp, Char ***vp) argument
[all...]
/netbsd-6-1-5-RELEASE/sys/rump/librump/rumpvfs/
H A Drumpvnode_if.c54 RUMP_VOP_BWRITE(struct vnode *vp, argument
60 error = VOP_BWRITE(vp, bp);
111 RUMP_VOP_OPEN(struct vnode *vp, argument
118 error = VOP_OPEN(vp, mode, cred);
125 RUMP_VOP_CLOSE(struct vnode *vp, argument
132 error = VOP_CLOSE(vp, fflag, cred);
139 RUMP_VOP_ACCESS(struct vnode *vp, argument
146 error = VOP_ACCESS(vp, mode, cred);
153 RUMP_VOP_GETATTR(struct vnode *vp, argument
160 error = VOP_GETATTR(vp, va
167 RUMP_VOP_SETATTR(struct vnode *vp, struct vattr *vap, struct kauth_cred *cred) argument
181 RUMP_VOP_READ(struct vnode *vp, struct uio *uio, int ioflag, struct kauth_cred *cred) argument
196 RUMP_VOP_WRITE(struct vnode *vp, struct uio *uio, int ioflag, struct kauth_cred *cred) argument
211 RUMP_VOP_IOCTL(struct vnode *vp, u_long command, void *data, int fflag, struct kauth_cred *cred) argument
227 RUMP_VOP_FCNTL(struct vnode *vp, u_int command, void *data, int fflag, struct kauth_cred *cred) argument
243 RUMP_VOP_POLL(struct vnode *vp, int events) argument
256 RUMP_VOP_KQFILTER(struct vnode *vp, struct knote *kn) argument
269 RUMP_VOP_REVOKE(struct vnode *vp, int flags) argument
282 RUMP_VOP_MMAP(struct vnode *vp, int prot, struct kauth_cred *cred) argument
296 RUMP_VOP_FSYNC(struct vnode *vp, struct kauth_cred *cred, int flags, off_t offlo, off_t offhi) argument
312 RUMP_VOP_SEEK(struct vnode *vp, off_t oldoff, off_t newoff, struct kauth_cred *cred) argument
327 RUMP_VOP_REMOVE(struct vnode *dvp, struct vnode *vp, struct componentname *cnp) argument
341 RUMP_VOP_LINK(struct vnode *dvp, struct vnode *vp, struct componentname *cnp) argument
387 RUMP_VOP_RMDIR(struct vnode *dvp, struct vnode *vp, struct componentname *cnp) argument
417 RUMP_VOP_READDIR(struct vnode *vp, struct uio *uio, struct kauth_cred *cred, int *eofflag, off_t **cookies, int *ncookies) argument
434 RUMP_VOP_READLINK(struct vnode *vp, struct uio *uio, struct kauth_cred *cred) argument
461 RUMP_VOP_INACTIVE(struct vnode *vp, bool *recycle) argument
474 RUMP_VOP_RECLAIM(struct vnode *vp) argument
486 RUMP_VOP_LOCK(struct vnode *vp, int flags) argument
499 RUMP_VOP_UNLOCK(struct vnode *vp) argument
511 RUMP_VOP_BMAP(struct vnode *vp, daddr_t bn, struct vnode **vpp, daddr_t *bnp, int *runp) argument
527 RUMP_VOP_STRATEGY(struct vnode *vp, struct buf *bp) argument
540 RUMP_VOP_PRINT(struct vnode *vp) argument
552 RUMP_VOP_ISLOCKED(struct vnode *vp) argument
564 RUMP_VOP_PATHCONF(struct vnode *vp, int name, register_t *retval) argument
578 RUMP_VOP_ADVLOCK(struct vnode *vp, void *id, int op, struct flock *fl, int flags) argument
608 RUMP_VOP_GETPAGES(struct vnode *vp, off_t offset, struct vm_page **m, int *count, int centeridx, int access_type, int advice, int flags) argument
627 RUMP_VOP_PUTPAGES(struct vnode *vp, off_t offlo, off_t offhi, int flags) argument
642 RUMP_VOP_CLOSEEXTATTR(struct vnode *vp, int commit, struct kauth_cred *cred) argument
656 RUMP_VOP_GETEXTATTR(struct vnode *vp, int attrnamespace, const char *name, struct uio *uio, size_t *size, struct kauth_cred *cred) argument
673 RUMP_VOP_LISTEXTATTR(struct vnode *vp, int attrnamespace, struct uio *uio, size_t *size, int flag, struct kauth_cred *cred) argument
690 RUMP_VOP_OPENEXTATTR(struct vnode *vp, struct kauth_cred *cred) argument
703 RUMP_VOP_DELETEEXTATTR(struct vnode *vp, int attrnamespace, const char *name, struct kauth_cred *cred) argument
718 RUMP_VOP_SETEXTATTR(struct vnode *vp, int attrnamespace, const char *name, struct uio *uio, struct kauth_cred *cred) argument
[all...]
/netbsd-6-1-5-RELEASE/bin/sh/
H A Dvar.c174 struct var *vp; local
177 for (ip = varinit ; (vp = ip->var) != NULL ; ip++) {
178 if (find_var(ip->text, &vpp, &vp->name_len) != NULL)
180 vp->next = *vpp;
181 *vpp = vp;
182 vp->text = strdup(ip->text);
183 vp->flags = ip->flags;
184 vp->func = ip->func;
279 struct var *vp, **vpp; local
284 vp
404 struct var *vp; local
443 struct var *vp, **prev; local
520 struct var *vp; local
573 struct var *vp; local
631 struct var *vp; local
673 struct var *vp; local
752 struct var *vp; local
811 struct var *vp, **vpp; local
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.old-deja/g++.other/
H A Drttid4.C68 void *vp = zp; variable
85 vp = (void *)0;
87 vp = dynamic_cast<Y *> (&z);
88 if (vp == 0) error(11);
90 vp = dynamic_cast<Z *> (yp);
91 if (vp == 0) error(11);
93 vp = dynamic_cast<X *> (yp);
94 if (vp == 0) error(12);
96 vp = dynamic_cast<D *> (dp);
97 if (vp !
[all...]
H A Drttid2.C68 void *vp = zp; variable
86 vp = (void *)0;
88 vp = dynamic_cast<Y *> (&z);
89 if (vp == 0) error(11);
91 vp = dynamic_cast<X *> (yp);
92 if (vp == 0) error(12);
94 vp = dynamic_cast<D *> (dp);
95 if (vp != (void *)dp) error(21);
97 vp = dynamic_cast<B *> (fp);
98 if (vp !
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.old-deja/g++.other/
H A Drttid4.C68 void *vp = zp; variable
85 vp = (void *)0;
87 vp = dynamic_cast<Y *> (&z);
88 if (vp == 0) error(11);
90 vp = dynamic_cast<Z *> (yp);
91 if (vp == 0) error(11);
93 vp = dynamic_cast<X *> (yp);
94 if (vp == 0) error(12);
96 vp = dynamic_cast<D *> (dp);
97 if (vp !
[all...]
H A Drttid2.C68 void *vp = zp; variable
86 vp = (void *)0;
88 vp = dynamic_cast<Y *> (&z);
89 if (vp == 0) error(11);
91 vp = dynamic_cast<X *> (yp);
92 if (vp == 0) error(12);
94 vp = dynamic_cast<D *> (dp);
95 if (vp != (void *)dp) error(21);
97 vp = dynamic_cast<B *> (fp);
98 if (vp !
[all...]
/netbsd-6-1-5-RELEASE/sys/miscfs/syncfs/
H A Dsync_subr.c155 vn_syncer_add1(struct vnode *vp, int delayx) argument
161 if (vp->v_iflag & VI_ONWORKLST) {
167 slp = &syncer_workitem_pending[vp->v_synclist_slot];
168 TAILQ_REMOVE(slp, vp, v_synclist);
170 KASSERT(mutex_owned(vp->v_interlock));
171 vp->v_iflag |= VI_ONWORKLST;
176 vp->v_synclist_slot = (syncer_delayno + delayx) % syncer_last;
178 slp = &syncer_workitem_pending[vp->v_synclist_slot];
179 TAILQ_INSERT_TAIL(slp, vp, v_synclist);
183 vn_syncer_add_to_worklist(struct vnode *vp, in argument
197 vn_syncer_remove_from_worklist(struct vnode *vp) argument
219 struct vnode *vp; local
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.old-deja/g++.bugs/
H A D900428_01.C26 void int_test (int i, int *p, volatile int *vp, int &r, volatile int &vr) argument
37 *vp; // ok, no warning
38 (void)*vp; // ok, no warning
39 (void)(i ? vj : *vp); // ok, no warning
40 (void)(i ? *vp : vj); // ok, no warning
41 (void)((void)1, *vp); // ok, no warning
67 void incomplete_test (int i, S *p, volatile S *vp, S &r, volatile S &vr) argument
78 *vp; // { dg-warning "" } incomplete not accessed
79 (void)*vp; // { dg-warning "" } incomplete not accessed
80 (void)(i ? vj : *vp); // { d
108 complete_test(int i, T *p, volatile T *vp, T &r, volatile T &vr) argument
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.old-deja/g++.bugs/
H A D900428_01.C26 void int_test (int i, int *p, volatile int *vp, int &r, volatile int &vr) argument
37 *vp; // ok, no warning
38 (void)*vp; // ok, no warning
39 (void)(i ? vj : *vp); // ok, no warning
40 (void)(i ? *vp : vj); // ok, no warning
41 (void)((void)1, *vp); // ok, no warning
67 void incomplete_test (int i, S *p, volatile S *vp, S &r, volatile S &vr) argument
78 *vp; // { dg-warning "" } incomplete not accessed
79 (void)*vp; // { dg-warning "" } incomplete not accessed
80 (void)(i ? vj : *vp); // { d
108 complete_test(int i, T *p, volatile T *vp, T &r, volatile T &vr) argument
[all...]

Completed in 364 milliseconds

1234567891011>>