Searched defs:vl (Results 1 - 4 of 4) sorted by relevance

/osnet-11/usr/src/grub/grub2/grub-core/lib/
H A Denvblk.c96 int vl; local
100 vl = escaped_value_len (value);
137 if (pend - space < vl - len)
141 if (vl < len)
145 grub_memmove (p + vl, p + len, pend - (p + len));
146 grub_memset (space + len - vl, '#', len - vl);
150 grub_memmove (p + vl, p + len, pend - (p + vl));
163 if (pend - space < nl + 1 + vl
[all...]
/osnet-11/usr/src/lib/libast/common/misc/
H A Doptget.c1995 int vl; local
2020 vl = m - 1;
2054 t = v + vl;
2335 int vl; local
2573 vl = 0;
2626 vl++;
2628 vl--;
2648 if (vl > 0 && *p != '\a')
2920 vl = 0;
3168 vl
[all...]
/osnet-11/usr/src/lib/libsldap/common/
H A Dns_reads.c1545 char *tf, *tl, *vf, *vl, *eqsign; local
1559 vl = rdn + strlen(rdn) - 1;
1573 while (vf < vl && *vf == SPACETOK)
1576 while (vf < vl && *vl == SPACETOK)
1577 *vl-- = '\0';
/osnet-11/usr/src/lib/libzonestat/common/
H A Dlibzonestat.c2569 struct zs_datalink *vl; local
2666 vl = (struct zs_datalink *)next;
2667 list_insert_tail(&link->zsl_vlink_list, vl);
2669 vl->zsl_intervals = 0;
3208 struct zs_datalink *l, *vl; local
3379 for (vl = list_head(&l->zsl_vlink_list); vl != NULL;
3380 vl = list_next(&l->zsl_vlink_list, vl)) {
3387 if (vl
[all...]

Completed in 52 milliseconds