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

123456

/macosx-10.10/BerkeleyDB-21/db/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
/macosx-10.10/adv_cmds-158/mklocale/
H A Dlex.l94 return(LIST); }
96 return(LIST); }
98 return(LIST); }
100 return(LIST); }
102 return(LIST); }
104 return(LIST); }
106 return(LIST); }
108 return(LIST); }
110 return(LIST); }
112 return(LIST); }
[all...]
/macosx-10.10/ncurses-44/ncurses/
H A Dtar-copy.sh70 LIST=`tar tf $TMP 2>&1`
71 $DOIT rm -rf $LIST 2>/dev/null
/macosx-10.10/ruby-106/ruby/test/rdoc/
H A Dtest_rdoc_rd_block_parser.rb36 list = <<-LIST
41 LIST
53 list = <<-LIST
56 LIST
68 list = <<-LIST
72 LIST
85 list = <<-LIST
88 LIST
101 list = <<-LIST
104 LIST
[all...]
/macosx-10.10/cxxfilt-11/cxxfilt/binutils/
H A Darparse.h36 LIST = 262, enumerator in enum:yytokentype
56 #define LIST 262 macro
H A Darlex.l53 "LIST" { return LIST; }
68 "list" { return LIST; }
H A Darparse.y47 %token LIST
125 LIST
/macosx-10.10/shell_cmds-179/tee/
H A Dtee.c65 } LIST; typedef in typeref:struct:_list
66 LIST *head;
76 LIST *p;
148 LIST *p;
150 if ((p = malloc((size_t)sizeof(LIST))) == NULL)
/macosx-10.10/libarchive-30/libarchive/cpio/
H A DCMakeLists.txt25 LIST(APPEND bsdcpio_SOURCES cpio_windows.c)
26 LIST(APPEND bsdcpio_SOURCES cpio_windows.h)
/macosx-10.10/file_cmds-242/pax/
H A Dpax.h57 #define LIST 0 /* List the file in an archive */ macro
62 #define DEFOP LIST /* if no flags default is to LIST */
/macosx-10.10/libarchive-30/libarchive/tar/
H A DCMakeLists.txt32 LIST(APPEND bsdtar_SOURCES bsdtar_windows.c)
33 LIST(APPEND bsdtar_SOURCES bsdtar_windows.h)
/macosx-10.10/libarchive-30/libarchive/tar/test/
H A DCMakeLists.txt29 LIST(APPEND bsdtar_test_SOURCES ../bsdtar_windows.c)
30 LIST(APPEND bsdtar_test_SOURCES ../bsdtar_windows.h)
/macosx-10.10/OpenSSL098-52/src/demos/tunala/
H A Dtest.sh79 LIST="`../../apps/openssl ciphers $OSSL | sed -e 's/:/ /g'`"
80 #echo "$LIST"
81 for i in $LIST; do \
/macosx-10.10/emacs-93/emacs/lisp/net/
H A Dnetrc.el98 "Return the netrc values from LIST for MACHINE or for the default entry.
/macosx-10.10/ruby-106/ruby/test/net/imap/
H A Dtest_imap_response_parser.rb26 * LIST (\\HasChildren) "." "INBOX"
37 * LIST (\\Foo#{i}) "." "INBOX"
43 * LIST (\\Foo3) "." "INBOX"
53 * LIST (\\Foo) "." "INBOX"
/macosx-10.10/tcsh-65/tcsh/
H A Dtw.h85 LIST, LIST_ALL, RECOGNIZE, RECOGNIZE_ALL, RECOGNIZE_SCROLL, enumerator in enum:__anon14090
/macosx-10.10/text_cmds-88/paste/
H A Dpaste.c131 } LIST; typedef in typeref:struct:_list
136 LIST *lp;
141 LIST *head, *tmp;
145 if ((lp = malloc(sizeof(LIST))) == NULL)
/macosx-10.10/libarchive-30/libarchive/
H A DCMakeLists.txt84 LIST(REMOVE_AT _argv 0 1)
156 LIST(APPEND ADDITIONAL_LIBS ${ZLIB_LIBRARIES})
168 LIST(APPEND ADDITIONAL_LIBS ${BZIP2_LIBRARIES})
180 LIST(APPEND ADDITIONAL_LIBS ${LZMA_LIBRARIES})
187 LIST(APPEND ADDITIONAL_LIBS ${LZMADEC_LIBRARIES})
274 LIST(APPEND ADDITIONAL_LIBS ${OPENSSL_LIBRARIES})
303 LIST(APPEND ADDITIONAL_LIBS ${CRYPTO_LIBRARY})
308 LIST(APPEND ADDITIONAL_LIBS ${MD_LIBRARY})
342 LIST(APPEND ADDITIONAL_LIBS ${LIBXML2_LIBRARIES})
359 LIST(APPEN
[all...]
/macosx-10.10/SmartcardCCID-55008/ccid/ccid/
H A Dar-lib227 $AR -NOLOGO -LIST "$archive" | sed -e 's/\\/\\\\/g' | while read member
269 $AR -NOLOGO -LIST "$archive" || exit $?
/macosx-10.10/libarchive-30/libarchive/cpio/test/
H A DCMakeLists.txt42 LIST(APPEND bsdcpio_test_SOURCES ../cpio_windows.h)
/macosx-10.10/libresolv-57/
H A Dres_update.c78 LIST(ns_updrec) z_rrlist;
103 LIST(struct zonegrp) zgrps;
H A Dres_update.h30 #define LIST(type) struct { type *head, *tail; } macro
101 typedef LIST(ns_updrec) ns_updque;
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/support/devel/sak/doc/
H A Ddoc.tcl169 set LIST [open [file join doc list manpages.tcl] w]
173 puts $LIST [read $f]
176 close $LIST
/macosx-10.10/tcl-105/tcl_ext/tklib/tklib/support/devel/sak/doc/
H A Ddoc.tcl169 set LIST [open [file join doc list manpages.tcl] w]
173 puts $LIST [read $f]
176 close $LIST
/macosx-10.10/vim-55/runtime/syntax/
H A Dtsscl.vim77 " BASIC COMMAND LIST
88 " *LIST/n list variable
110 syn match tssclDirective "\*LIST"

Completed in 158 milliseconds

123456