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

1234567891011>>

/macosx-10.10.1/bash-94.1.2/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.10.1/bash-94.1.2/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.10.1/bind9-45.101/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.10.1/tcl-105/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.10.1/tcl-105/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.10.1/tcl-105/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.10.1/less-25/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.10.1/CPANInternal-159.1/SOAP-Lite-1.11/examples/UDDI/
H A Dsimple1.pl10 my $list = find_business(name => 'microsoft');
11 my $bis = $list->businessInfos;
/macosx-10.10.1/Heimdal-398.1.2/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.10.1/Heimdal-398.1.2/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.10.1/bind9-45.101/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.10.1/bootp-298/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.10.1/tcl-105/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.10.1/syslog-267/libsystem_asl.tproj/src/
H A Dasl_msg_list.c67 asl_msg_list_retain(asl_msg_list_t *list) argument
69 if (list == NULL) return NULL;
70 asl_retain((asl_object_t)list);
71 return list;
75 asl_msg_list_release(asl_msg_list_t *list) argument
77 if (list == NULL) return;
78 asl_release((asl_object_t)list);
82 asl_msg_list_to_string(asl_msg_list_t *list, uint32_t *len) argument
89 if (list == NULL) return NULL;
90 if (list
112 asl_msg_list_to_asl_string(asl_msg_list_t *list, uint32_t encoding) argument
181 asl_msg_list_insert(asl_msg_list_t *list, uint32_t x, void *obj) argument
231 asl_msg_list_append(asl_msg_list_t *list, void *obj) argument
237 asl_msg_list_prepend(asl_msg_list_t *list, void *obj) argument
243 asl_msg_list_count(asl_msg_list_t *list) argument
250 asl_msg_list_get_index(asl_msg_list_t *list, size_t index) argument
268 asl_msg_list_remove_index(asl_msg_list_t *list, size_t index) argument
295 asl_msg_list_next(asl_msg_list_t *list) argument
314 asl_msg_list_prev(asl_msg_list_t *list) argument
335 asl_msg_list_reset_iteration(asl_msg_list_t *list, size_t position) argument
344 asl_msg_list_search(asl_msg_list_t *list, asl_msg_t *query) argument
376 asl_msg_list_match(asl_msg_list_t *list, asl_msg_list_t *qlist, size_t *last, size_t start, size_t count, uint32_t duration, int32_t direction) argument
474 asl_msg_list_t *list = (asl_msg_list_t *)obj; local
[all...]
/macosx-10.10.1/OpenLDAP-499.27/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.10.1/WebKit2-7600.1.25/UIProcess/API/Cocoa/
H A DWKBackForwardListInternal.h8 * notice, this list of conditions and the following disclaimer.
10 * notice, this list of conditions and the following disclaimer in the
34 inline WKBackForwardList *wrapper(WebBackForwardList& list) { ASSERT([list.wrapper() isKindOfClass:[WKBackForwardList class]]); return (WKBackForwardList *)list.wrapper(); } argument
/macosx-10.10.1/ksh-23/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.10.1/ruby-106/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]
/macosx-10.10.1/swig-12/Lib/python/
H A Dstd_list.i9 struct traits_asptr<std::list<T> > {
10 static int asptr(PyObject *obj, std::list<T> **lis) {
11 return traits_asptr_stdseq<std::list<T> >::asptr(obj, lis);
16 struct traits_from<std::list<T> > {
17 static PyObject *from(const std::list<T> & vec) {
18 return traits_from_stdseq<std::list<T> >::from(vec);
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/md4/
H A Dmd4.h53 If using PROTOTYPES, then PROTO_LIST returns the list, otherwise it
54 returns an empty list.
58 #define PROTO_LIST(list) list
60 #define PROTO_LIST(list) ()
/macosx-10.10.1/adv_cmds-158/mklocale/
H A Dyacc.y13 * notice, this list of conditions and the following disclaimer.
15 * notice, this list of conditions and the following disclaimer in the
94 rune_list *list;
111 %type <list> list
112 %type <list> map
147 | LIST list
155 | CHARCLASS STRING list
174 list : RUNE label
188 | list RUN
[all...]

Completed in 257 milliseconds

1234567891011>>