Searched refs:list (Results 401 - 425 of 1314) sorted by relevance

<<11121314151617181920>>

/freebsd-10.2-release/crypto/heimdal/lib/hx509/
H A Dks_p11.c11 * notice, this list of conditions and the following disclaimer.
14 * notice, this list of conditions and the following disclaimer in the
57 CK_MECHANISM_TYPE_PTR list; member in struct:p11_slot::__anon5208
248 "Failed to get mech list count for slot %d",
257 slot->mechs.list = calloc(i, sizeof(slot->mechs.list[0]));
258 if (slot->mechs.list == NULL) {
264 ret = P11FUNC(p, GetMechanismList, (slot->id, slot->mechs.list, &i));
267 "Failed to get mech list for slot %d",
274 if (slot->mechs.list
797 char *list, *str; local
[all...]
/freebsd-10.2-release/contrib/gdb/gdb/
H A Dremote-utils.c492 /* Given a null terminated list of strings LIST, read the input until we find one of
500 gr_multi_scan (char *list[], int passthrough) argument
515 list[i] != NULL;
518 int length = strlen (list[i]);
532 /* and a list of pointers to current scan points. */
537 plist[i] = list[i];
558 plist[i] = list[i];
/freebsd-10.2-release/contrib/bmake/mk/
H A Dmeta2deps.sh74 # up with a list of all the directories which depend on each src
89 # notice, this list of conditions and the following disclaimer.
91 # notice, this list of conditions and the following disclaimer in the
131 eval list="\$$name"
134 case "$sep$list$sep" in
137 list="${list:+$list$sep}$top$suffix"
139 eval "$name=\"$list\""
350 *qual) # a list o
[all...]
/freebsd-10.2-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Drefcount.c203 list_t list, removed; local
205 list_create(&list, sizeof (reference_t),
215 list_move_tail(&list, &src->rc_list);
222 list_move_tail(&dst->rc_list, &list);
226 list_destroy(&list);
/freebsd-10.2-release/contrib/openpam/bin/
H A DMakefile.in130 # Read a list of newline-separated strings from the standard input,
138 # Make sure the list of sources is unique. This is necessary because,
142 list='$(am__tagged_files)'; \
143 unique=`for i in $$list; do \
351 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
352 *) list='$(SUBDIRS)' ;; \
354 for subdir in $$list; do \
384 list='$(SUBDIRS)'; for subdir in $$list; do \
418 list
[all...]
/freebsd-10.2-release/contrib/openpam/doc/
H A DMakefile.in128 # Read a list of newline-separated strings from the standard input,
136 # Make sure the list of sources is unique. This is necessary because,
140 list='$(am__tagged_files)'; \
141 unique=`for i in $$list; do \
349 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
350 *) list='$(SUBDIRS)' ;; \
352 for subdir in $$list; do \
382 list='$(SUBDIRS)'; for subdir in $$list; do \
416 list
[all...]
/freebsd-10.2-release/contrib/openpam/include/
H A DMakefile.in128 # Read a list of newline-separated strings from the standard input,
136 # Make sure the list of sources is unique. This is necessary because,
140 list='$(am__tagged_files)'; \
141 unique=`for i in $$list; do \
349 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
350 *) list='$(SUBDIRS)' ;; \
352 for subdir in $$list; do \
382 list='$(SUBDIRS)'; for subdir in $$list; do \
416 list
[all...]
/freebsd-10.2-release/contrib/openpam/lib/
H A DMakefile.in128 # Read a list of newline-separated strings from the standard input,
136 # Make sure the list of sources is unique. This is necessary because,
140 list='$(am__tagged_files)'; \
141 unique=`for i in $$list; do \
349 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
350 *) list='$(SUBDIRS)' ;; \
352 for subdir in $$list; do \
382 list='$(SUBDIRS)'; for subdir in $$list; do \
416 list
[all...]
/freebsd-10.2-release/contrib/openpam/modules/
H A DMakefile.in129 # Read a list of newline-separated strings from the standard input,
137 # Make sure the list of sources is unique. This is necessary because,
141 list='$(am__tagged_files)'; \
142 unique=`for i in $$list; do \
350 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
351 *) list='$(SUBDIRS)' ;; \
353 for subdir in $$list; do \
383 list='$(SUBDIRS)'; for subdir in $$list; do \
417 list
[all...]
/freebsd-10.2-release/contrib/openbsm/
H A DMakefile.in348 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
349 *) list='$(SUBDIRS)' ;; \
351 for subdir in $$list; do \
366 list='$(SUBDIRS)'; for subdir in $$list; do \
370 list='$(SUBDIRS)'; for subdir in $$list; do \
374 list='$(SUBDIRS)'; for subdir in $$list; do \
379 list
[all...]
/freebsd-10.2-release/crypto/heimdal/lib/
H A DMakefile.in471 list='$(SUBDIRS)'; for subdir in $$list; do \
496 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
497 *) list='$(SUBDIRS)' ;; \
499 rev=''; for subdir in $$list; do \
517 list='$(SUBDIRS)'; for subdir in $$list; do \
521 list='$(SUBDIRS)'; for subdir in $$list; do \
526 list
[all...]
/freebsd-10.2-release/crypto/heimdal/appl/
H A DMakefile.in464 list='$(SUBDIRS)'; for subdir in $$list; do \
489 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
490 *) list='$(SUBDIRS)' ;; \
492 rev=''; for subdir in $$list; do \
510 list='$(SUBDIRS)'; for subdir in $$list; do \
514 list='$(SUBDIRS)'; for subdir in $$list; do \
519 list
[all...]
/freebsd-10.2-release/crypto/heimdal/appl/ftp/
H A DMakefile.in444 list='$(SUBDIRS)'; for subdir in $$list; do \
469 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
470 *) list='$(SUBDIRS)' ;; \
472 rev=''; for subdir in $$list; do \
490 list='$(SUBDIRS)'; for subdir in $$list; do \
494 list='$(SUBDIRS)'; for subdir in $$list; do \
499 list
[all...]
/freebsd-10.2-release/crypto/heimdal/appl/telnet/
H A DMakefile.in444 list='$(SUBDIRS)'; for subdir in $$list; do \
469 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
470 *) list='$(SUBDIRS)' ;; \
472 rev=''; for subdir in $$list; do \
490 list='$(SUBDIRS)'; for subdir in $$list; do \
494 list='$(SUBDIRS)'; for subdir in $$list; do \
499 list
[all...]
/freebsd-10.2-release/contrib/wpa/wpa_supplicant/
H A Dap.c120 * white-list capabilities that won't cause issues
137 int *list = os_malloc(4 * sizeof(int)); local
138 if (list) {
139 list[0] = 60;
140 list[1] = 120;
141 list[2] = 240;
142 list[3] = -1;
144 conf->basic_rates = list;
146 list = os_malloc(9 * sizeof(int));
147 if (list) {
[all...]
/freebsd-10.2-release/lib/libc/resolv/
H A Dres_mkupdate.c51 #include <isc/list.h>
88 * the linked list, or section order has a problem
1069 findservice(const char *s, struct valuelist **list) { argument
1070 struct valuelist *lp = *list;
1075 if (lp != *list) {
1079 (*list)->prev = lp;
1080 lp->next = *list;
1081 *list = lp;
1119 struct valuelist **list = &servicelist; local
1120 struct valuelist *lp = *list;
1147 struct valuelist **list = &protolist; local
[all...]
/freebsd-10.2-release/crypto/heimdal/appl/login/
H A Dlogin_access.c33 static char sep[] = ", \t"; /* list-element separator */
49 static int list_match(char *list, struct login_info *item,
63 char *users; /* becomes list of login names */
64 char *froms; /* becomes list of terminals or hosts */
125 /* list_match - match an item against a list of tokens with exceptions */
128 list_match(char *list, argument
138 * when we reach an "EXCEPT" token or the end of the list. If we do find
139 * a match, look for an "EXCEPT" list and recurse to determine whether
143 for (tok = strtok_r(list, sep, &foo);
226 /* from_match - match a host or tty against a list o
[all...]
/freebsd-10.2-release/crypto/heimdal/appl/rsh/
H A Dlogin_access.c33 static char sep[] = ", \t"; /* list-element separator */
49 static int list_match(char *list, struct login_info *item,
63 char *users; /* becomes list of login names */
64 char *froms; /* becomes list of terminals or hosts */
125 /* list_match - match an item against a list of tokens with exceptions */
128 list_match(char *list, argument
138 * when we reach an "EXCEPT" token or the end of the list. If we do find
139 * a match, look for an "EXCEPT" list and recurse to determine whether
143 for (tok = strtok_r(list, sep, &foo);
226 /* from_match - match a host or tty against a list o
[all...]
/freebsd-10.2-release/lib/libutil/
H A Dlogin_ok.c11 * this list of conditions, and the following disclaimer.
13 * notice, this list of conditions and the following disclaimer in the
51 login_strinlist(const char **list, char const *str, int flags) argument
58 while (rc == 0 && list[i] != NULL)
59 rc = fnmatch(list[i++], str, flags) == 0;
67 * Locate either or two strings in a given list
86 * Returns an allocated list of time periods given an array
143 rc = 0; /* tty or ttygroup not in allow list */
148 rc = 0; /* tty or ttygroup in deny list */
188 rc = 0; /* host or IP not in allow list */
[all...]
/freebsd-10.2-release/contrib/ncurses/ncurses/
H A DMakefile.in154 keys.list
191 init_keytry.h: make_keys$(BUILD_EXEEXT) keys.list
192 ./make_keys$(BUILD_EXEEXT) keys.list > $@
194 keys.list : $(tinfo)/MKkeys_list.sh
217 ./lib_keyname.c: keys.list $(base)/MKkeyname.awk
218 $(AWK) -f $(base)/MKkeyname.awk bigstrings=$(USE_BIG_STRINGS) keys.list > $@
/freebsd-10.2-release/sys/dev/drm2/ttm/
H A Dttm_page_alloc.c35 /* simple list based uncached page pool
37 * - Use page->lru to keep a free list
62 * @list: Pool of free uc/wc pages for fast reuse.
70 struct pglist list; member in struct:ttm_page_pool
377 TAILQ_FOREACH_REVERSE_SAFE(p, &pool->list, pglist, plinks.q, p1) {
386 TAILQ_REMOVE(&pool->list, pages_to_free[i], plinks.q);
422 TAILQ_REMOVE(&pool->list, pages_to_free[i], plinks.q);
640 TAILQ_CONCAT(&pool->list, &new_pages, plinks.q);
646 TAILQ_FOREACH(p, &pool->list, plinks.q) {
649 TAILQ_CONCAT(&pool->list,
[all...]
/freebsd-10.2-release/sys/ofed/drivers/infiniband/core/
H A Daddr.c18 * copyright notice, this list of conditions and the following
22 * copyright notice, this list of conditions and the following
53 struct list_head list; member in struct:addr_req
209 list_for_each_entry_reverse(temp_req, &req_list, list) {
214 list_add(&req->list, &temp_req->list);
216 if (req_list.next == &req->list)
501 list_for_each_entry_safe(req, temp_req, &req_list, list) {
511 list_move_tail(&req->list, &done_list);
515 req = list_entry(req_list.next, struct addr_req, list);
[all...]
H A Dmad_priv.h18 * copyright notice, this list of conditions and the following
22 * copyright notice, this list of conditions and the following
68 struct list_head list; member in struct:ib_mad_list_head
90 struct list_head list; member in struct:ib_rmpp_segment
183 struct list_head list; member in struct:ib_mad_queue
/freebsd-10.2-release/contrib/llvm/tools/llvm-extract/
H A Dllvm-extract.cpp52 static cl::list<std::string>
58 static cl::list<std::string>
64 static cl::list<std::string>
71 static cl::list<std::string>
77 static cl::list<std::string>
83 static cl::list<std::string>
/freebsd-10.2-release/crypto/openssh/
H A Daddrmatch.c366 * Match "addr" against list pattern list "_list", which may contain a
375 * Returns -2 on invalid list entry.
380 char *list, *cp, *o; local
389 if ((o = list = strdup(_list)) == NULL)
391 while ((cp = strsep(&list, ",")) != NULL) {
429 * Match "addr" against list CIDR list "_list". Lexical wildcards and
440 char *list, *cp, *o; local
449 if ((o = list
[all...]

Completed in 589 milliseconds

<<11121314151617181920>>