Searched refs:list (Results 51 - 75 of 3884) sorted by relevance

1234567891011>>

/macosx-10.9.5/postfix-252/postfix/src/global/
H A Dmatch_service.c15 /* int match_service_match(list, name_type)
16 /* ARGV *list;
19 /* void match_service_free(list)
20 /* ARGV *list;
37 /* match_service_init() parses the pattern list. The result
44 /* against the specified pattern list.
81 /* match_service_init - initialize pattern list */
86 ARGV *list = argv_alloc(1); local
92 argv_add(list, item, (char *) 0);
93 argv_terminate(list);
102 ARGV *list = argv_alloc(1); local
113 match_service_match(ARGV *list, const char *name_type) argument
155 match_service_free(ARGV *list) argument
[all...]
/macosx-10.9.5/bind9-45.100/bind9/bin/named/
H A Dlistenlist.c32 destroy(ns_listenlist_t *list);
60 ns_listenlist_t *list = NULL; local
62 list = isc_mem_get(mctx, sizeof(*list));
63 if (list == NULL)
65 list->mctx = mctx;
66 list->refcount = 1;
67 ISC_LIST_INIT(list->elts);
68 *target = list;
73 destroy(ns_listenlist_t *list) { argument
94 ns_listenlist_t *list = *listp; local
109 ns_listenlist_t *list = NULL; local
[all...]
/macosx-10.9.5/dtrace-118.1/tools/ctfconvert/
H A Dlist.c27 #pragma ident "@(#)list.c 1.5 05/06/08 SMI"
37 #include "list.h"
40 struct list { struct
42 struct list *l_next;
45 /* Add an element to a list */
47 list_add(list_t **list, void *data) argument
53 le->l_next = *list;
54 *list = le;
57 /* Add an element to a sorted list */
59 slist_add(list_t **list, voi argument
79 list_remove(list_t **list, void *data, int (*cmp)(void *, void *, void *), void *private) argument
101 list_free(list_t *list, void (*datafree)(void *, void *), void *private) argument
119 list_iter(list_t *list, int (*func)(void *, void *), void *private) argument
144 list_count(list_t *list) argument
150 list_empty(list_t *list) argument
156 list_find(list_t *list, void *tmpl, int (*cmp)(void *, void *)) argument
167 list_first(list_t *list) argument
[all...]
/macosx-10.9.5/bash-92/bash-3.2/builtins/
H A Dbreak.c36 break_builtin (list)
37 WORD_LIST *list;
44 newbreak = get_numeric_arg (list, 1);
48 sh_erange (list->word->word, "loop count");
66 continue_builtin (list)
67 WORD_LIST *list;
74 newcont = get_numeric_arg (list, 1);
78 sh_erange (list->word->word, "loop count");
H A Dtest.c27 test_builtin (list)
28 WORD_LIST *list;
34 actual test command. So turn the list of args into an array
36 if (list == 0)
47 argv = make_builtin_argv (list, &argc);
H A Dreturn.c28 return_builtin (list)
29 WORD_LIST *list;
31 return_catch_value = get_exitstat (list);
/macosx-10.9.5/bash-92/bash-3.2/examples/loadables/
H A Dsync.c13 sync_builtin (list)
14 WORD_LIST *list;
H A Dtemplate.c24 template_builtin (list)
25 WORD_LIST *list;
31 while ((opt = internal_getopt (list, "")) != -1)
40 list = loptend;
H A Dtty.c14 tty_builtin (list)
15 WORD_LIST *list;
22 while ((opt = internal_getopt (list, "s")) != -1)
34 list = loptend;
/macosx-10.9.5/bind9-45.100/bind9/lib/lwres/include/lwres/
H A Dlist.h18 /* $Id: list.h,v 1.14 2007/06/19 23:47:23 tbox Exp $ */
23 /*! \file lwres/list.h */
26 #define LWRES_LIST_INIT(list) \
27 do { (list).head = NULL; (list).tail = NULL; } while (0)
38 #define LWRES_LIST_HEAD(list) ((list).head)
39 #define LWRES_LIST_TAIL(list) ((list).tail)
40 #define LWRES_LIST_EMPTY(list) LWRES_T
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/memchan/memchan/tools/
H A Dcheck_manifest23 set list [exec find . -print]
24 regsub -all "\n" $list { } list
26 foreach f $list {
/macosx-10.9.5/tcl-102/tcl_ext/tbcload/tbcload/tools/
H A Dcheck_manifest23 set list [exec find . -print]
24 regsub -all "\n" $list { } list
26 foreach f $list {
/macosx-10.9.5/tcl-102/tcl_ext/trf/trf/tools/
H A Dcheck_manifest23 set list [exec find . -print]
24 regsub -all "\n" $list { } list
26 foreach f $list {
/macosx-10.9.5/less-23/less/
H A Dlglob.h16 * This defines a function that returns a list of matching filenames.
18 * This defines a function that steps thru the list of matching
21 * This defines a function that returns the complete list of
27 #define DECL_GLOB_LIST(list) char **list; char **pp;
28 #define GLOB_LIST(filename,list) list = _fnexplode(filename)
29 #define GLOB_LIST_FAILED(list) list == NULL
30 #define SCAN_GLOB_LIST(list,
[all...]
/macosx-10.9.5/CPANInternal-140/SOAP-Lite-0.69/examples/UDDI/
H A Dsimple1.pl10 my $list = find_business(name => 'microsoft');
11 my $bis = $list->businessInfos;
/macosx-10.9.5/CPANInternal-140/SOAP-Lite-0.715/examples/UDDI/
H A Dsimple1.pl10 my $list = find_business(name => 'microsoft');
11 my $bis = $list->businessInfos;
/macosx-10.9.5/CPANInternal-140/SOAP-Lite_new/examples/UDDI/
H A Dsimple1.pl10 my $list = find_business(name => 'microsoft');
11 my $bis = $list->businessInfos;
/macosx-10.9.5/Heimdal-323.92.1/appl/gssmask/
H A Dcommon.c11 * notice, this list of conditions and the following disclaimer.
14 * notice, this list of conditions and the following disclaimer in the
53 add_list(char ****list, size_t *listlen, char **str, size_t len) argument
56 *list = erealloc(*list, sizeof(**list) * (*listlen + 1));
58 (*list)[*listlen] = ecalloc(len, sizeof(**list));
60 (*list)[*listlen][i] = str[i];
65 permute(char ****list, size_ argument
85 char **list, ***all = NULL; local
[all...]
/macosx-10.9.5/Heimdal-323.92.1/tests/db/
H A Dhave-db.in12 # notice, this list of conditions and the following disclaimer.
15 # notice, this list of conditions and the following disclaimer in the
41 list=`${kdc} --builtin-hdb | sed 's/^builtin hdb backends: //'`
44 set - ${list}
/macosx-10.9.5/bind9-45.100/bind9/contrib/idn/idnkit-1.0-src/include/idn/
H A Daliaslist.h56 * Create a list.
66 * Delete a list created by 'idn__aliaslist_create'.
69 idn__aliaslist_destroy(idn__aliaslist_t list);
72 * Parse alias information file and set items to the list.
81 idn__aliaslist_aliasfile(idn__aliaslist_t list, const char *path);
84 * Add an item to the list.
86 * If top is 0, item is placed as the last item of the alias list.
94 idn__aliaslist_additem(idn__aliaslist_t list,
107 idn__aliaslist_find(idn__aliaslist_t list,
/macosx-10.9.5/bootp-268.1/bootplib/
H A Dnbsp.h48 int NBSPList_count(NBSPListRef list);
49 NBSPEntryRef NBSPList_element(NBSPListRef list, int i);
50 void NBSPList_print(NBSPListRef list);
51 void NBSPList_free(NBSPListRef * list);
/macosx-10.9.5/tcl-102/tcl_ext/ffidl/ffidl/
H A DpkgIndex.tcl.in4 package ifneeded Ffidl @PACKAGE_VERSION@ [list load [file join $dir @PKG_LIB_FILE@] @PACKAGE_NAME@]
5 package ifneeded Ffidlrt 0.1 [list source [file join $dir ffidlrt.tcl]]
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/libraries/libldap/
H A Daddentry.c33 ldap_delete_result_entry( LDAPMessage **list, LDAPMessage *e ) argument
37 assert( list != NULL );
40 for ( tmp = *list; tmp != NULL && tmp != e; tmp = tmp->lm_chain )
48 tmp->lm_chain->lm_chain_tail = (*list)->lm_chain_tail;
49 *list = tmp->lm_chain;
53 (*list)->lm_chain_tail = prev;
61 ldap_add_result_entry( LDAPMessage **list, LDAPMessage *e ) argument
63 assert( list != NULL );
66 e->lm_chain = *list;
67 if ( *list )
[all...]
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/comp/
H A Datexit.c53 struct list
55 struct list* next;
59 static struct list* funclist;
66 register struct list* p;
68 if (!(p = newof(0, struct list, 1, 0))) return(-1);
78 register struct list* p;
/macosx-10.9.5/ruby-104/ruby/ext/tk/sample/
H A Dpropagate.rb12 list = (1..3).collect{|n|
21 list.unshift(nil)
24 w = list.shift
26 list.push(w)
27 list[0].pack(:expand=>true, :anchor=>:center) if list[0]

Completed in 149 milliseconds

1234567891011>>