| /mOS-networking-stack/samples/lighttpd-1.4.32/doc/ |
| H A D | Makefile.in | 183 list='$(am__tagged_files)'; \ 184 unique=`for i in $$list; do \ 437 list=; while read file base inst; do \ 438 if test "$$base" = "$$inst"; then list="$$list $$file"; else \ 475 *) list='$(SUBDIRS)' ;; \ 477 for subdir in $$list; do \ 507 list='$(SUBDIRS)'; for subdir in $$list; do \ 541 list='$(am__tagged_files)'; \ 546 for i in $$list; do \ 560 list='$(DISTFILES)'; \ [all …]
|
| H A D | newstyle.css | 37 div.list {
|
| /mOS-networking-stack/core/src/ |
| H A D | config.c | 587 blk->list = (typeof(blk->list))&config->app_blkh; in InitAppBlock() 619 blk->list = (typeof(blk->list))&config->mos_blkh; in InitMosBlock() 640 TAILQ_INIT(&conf->list); in InitNetdevBlock() 643 blk->list = NULL; in InitNetdevBlock() 799 TAILQ_INIT(&conf->list); in InitArpBlock() 802 blk->list = NULL; in InitArpBlock() 826 TAILQ_INIT(&conf->list); in InitRouteBlock() 829 blk->list = NULL; in InitRouteBlock() 856 TAILQ_INIT(&conf->list); in InitNICForwardBlock() 859 blk->list = NULL; in InitNICForwardBlock() [all …]
|
| H A D | arp.c | 55 TAILQ_HEAD (, arp_queue_entry) list; 67 TAILQ_INIT(&g_arpm.list); in InitARPTable() 193 TAILQ_FOREACH(ent, &g_arpm.list, arp_link) { in RequestARP() 208 TAILQ_INSERT_TAIL(&g_arpm.list, ent, arp_link); in RequestARP() 249 TAILQ_FOREACH(ent, &g_arpm.list, arp_link) { in ProcessARPReply() 251 TAILQ_REMOVE(&g_arpm.list, ent, arp_link); in ProcessARPReply() 319 TAILQ_FOREACH_SAFE(ent, &g_arpm.list, arp_link, ent_tmp) { in ARPTimer() 323 TAILQ_REMOVE(&g_arpm.list, ent, arp_link); in ARPTimer()
|
| /mOS-networking-stack/samples/lighttpd-1.4.32/tests/ |
| H A D | Makefile.in | 677 @list='$(check_PROGRAMS)'; test -n "$$list" || exit 0; \ 678 echo " rm -f" $$list; \ 681 list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ 682 echo " rm -f" $$list; \ 683 rm -f $$list 778 list='$(SUBDIRS)'; for subdir in $$list; do \ 817 for i in $$list; do \ 949 @list='$(RECHECK_LOGS)'; test -z "$$list" || rm -f $$list 950 @list='$(RECHECK_LOGS:.log=.trs)'; test -z "$$list" || rm -f $$list 1008 list='$(DISTFILES)'; \ [all …]
|
| /mOS-networking-stack/core/src/include/ |
| H A D | config.h | 49 TAILQ_HEAD(, conf_block) *list; 73 TAILQ_HEAD(, netdev_entry) list; 89 TAILQ_HEAD(, _arp_entry) list; 105 TAILQ_HEAD(, route_entry) list; 118 TAILQ_HEAD(, nic_forward_entry) list;
|
| /mOS-networking-stack/samples/lighttpd-1.4.32/tests/docroot/ |
| H A D | Makefile.in | 152 list='$(am__tagged_files)'; \ 153 unique=`for i in $$list; do \ 397 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ 398 *) list='$(SUBDIRS)' ;; \ 400 for subdir in $$list; do \ 430 list='$(SUBDIRS)'; for subdir in $$list; do \ 464 list='$(am__tagged_files)'; \ 469 for i in $$list; do \ 483 list='$(DISTFILES)'; \ 484 dist_files=`for file in $$list; do echo $$file; done | \ [all …]
|
| /mOS-networking-stack/samples/lighttpd-1.4.32/doc/config/ |
| H A D | Makefile.in | 152 list='$(am__tagged_files)'; \ 153 unique=`for i in $$list; do \ 398 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ 399 *) list='$(SUBDIRS)' ;; \ 401 for subdir in $$list; do \ 431 list='$(SUBDIRS)'; for subdir in $$list; do \ 465 list='$(am__tagged_files)'; \ 470 for i in $$list; do \ 484 list='$(DISTFILES)'; \ 485 dist_files=`for file in $$list; do echo $$file; done | \ [all …]
|
| /mOS-networking-stack/samples/lighttpd-1.4.32/ |
| H A D | ar-lib | 155 list= 166 t*) list=yes ;; 181 case $delete$extract$list$quick$replace,$index in 265 elif test -n "$list"; then
|
| H A D | Makefile.in | 156 list='$(am__tagged_files)'; \ 157 unique=`for i in $$list; do \ 449 *) list='$(SUBDIRS)' ;; \ 451 for subdir in $$list; do \ 481 list='$(SUBDIRS)'; for subdir in $$list; do \ 521 list='$(am__tagged_files)'; \ 526 for i in $$list; do \ 543 list='$(DISTFILES)'; \ 544 dist_files=`for file in $$list; do echo $$file; done | \ 570 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ [all …]
|
| H A D | COPYING | 10 list of conditions and the following disclaimer. 13 this list of conditions and the following disclaimer in the documentation
|
| /mOS-networking-stack/samples/lighttpd-1.4.32/tests/docroot/www/ |
| H A D | Makefile.in | 152 list='$(am__tagged_files)'; \ 153 unique=`for i in $$list; do \ 402 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ 403 *) list='$(SUBDIRS)' ;; \ 405 for subdir in $$list; do \ 435 list='$(SUBDIRS)'; for subdir in $$list; do \ 469 list='$(am__tagged_files)'; \ 474 for i in $$list; do \ 488 list='$(DISTFILES)'; \ 489 dist_files=`for file in $$list; do echo $$file; done | \ [all …]
|
| /mOS-networking-stack/samples/lighttpd-1.4.32/src/ |
| H A D | mod_dirlisting.c | 640 dirls_list_t dirs, files, *list; in http_list_directory() local 758 list = &files; in http_list_directory() 760 list = &dirs; in http_list_directory() 762 if (list->used == list->size) { in http_list_directory() 763 list->size += DIRLIST_BLOB_SIZE; in http_list_directory() 764 list->ent = (dirls_entry_t**) realloc(list->ent, sizeof(dirls_entry_t*) * list->size); in http_list_directory() 765 assert(list->ent); in http_list_directory() 774 list->ent[list->used++] = tmp; in http_list_directory()
|
| H A D | mod_redirect.c | 209 const char **list; in mod_redirect_uri_handler() local 214 pcre_get_substring_list(p->match_buf->ptr, ovec, n, &list); in mod_redirect_uri_handler() 235 buffer_append_string(p->location, list[num]); in mod_redirect_uri_handler() 253 pcre_free(list); in mod_redirect_uri_handler()
|
| H A D | Makefile.in | 966 @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \ 981 @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \ 982 for p in $$list; do \ 1099 @list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \ 1103 list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ 1105 rm -f $$list 1108 @list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \ 1138 @list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \ 1148 @list='$(sbin_PROGRAMS)'; test -n "$$list" || exit 0; \ 1152 list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ [all …]
|
| H A D | mod_rewrite.c | 385 const char **list; in process_rewrite_rules() local 390 pcre_get_substring_list(p->match_buf->ptr, ovec, n, &list); in process_rewrite_rules() 411 buffer_append_string(con->request.uri, list[num]); in process_rewrite_rules() 430 pcre_free(list); in process_rewrite_rules()
|
| /mOS-networking-stack/samples/lighttpd-1.4.32/doc/outdated/ |
| H A D | userdir.txt | 35 To control which users should be able to use this feature you can set a list of usernames to includ… 58 list of usernames which may not use this feature 67 if set, only users from this list may use the feature
|
| H A D | dirlisting.txt | 61 if enabled, does not list hidden files in directory listings generated 70 list of regular expressions. Files that match any of the specified regular 122 you have to enable dir-list.show-readme/header for this of course
|
| H A D | configuration.txt | 326 list of files to search for if a directory is requested 473 list of known mimetype mappings 484 The list is compared top down and the first match is taken. This is 495 as the last entry in the list.
|
| /mOS-networking-stack/ |
| H A D | LICENSE | 11 notice, this list of conditions and the following disclaimer. 13 notice, this list of conditions and the following disclaimer in the
|
| H A D | setup.sh | 520 list=`basename -a /sys/class/net/dpdk*` 521 for if_name in ${list//\\n/ }; do
|
| /mOS-networking-stack/samples/lighttpd-1.4.32/m4/ |
| H A D | ltsugar.m4 | 64 # Produce a SEP delimited list of all paired combinations of elements of 65 # PREFIX-LIST with SUFFIX1 through SUFFIXn. Each element of the list
|
| H A D | ltoptions.m4 | 58 # OPTION-LIST is a space-separated list of Libtool options associated 176 # Look at the argument we got. We use all the common list separators. 230 # Look at the argument we got. We use all the common list separators. 284 # Look at the argument we got. We use all the common list separators. 391 # Look at the argument we got. We use all the common list separators.
|
| /mOS-networking-stack/samples/lighttpd-1.4.32/tests/docroot/123/ |
| H A D | Makefile.in | 330 list='$(DISTFILES)'; \ 331 dist_files=`for file in $$list; do echo $$file; done | \
|
| /mOS-networking-stack/samples/lighttpd-1.4.32/tests/docroot/www/indexfile/ |
| H A D | Makefile.in | 330 list='$(DISTFILES)'; \ 331 dist_files=`for file in $$list; do echo $$file; done | \
|