Searched refs:vsp (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/Libinfo-449.1.3/rpc.subproj/
H A Dxdr_float.c128 struct vax_single vs, *vsp; local
160 vsp = (struct vax_single *)fp;
168 *vsp = lim->s;
172 vsp->exp = is.exp - IEEE_SNG_BIAS + VAX_SNG_BIAS;
173 vsp->mantissa2 = is.mantissa;
174 vsp->mantissa1 = (is.mantissa >> 16);
176 vsp->sign = is.sign;
/macosx-10.9.5/modemccl-25.1/CCLEngine/
H A DCCLEngine.c1572 u_int8_t vs, *vsp; local
1607 if (vsp = GetVarString(vs)) {
1612 for (i = 1; i <= *vsp; i++, dstStrLen++)
1613 *d++ = vsp[i];
1654 u_int8_t vs, *vsp; local
1673 if (vsp = GetVarString(vs)) {
1674 for (i = 1; (i <= *vsp) && (dstlen < dstmaxlen); i++, dstlen++)
1675 *d++ = vsp[i];
/macosx-10.9.5/xnu-2422.115.4/bsd/vfs/
H A Dvfs_attrlist.c366 getvolattrlist_parsetab(struct getvolattrlist_attrtab *tab, attrgroup_t attrs, struct vfs_attr *vsp, argument
376 vsp->f_active |= tab->bits;
400 getvolattrlist_setupvfsattr(struct attrlist *alp, struct vfs_attr *vsp, ssize_t *sizep, int is_64bit) argument
414 alp->commonattr, vsp, sizep,
420 (error = getvolattrlist_parsetab(getvolattrlist_vol_tab, alp->volattr, vsp, sizep, is_64bit)) != 0)
428 * in the vsp, fixup the asp attributes to reflect any
432 getvolattrlist_fixupattrs(attribute_set_t *asp, struct vfs_attr *vsp) argument
441 ((tab->bits & vsp->f_supported) == 0)) {
451 ((tab->bits & vsp->f_supported) == 0)) {
/macosx-10.9.5/vim-53/runtime/
H A Dmenu.vim811 20vsp .
813 exe "20vsp " . s:FnameEscape(expand("%:p:h"))

Completed in 142 milliseconds