Searched refs:LIST (Results 1 - 25 of 48) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/scr012/
H A Dchk.vx_code30 LIST="\
46 for i in $LIST; do
59 inc=`echo $LIST | sed 's/[^ ][^ ]*/-I$d\/build_vxworks\/&/g'`
60 src=`echo $LIST | sed 's/[^ ][^ ]*/$d\/build_vxworks\/&\/*.c/g'`
63 for i in $LIST; do
70 for i in $LIST; do
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/util/
H A Dopenssl-format-source66 LIST=`find "$i" -name '*.[ch]' -print`
72 LIST="$i"
75 for j in $LIST
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/util/
H A Dopenssl-format-source66 LIST=`find "$i" -name '*.[ch]' -print`
72 LIST="$i"
75 for j in $LIST
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/
H A DMakefile.am46 EXTRA_DIST = ChangeLog.README configure.bat MAILING-LIST \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/demos/tunala/
H A Dtest.sh79 LIST="`../../apps/openssl ciphers $OSSL | sed -e 's/:/ /g'`"
80 #echo "$LIST"
81 for i in $LIST; do \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/demos/tunala/
H A Dtest.sh79 LIST="`../../apps/openssl ciphers $OSSL | sed -e 's/:/ /g'`"
80 #echo "$LIST"
81 for i in $LIST; do \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/demos/tunala/
H A Dtest.sh79 LIST="`../../apps/openssl ciphers $OSSL | sed -e 's/:/ /g'`"
80 #echo "$LIST"
81 for i in $LIST; do \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DOtherFunctions.h92 template <typename LIST, typename ITEM>
93 unsigned int EraseFirstValue( LIST& list, const ITEM& item )
95 typename LIST::iterator it = list.begin();
116 template <typename LIST, typename ITEM>
117 unsigned int EraseValue( LIST& list, const ITEM& item )
119 typename LIST::iterator it = list.begin();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/webserver/src/
H A Dphp_parser.h78 LIST = 295, enumerator in enum:yytokentype
169 #define LIST 295 macro
H A Dphp_lexer.l116 "list" return LIST;
H A Dphp_parser.y102 %token HASH_ASSIGN LIST ARRAY
366 LIST '(' assignment_list ')' '=' expr { }
448 | LIST '(' assignment_list ')' { $$ = $3; }
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/include/asm/
H A Dromimage-macros.h4 /* The LIST command is used to include comments in the script */
5 .macro LIST comment
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ncftp-3.2.5/source/Strn/
H A DMakefile.in20 LIST=/bin/ls -l
59 -@$(LIST) "$(LIB)"
77 -@$(LIST) "$(LIBSOS)" "$(LIBSO)"
140 -@$(LIST) $(TARFILE)
146 -@$(LIST) $(TGZFILE)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ncftp-3.2.5/source/sio/
H A DMakefile.in26 LIST=/bin/ls -l
64 -@$(LIST) $(LIB)
71 -@$(LIST) $(PREFIX)/lib/$(LIB) $(PREFIX)/include/sio.h $(PREFIX)/include/usio.h
84 -@$(LIST) "$(LIBSOS)" "$(LIBSO)"
92 -@$(LIST) "$(PREFIX)/lib/$(LIBSO)" "$(PREFIX)/include/sio.h" "$(PREFIX)/include/usio.h"
170 -@$(LIST) $(TARFILE)
176 -@$(LIST) $(TGZFILE)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/windows/
H A DMakefile.top78 zip -Djl9 wget.zip AUTHORS COPYING INSTALL MAILING-LIST NEWS README doc/sample.wgetrc
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/miscutils/
H A Dcrontab.c37 enum { NONE, EDIT, LIST, REPLACE, DELETE } option = NONE; enumerator in enum:__anon19861
75 option = LIST;
144 case LIST:
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A DNCR5380.c100 #define LIST(x,y) {printk("LINE:%d Adding %p to %p\n", __LINE__, (void*)(x), (void*)(y)); if ((x)==(y)) udelay(5); } macro
103 #define LIST(x,y) macro
936 LIST(cmd, hostdata->issue_queue);
941 LIST(cmd, tmp);
1029 LIST(tmp, hostdata->issue_queue);
1051 LIST(tmp, hostdata->issue_queue);
2093 LIST(cmd, hostdata->issue_queue);
2132 LIST(cmd, hostdata->disconnected_queue);
H A Datari_NCR5380.c80 #define LIST(x, y) \ macro
96 #define LIST(x,y) macro
891 LIST(cmd, hostdata->issue_queue);
898 LIST(cmd, tmp);
1049 LIST(tmp, hostdata->issue_queue);
2067 LIST(cmd,hostdata->issue_queue);
2129 LIST(cmd,hostdata->disconnected_queue);
H A Dsun3_NCR5380.c82 #define LIST(x,y) \ macro
90 #define LIST(x,y) macro
878 LIST(cmd, hostdata->issue_queue);
885 LIST(cmd, tmp);
1030 LIST(tmp, hostdata->issue_queue);
2083 LIST(cmd,hostdata->issue_queue);
2139 LIST(cmd,hostdata->disconnected_queue);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Dparallel.tcl105 file delete TEST.LIST
106 file rename ALL.OUT TEST.LIST
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/basic/
H A Ddocproc.c71 #define LIST "-list" macro
360 vec[1] = LIST;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/dist/brew/
H A Dbdbread.mak36 LIST OF OBJECT FILES
413 # DEPENDENCY LIST, DO NOT EDIT BELOW THIS LINE
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/
H A Dconfig862 $PERL ./Configure LIST | grep "$OUT-$CC" > /dev/null
869 $PERL ./Configure LIST | grep "$OUT" > /dev/null
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/vms/
H A Dbuild_unzip.com29 $! - select compiler listings: "LIST" Note that the whole argument
31 $! like "LIST/SHOW=ALL" (quoted or space-free) may be specified.
193 $ if (f$extract( 0, 4, curr_arg) .eqs. "LIST")
465 $! the user didn't specify a particular "/LIST =" destination.
468 $ if ((f$extract( 0, 5, L) .eqs. "/LIST") .and. -
471 $ LISTING = " /LIST = [.''dest']"+ f$extract( 5, 1000, LISTING)
563 $ cc 'DEF_UNX' /object = [.'dest']LIST.OBJ LIST.C
587 [.'dest']LIST.OBJ, -
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/hello-c++-kde/admin/
H A Dcvs.sh173 LIST=`find ./po -name "*.po"`
174 for i in $LIST; do

Completed in 137 milliseconds

12