Searched refs:vl (Results 1 - 25 of 41) sorted by relevance

12

/macosx-10.10.1/top-100.1.2/
H A Dlog.c29 va_list vl; local
32 va_start(vl, format);
33 vfprintf(log_file, format, vl);
34 va_end(vl);
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/libraries/liblber/
H A Ddebug.c48 va_list vl; local
66 va_start( vl, fmt );
67 vsnprintf( buffer+9, sizeof(buffer)-9, fmt, vl );
74 va_end( vl );
82 va_list vl; local
84 va_start( vl, fmt );
85 vsnprintf( buffer, sizeof(buffer), fmt, vl );
93 va_end( vl );
H A Dbprint.c103 va_list vl; local
104 va_start( vl, fmt );
107 ber_int_log_proc( ber_pvt_err_file, subsystem, level, fmt, vl );
113 vsnprintf( buf, sizeof(buf)-1, fmt, vl );
119 va_end(vl);
/macosx-10.10.1/sudo-73/src/
H A Dlist.c73 list2tq(vh, vl)
75 void *vl;
78 struct list_proto *l = (struct list_proto *)vl;
119 tq_append(vh, vl)
121 void *vl;
124 struct list_proto *l = (struct list_proto *)vl;
139 tq_remove(vh, vl)
141 void *vl;
144 struct list_proto *l = (struct list_proto *)vl;
/macosx-10.10.1/tcsh-65/tcsh/
H A Dsh.glob.c228 Char **vl, **el, **nv, *s; local
230 vl = nv = *nvp;
234 el = vl + blklen(vl);
236 for (s = *vl; s; s = *++vl) {
250 *vl-- = *bl;
258 l = vl - nv;
262 vl = nv + l;
265 /* nv vl e
298 Char ***fnv, **vl, **el; local
392 handleone(Char *str, Char **vl, int action) argument
427 libglob(Char **vl) argument
475 Char *v[2], **vl, **vo; local
529 Char **vl, **vo; local
[all...]
/macosx-10.10.1/ntp-92/ntpq/
H A Dntpq-subs.c243 register struct varlist *vl; local
245 for (vl = list; vl < list + MAXLIST && vl->name != 0; vl++)
246 if (STREQ(name, vl->name))
247 return vl;
248 if (vl < list + MAXLIST)
249 return vl;
263 register struct varlist *vl; local
298 register struct varlist *vl; local
332 register struct varlist *vl; local
355 register struct varlist *vl; local
421 register struct varlist *vl; local
[all...]
H A Dntpq.c2916 register struct ctl_var *vl; local
2918 vl = varlist;
2920 while (vl->fmt != EOV) {
2921 if (vl->fmt != PADDING && STREQ(np, vl->text))
2923 ? vl->code
2924 : (vl - varlist)
2926 vl++;
/macosx-10.10.1/tcsh-65/tcsh/win32/
H A Dglobals.c59 va_list vl; local
65 va_start(vl, format);
67 wvsprintf(putbuf,format, vl);
69 va_end(vl);
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/tepam/
H A Dproc_call_arg_valid.test44 for {set vl 0} {$vl<$NbrVariationLists} {incr vl} {
45 regsub -all "%[expr $vl+1]" $NewArg [lindex $VariationList($vl) $TestNbr] NewArg
H A Dproc_call_arg_nun.test49 for {set vl 0} {$vl<$NbrVariationLists} {incr vl} {
50 regsub -all "%[expr $vl+1]" $NewArg [lindex $VariationList($vl) $TestNbr] NewArg
H A Dproc_call_arg_type.test44 for {set vl 0} {$vl<$NbrVariationLists} {incr vl} {
45 regsub -all "%[expr $vl+1]" $NewArg [lindex $VariationList($vl) $TestNbr] NewArg
H A Dproc_call_arg_unn.test47 for {set vl 0} {$vl<$NbrVariationLists} {incr vl} {
48 regsub -all "%[expr $vl+1]" $NewArg [lindex $VariationList($vl) $TestNbr] NewArg
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/libraries/libldap/
H A Dgetdn.c241 ber_len_t l = 0, vl, al = 0; local
246 vl = 1 + 2 * ava->la_value.bv_len;
250 ava->la_flags, &vl ) ) {
257 l = vl + ava->la_attr.bv_len + 1;
265 l = vl;
277 ava->la_flags, &vl ) ) {
2524 ber_len_t vl; local
2527 if ( ( *s2l )( &ava->la_value, f, &vl ) ) {
2530 l += vl;
2563 ber_len_t vl; local
2597 ber_len_t vl; local
2640 ber_len_t vl; local
2678 ber_len_t vl; local
2710 ber_len_t vl; local
2756 ber_len_t vl; local
2793 ber_len_t vl; local
3112 ber_len_t vl; local
3134 ber_len_t vl; local
[all...]
/macosx-10.10.1/Libinfo-459/lookup.subproj/
H A Dkvbuf.c123 uint32_t x, kl, vl, vc; local
130 vl = 0;
135 vl = strlen(val) + 1;
142 kv->_size = (5 * sizeof(uint32_t)) + kl + vl;
180 x = htonl(vl);
185 memcpy(p, val, vl);
559 uint32_t x, k, v, kcount, vcount, kl, vl; local
615 vl = ntohl(x);
616 p += vl;
617 kv->_dict += vl;
635 uint32_t x, kl, v, vl, vc; local
[all...]
H A Dkvbuf.h138 char *kvbuf_next_val_len(kvbuf_t *kv, uint32_t *vl );
/macosx-10.10.1/emacs-93/emacs/lisp/
H A Dcvs-status.el175 (defsubst cvs-status-vl-to-str (vl) (mapconcat 'number-to-string vl "."))
180 (vl (cvs-tag->vlist tag)))
181 (if (null name) (cvs-status-vl-to-str vl)
182 (let ((rev (if vl (concat " (" (cvs-status-vl-to-str vl) ")") "")))
290 (let ((vl (mapca
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/compat/libtiff/contrib/dbs/xtiff/
H A Dxtiff.c707 XVisualInfo template_visual, *visual_list, *vl; local
711 vl = visual_list = XGetVisualInfo(xDisplay, VisualScreenMask,
719 for (i = 0; i < n_visuals; vl++, i++) {
720 if ((vl->class == visual_class) && (vl->depth >= image_depth)
721 && (vl->visual->map_entries >= (1 << vl->depth))) {
722 *visual = vl->visual;
723 xImageDepth = vl->depth;
724 xRedMask = vl
[all...]
/macosx-10.10.1/OpenSSL098-52/src/crypto/conf/
H A Dconf_mod.c128 CONF_VALUE *vl; local
155 vl = sk_CONF_VALUE_value(values, i);
156 ret = module_run(cnf, vl->name, vl->value, flags);
/macosx-10.10.1/awk-20/src/
H A Dparse.c233 void defn(Cell *v, Node *vl, Node *st) /* turn on FCN bit in definition, */ argument
250 for (p = vl; p; p = p->nnext)
H A Dawkgram.y478 void checkdup(Node *vl, Cell *cp) /* check if name already in list */
481 for ( ; vl; vl = vl->nnext) {
482 if (strcmp(s, ((Cell *)(vl->narg[0]))->nval) == 0) {
H A Dytab.c3717 void checkdup(Node *vl, Cell *cp) /* check if name already in list */
3720 for ( ; vl; vl = vl->nnext) {
3721 if (strcmp(s, ((Cell *)(vl->narg[0]))->nval) == 0) {
3714 checkdup(Node *vl, Cell *cp) argument
/macosx-10.10.1/xnu-2782.1.97/security/
H A Dmac_audit.c106 struct label *vl = vp ? vp->v_label : NULL; local
108 MAC_CHECK(system_check_auditctl, cred, vp, vl);
/macosx-10.10.1/IOKitUser-1050.1.21/
H A DTests.c335 vm_size_t vl; local
341 &vs, &vl,
347 printf("vm_region = %lx, start: %08x, len: %08x\n", kr, vs, vl );
/macosx-10.10.1/IOKitUser-1050.1.21/graphics.subproj/
H A DWSTests.c410 vm_size_t vl; local
416 &vs, &vl,
422 printf("vm_region = %lx, start: %08x, len: %08x\n", kr, vs, vl );
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/term/ansi/code/
H A Dctrl.tcl181 DEFC vl {} {return [gron]x[groff]} ; # Vertical Line

Completed in 186 milliseconds

12