Searched defs:vp (Results 1 - 25 of 50) sorted by relevance

12

/osnet-11/usr/src/lib/libdhcpsvc/modules/templates/
H A Dgeneral.c52 version(int *vp) argument
54 *vp = DSVC_PUBLIC_VERSION;
/osnet-11/usr/src/lib/libdhcpsvc/modules/binfiles/
H A Dgeneral.c68 version(int *vp) argument
70 *vp = DSVC_PUBLIC_VERSION;
/osnet-11/usr/src/lib/libdhcpsvc/modules/files/
H A Dgeneral.c73 version(int *vp) argument
75 *vp = DSVC_PUBLIC_VERSION;
/osnet-11/usr/src/lib/libast/common/stdio/
H A D_stdfun.c52 _stdfun(Sfio_t* f, Funvec_t* vp) argument
63 if (!vp->vec[1])
70 if (bp && (vp->vec[1] = (Fun_f)dlsym(bp, vp->name)))
74 if (!(vp->vec[1] = (Fun_f)dlsym(np, vp->name)))
/osnet-11/usr/src/lib/libast/common/hash/
H A Dhashalloc.c49 va_list* vp = va; local
149 if (vp < &va[elementsof(va)])
151 va_copy(*vp, ap);
152 vp++;
157 if (vp > va)
159 vp--;
160 va_copy(ap, *vp);
/osnet-11/usr/src/lib/libc/port/gen/
H A Dpriocntl.c52 static int pc_vaargs2parms(va_list valist, pc_vaparms_t *vp);
127 pc_vaargs2parms(va_list valist, pc_vaparms_t *vp) argument
129 pc_vaparm_t *vpp = &vp->pc_parms[0];
132 for (vp->pc_vaparmscnt = 0;
134 if (++vp->pc_vaparmscnt > PC_VAPARMCNT)
H A D_xftw.c144 int depth, struct Var *vp)
154 vp->level++;
163 if (nocdstat(path, &sb, vp, 0) < 0) {
166 if ((nocdstat(path, &sb, vp, AT_SYMLINK_NOFOLLOW) != -1) &&
189 dirp = nocdopendir(path, vp);
250 rc = fwalk(subpath, fn, depth-1, vp);
262 dirp = nocdopendir(path, vp);
281 nocdopendir(const char *path, struct Var *vp) argument
288 if (vp->odepth > 1 && fdd == NULL && errno == ENAMETOOLONG) {
330 nocdstat(const char *path, struct stat *statp, struct Var *vp, in argument
143 fwalk(const char *path, int (*fn)(const char *, const struct stat *, int), int depth, struct Var *vp) argument
[all...]
H A Dgetvfsent.c46 if ((vp->xx = (char *)strtok_r(ll, sepstr, tmp)) == NULL)\
48 if (strcmp(vp->xx, dash) == 0)\
49 vp->xx = NULL
51 if ((vp->xx = strtok(ll, sepstr)) == NULL)\
53 if (strcmp(vp->xx, dash) == 0)\
54 vp->xx = NULL
99 getvfsfile(FILE *fd, struct vfstab *vp, char *mountp) argument
105 return (getvfsany(fd, vp, &vv));
169 getvfsent(FILE *fd, struct vfstab *vp) argument
/osnet-11/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dtrace.c57 va_list vp; local
73 va_start(vp, fmt);
74 (void) vfprintf(fp, fmt, vp);
75 va_end(vp);
/osnet-11/usr/src/lib/libnsl/rpc/
H A Dclnt_simple.c70 rpc_call_destroy(void *vp) argument
72 struct rpc_call_private *rcp = (struct rpc_call_private *)vp;
/osnet-11/usr/src/lib/libdll/common/
H A Ddllnext.c65 register char* vp; local
79 if (getenv("DLL_DEBUG") && (vp = (char*)_rld_new_interface(_RLD_FIRST_PATHNAME)))
83 if (strcmp(vp, "MAIN") && (lp = dllopen(vp, flags)))
88 } while (vp = (char*)_rld_new_interface(_RLD_NEXT_PATHNAME));
91 if (vp = (char*)_rld_new_interface(_RLD_FIRST_PATHNAME))
95 if (lp = dllopen(strcmp(vp, "MAIN") ? vp : (char*)0, flags))
100 s = vp;
139 (*wr)(2, buf, sfsprintf(buf, sizeof(buf), "dll: next %s\n", vp));
[all...]
/osnet-11/usr/src/lib/libadm/common/
H A Dfulldevnm.c306 struct vfstab vp; local
319 if (getvfsany(fp, &vp, &ref_vp)) {
327 return (vp.vfs_fsckdev);
329 return (vp.vfs_special);
/osnet-11/usr/src/grub/grub2/grub-core/kern/
H A Dparser.c108 char *vp = varname; local
133 *(vp++) = '\0';
135 vp = varname;
173 *(vp++) = use;
/osnet-11/usr/src/lib/libshell/common/sh/
H A Denv.c90 register Evar_t *vp; local
103 for(vp=(Evar_t*)dtfirst(ep->dt);vp; vp=(Evar_t*)dtnext(ep->dt,vp))
105 vp->index = (n<<ENV_BITS) | (vp->index&((1<<ENV_BITS)-1));
106 ep->env[n++] = vp->un.ptr;
122 Evar_t *vp = (Evar_t*)dtmatch(ep->dt,(void*)str); local
123 if(vp
168 Evar_t *vp = (Evar_t*)dtmatch(ep->dt,(void*)str); local
193 Evar_t *vp; local
232 Evar_t *vp, *vpnext,*top; local
[all...]
H A Dexpand.c260 static int checkfmt(Sfio_t* sp, void* vp, Sffmt_t* fp) argument
H A Dstring.c428 register const char *vp; local
443 vp = cp + 1;
470 vp = cp + 1;
473 else if ((c == '#' || c == '~') && cp == vp || c == ']' || c != ':' && (c = sh_lexstates[ST_NORM][c]) && c != S_EPAT)
H A Dstreval.c92 #define getchr(vp) (*(vp)->nextchr++)
93 #define peekchr(vp) (*(vp)->nextchr)
94 #define ungetchr(vp) ((vp)->nextchr--)
113 #define ERROR(vp,msg) return(seterror((vp),msg))
118 static int _seterror(struct vars *vp,const char *msg) argument
120 if(!vp
502 gettok(register struct vars *vp) argument
570 expr(register struct vars *vp,register int precedence) argument
[all...]
/osnet-11/usr/src/lib/libdiskmgt/common/
H A Dinuse_fs.c71 static int add_use_record(struct vfstab *vp);
285 struct vfstab vp; local
290 (void) memset(&vp, 0, sizeof (struct vfstab));
291 while (getvfsent(fp, &vp) == 0) {
292 status = add_use_record(&vp);
297 (void) memset(&vp, 0, sizeof (struct vfstab));
307 add_use_record(struct vfstab *vp) argument
316 vfsp->special = strdup(vp->vfs_special);
322 if (vp->vfs_mountp != NULL) {
323 vfsp->mountp = strdup(vp
[all...]
/osnet-11/usr/src/lib/libfsmgt/common/
H A Dfs_mount_defaults.c258 struct vfstab *vp; local
266 vp = &vfstabp;
282 vp->vfs_special = (char *)strtok_r(
284 vp->vfs_fsckdev = (char *)strtok_r(
286 vp->vfs_mountp = (char *)strtok_r(
288 vp->vfs_fstype = (char *)strtok_r(
290 vp->vfs_fsckpass = (char *)strtok_r(
292 vp->vfs_automnt = (char *)strtok_r(
294 vp->vfs_mntopts = (char *)strtok_r(
306 if (vfstab_line_cmp(old_vfstab_ent, vp)) {
370 struct vfstab *vp; local
707 vfstab_line_cmp(fs_mntdefaults_t *mntdftp, struct vfstab *vp) argument
[all...]
/osnet-11/usr/src/lib/krb5/plugins/preauth/pkinit/
H A Dpkinit_identity.c265 char *s, *cp, *vp, *save; local
277 vp = strchr(cp, '=');
280 if (vp == NULL) {
287 *vp++ = '\0';
290 idopts->p11_module_name = strdup(vp);
294 long slotid = strtol(vp, NULL, 10);
306 idopts->token_label = strdup(vp);
311 idopts->cert_id_string = strdup(vp);
316 idopts->cert_label = strdup(vp);
/osnet-11/usr/src/lib/libast/common/disc/
H A Dsfkeyprintf.c140 getfmt(Sfio_t* sp, void* vp, Sffmt_t* dp) argument
143 Value_t* value = (Value_t*)vp;
/osnet-11/usr/src/lib/libast/common/misc/
H A Doptlib.h82 Sfio_t* vp; /* translation string stream */ member in struct:Optstate_s
/osnet-11/usr/src/lib/libast/common/sfio/
H A Dsfcvt.c101 char* _sfcvt(Void_t* vp, char* buf, size_t size, int n_digit, argument
104 char* _sfcvt(vp,buf,size,n_digit,decpt,sign,len,format)
105 Void_t* vp; /* pointer to value to convert */
128 { Sfdouble_t f = *(Sfdouble_t*)vp;
306 { double f = *(double*)vp;
/osnet-11/usr/src/lib/libshell/common/bltins/
H A Dread.c660 register unsigned char *vp = (unsigned char*)val + strlen(val); local
661 while(shp->ifstable[*--vp]==S_SPACE);
662 if(vp==del)
664 if(vp==(unsigned char*)val)
665 vp--;
667 while(shp->ifstable[*--vp]==S_SPACE);
669 vp[1] = 0;
/osnet-11/usr/src/lib/scsi/libscsi/common/
H A Dscsi_engine.c301 * of the buffer itself. If vp is not NULL, it will contain the number of
316 size_t *sp, size_t *vp)
331 if (vp != NULL)
332 *vp = aip->lsai_data_alloc;
343 if (vp != NULL)
344 *vp = aip->lsai_data_len;
354 if (vp != NULL)
355 *vp = 0;
361 if (vp != NULL)
362 *vp
315 libscsi_action_get_buffer(const libscsi_action_t *ap, uint8_t **bp, size_t *sp, size_t *vp) argument
373 libscsi_action_get_sense(const libscsi_action_t *ap, uint8_t **bp, size_t *sp, size_t *vp) argument
[all...]

Completed in 129 milliseconds

12