Searched refs:vlist (Results 1 - 19 of 19) sorted by relevance

/macosx-10.9.5/ntp-88/ntpq/
H A Dlibntpq_subs.c46 int ntpq_doquerylist(struct varlist *vlist, int op, int associd, int auth, u_short *rstatus, int *dsize, char **datap ) argument
48 return doquerylist(vlist, op, associd, auth, rstatus, dsize, &*datap );
H A Dntpq-subs.c259 struct varlist *vlist,
270 vl = findlistvar(vlist, name);
294 struct varlist *vlist,
305 vl = findlistvar(vlist, name);
329 struct varlist *vlist
334 for (vl = vlist; vl < vlist + MAXLIST && vl->name != 0; vl++) {
350 struct varlist *vlist,
363 for (vl = vlist; vl < vlist
258 doaddvlist( struct varlist *vlist, char *vars ) argument
293 dormvlist( struct varlist *vlist, char *vars ) argument
349 makequerydata( struct varlist *vlist, int *datalen, char *data ) argument
391 doquerylist( struct varlist *vlist, int op, int associd, int auth, u_short *rstatus, int *dsize, char **datap ) argument
416 doprintvlist( struct varlist *vlist, FILE *fp ) argument
497 dolist( struct varlist *vlist, int associd, int op, int type, FILE *fp ) argument
[all...]
/macosx-10.9.5/bash-92/bash-3.2/builtins/
H A Ddeclare.c124 register SHELL_VAR **vlist; local
127 vlist = all_local_variables ();
129 if (vlist)
131 for (i = 0; vlist[i]; i++)
132 print_assignment (vlist[i]);
134 free (vlist);
/macosx-10.9.5/CF-855.17/
H A DCFBag.c228 CF_PRIVATE CFHashRef __CFBagCreateTransfer(CFAllocatorRef allocator, const_any_pointer_t *klist, const_any_pointer_t *vlist, CFIndex numValues) { argument
232 const_any_pointer_t *vlist = klist; local
255 CFBasicHashAddValue(ht, (uintptr_t)klist[idx], (uintptr_t)vlist[idx]);
265 CFHashRef CFBagCreate(CFAllocatorRef allocator, const_any_pointer_t *klist, const_any_pointer_t *vlist, CFIndex numValues, const CFBagKeyCallBacks *keyCallBacks, const CFBagValueCallBacks *valueCallBacks) { argument
269 const_any_pointer_t *vlist = klist; local
278 CFBasicHashAddValue(ht, (uintptr_t)klist[idx], (uintptr_t)vlist[idx]);
310 const_any_pointer_t *vlist = (numValues <= 256) ? vbuffer : (const_any_pointer_t *)CFAllocatorAllocate(kCFAllocatorSystemDefault, numValues * sizeof(const_any_pointer_t), 0); local
312 const_any_pointer_t *klist = vlist;
313 CFBagGetValues(other, vlist);
317 CFDictionaryGetKeysAndValues(other, klist, vlist);
345 const_any_pointer_t *vlist = (numValues <= 256) ? vbuffer : (const_any_pointer_t *)CFAllocatorAllocate(kCFAllocatorSystemDefault, numValues * sizeof(const_any_pointer_t), 0); local
[all...]
H A DCFDictionary.c228 CF_PRIVATE CFHashRef __CFDictionaryCreateTransfer(CFAllocatorRef allocator, const_any_pointer_t *klist, const_any_pointer_t *vlist, CFIndex numValues) { argument
232 const_any_pointer_t *vlist = klist; local
255 CFBasicHashAddValue(ht, (uintptr_t)klist[idx], (uintptr_t)vlist[idx]);
265 CFHashRef CFDictionaryCreate(CFAllocatorRef allocator, const_any_pointer_t *klist, const_any_pointer_t *vlist, CFIndex numValues, const CFDictionaryKeyCallBacks *keyCallBacks, const CFDictionaryValueCallBacks *valueCallBacks) { argument
269 const_any_pointer_t *vlist = klist; local
278 CFBasicHashAddValue(ht, (uintptr_t)klist[idx], (uintptr_t)vlist[idx]);
310 const_any_pointer_t *vlist = (numValues <= 256) ? vbuffer : (const_any_pointer_t *)CFAllocatorAllocate(kCFAllocatorSystemDefault, numValues * sizeof(const_any_pointer_t), 0); local
312 const_any_pointer_t *klist = vlist;
313 CFDictionaryGetValues(other, vlist);
317 CFDictionaryGetKeysAndValues(other, klist, vlist);
345 const_any_pointer_t *vlist = (numValues <= 256) ? vbuffer : (const_any_pointer_t *)CFAllocatorAllocate(kCFAllocatorSystemDefault, numValues * sizeof(const_any_pointer_t), 0); local
[all...]
H A DCFSet.c228 CF_PRIVATE CFHashRef __CFSetCreateTransfer(CFAllocatorRef allocator, const_any_pointer_t *klist, const_any_pointer_t *vlist, CFIndex numValues) { argument
232 const_any_pointer_t *vlist = klist; local
255 CFBasicHashAddValue(ht, (uintptr_t)klist[idx], (uintptr_t)vlist[idx]);
265 CFHashRef CFSetCreate(CFAllocatorRef allocator, const_any_pointer_t *klist, const_any_pointer_t *vlist, CFIndex numValues, const CFSetKeyCallBacks *keyCallBacks, const CFSetValueCallBacks *valueCallBacks) { argument
269 const_any_pointer_t *vlist = klist; local
278 CFBasicHashAddValue(ht, (uintptr_t)klist[idx], (uintptr_t)vlist[idx]);
310 const_any_pointer_t *vlist = (numValues <= 256) ? vbuffer : (const_any_pointer_t *)CFAllocatorAllocate(kCFAllocatorSystemDefault, numValues * sizeof(const_any_pointer_t), 0); local
312 const_any_pointer_t *klist = vlist;
313 CFSetGetValues(other, vlist);
317 CFDictionaryGetKeysAndValues(other, klist, vlist);
345 const_any_pointer_t *vlist = (numValues <= 256) ? vbuffer : (const_any_pointer_t *)CFAllocatorAllocate(kCFAllocatorSystemDefault, numValues * sizeof(const_any_pointer_t), 0); local
[all...]
H A DCFBinaryPList.c1056 extern CFDictionaryRef __CFDictionaryCreateTransfer(CFAllocatorRef allocator, const void * *klist, const void * *vlist, CFIndex numValues);
/macosx-10.9.5/bash-92/bash-3.2/
H A Dvariables.c2559 VARLIST *vlist; local
2561 vlist = (VARLIST *)xmalloc (sizeof (VARLIST));
2562 vlist->list = (SHELL_VAR **)xmalloc ((nentries + 1) * sizeof (SHELL_VAR *));
2563 vlist->list_size = nentries;
2564 vlist->list_len = 0;
2565 vlist->list[0] = (SHELL_VAR *)NULL;
2567 return vlist;
2571 vlist_realloc (vlist, n)
2572 VARLIST *vlist;
2575 if (vlist
2615 VARLIST *vlist; local
2639 VARLIST *vlist; local
2808 VARLIST *vlist; local
[all...]
H A Dpcomplete.c370 SHELL_VAR **vlist; local
374 vlist = (*svfunc) ();
375 if (vlist == 0)
380 for (n = 0; vlist[n]; n++)
384 sl->list[i] = savestring (vlist[i]->name);
/macosx-10.9.5/emacs-92/emacs/lisp/
H A Dcvs-status.el169 (vlist &optional name type))
171 vlist
180 (vl (cvs-tag->vlist tag)))
199 (cvs-tag-compare-1 (cvs-tag->vlist tag1) (cvs-tag->vlist tag2)))
207 (unless (equal (cvs-tag->vlist tag1) (cvs-tag->vlist tag2))
208 (setf (cvs-tag->vlist tag1) nil))
267 (vl1 (cvs-tag->vlist tag1))
271 (vl2 (cvs-tag->vlist tag
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/
H A Dsak.tcl188 foreach {vlist m} $p($n) break
189 lappend vlist $v
190 set p($n) [list [lsort -uniq -dict $vlist] $m]
600 foreach {p vlist} [ppackages $m] {
601 foreach v $vlist {
614 foreach {p vlist} [ppackages $m] {
634 foreach {p vlist} [ppackages $m] {
643 foreach v $vlist {
655 foreach {p vlist} [ppackages $m] break
660 set v [lindex $vlist
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tklib/tklib/
H A Dsak.tcl188 foreach {vlist m} $p($n) break
189 lappend vlist $v
190 set p($n) [list [lsort -uniq -dict $vlist] $m]
600 foreach {p vlist} [ppackages $m] {
601 foreach v $vlist {
614 foreach {p vlist} [ppackages $m] {
634 foreach {p vlist} [ppackages $m] {
643 foreach v $vlist {
655 foreach {p vlist} [ppackages $m] break
660 set v [lindex $vlist
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/ncgi/
H A Dncgi.tcl984 set vlist [valueList $var]
986 array set fileinfo [lindex [lindex $vlist 0] 0]
987 set contents [lindex [lindex $vlist 0] 1]
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/support/devel/sak/readme/
H A Dreadme.tcl36 foreach {vlist module} $currentp($p) break
37 set currentp($p) $vlist
/macosx-10.9.5/apache-786.1/httpd/include/
H A Dhttp_protocol.h360 * @param vlist The arguments to use to fill out the format string
363 AP_DECLARE(int) ap_vrprintf(request_rec *r, const char *fmt, va_list vlist);
/macosx-10.9.5/emacs-92/emacs/lisp/calc/
H A Dcalc-prog.el2199 (defun math-define-let (vlist)
2200 (and vlist
2201 (cons (if (consp (car vlist))
2202 (cons (car (car vlist))
2203 (math-define-list (cdr (car vlist))))
2204 (car vlist))
2205 (math-define-let (cdr vlist)))))
2207 (defun math-define-let-env (vlist)
2208 (and vlist
2209 (cons (if (consp (car vlist))
[all...]
/macosx-10.9.5/emacs-92/emacs/src/
H A Dxdisp.c10593 Lisp_Object vlist;
10595 for (vlist = Voverlay_arrow_variable_list;
10596 CONSP (vlist);
10597 vlist = XCDR (vlist))
10599 Lisp_Object var = XCAR (vlist);
10619 Lisp_Object vlist;
10621 for (vlist = Voverlay_arrow_variable_list;
10622 CONSP (vlist);
10623 vlist
10565 Lisp_Object vlist; local
10591 Lisp_Object vlist; local
10620 Lisp_Object vlist; local
10658 Lisp_Object vlist; local
[all...]
/macosx-10.9.5/eap8021x-180/EAP8021X.fproj/
H A DEAPTLSUtil.c2162 const void * vlist[3] = { match1, match2, match4 }; local
2167 list[1] = CFArrayCreate(NULL, vlist, 3, &kCFTypeArrayCallBacks);
/macosx-10.9.5/emacs-92/emacs/lisp/gnus/
H A Dgnus-sum.el3305 vlist)
3309 (push (eval (caar locals)) vlist)
3310 (push (eval (car locals)) vlist))
3312 (setq vlist (nreverse vlist)))
3331 (set (caar locals) (pop vlist))
3332 (set (car locals) (pop vlist)))

Completed in 306 milliseconds