HomeSort by: relevance | last modified time | path
    Searched refs:JOIN (Results 1 - 8 of 8) sorted by relevancy

  /src/distrib/sets/
culldeps 47 ${JOIN} -1 2 -2 1 -o '1.1 2.2' - "${LASTJOIN}" | \
51 ${JOIN} -t "${TAB}" "${NEXTJOIN}" "${LEFTOVERS}" | ${SORT} 1>&2
60 ${JOIN} -v 2 -t "${TAB}" "${NEXTJOIN}" "${LEFTOVERS}" | \
  /src/usr.bin/lorder/
lorder.sh 39 # Similarly for JOIN, MKTEMP, SED, and SORT.
47 : ${JOIN:=join}
52 for var in JOIN MKTEMP NM SED SORT ; do
99 # join on that field, and print out the file names.
102 "${JOIN}" -j 2 -o 1.1,2.1 $R $S
  /src/external/bsd/jemalloc/dist/test/integration/
smallocx.c 11 #define JOIN(x, y) x ## y
12 #define JOIN2(x, y) JOIN(x, y)
  /src/external/gpl3/gcc/dist/libstdc++-v3/src/c++11/
compatibility-ldbl-alt128.cc 253 #define JOIN(X,Y) JOIN_(X,Y)
261 JOIN(NUM_GET_TYPE(MANGLED_CHAR,INT), FUNC_NAME(B5cxx11,INT)) (void) \
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++11/
compatibility-ldbl-alt128.cc 253 #define JOIN(X,Y) JOIN_(X,Y)
261 JOIN(NUM_GET_TYPE(MANGLED_CHAR,INT), FUNC_NAME(B5cxx11,INT)) (void) \
  /src/external/bsd/kyua-cli/dist/store/
migrate_v1_v2.sql 185 FROM test_programs JOIN tmp_default_metadata;
188 FROM test_programs JOIN test_cases
190 JOIN tmp_default_metadata;
204 FROM test_cases AS aux JOIN plain_test_programs
  /src/external/apache2/mDNSResponder/dist/mDNSCore/
mDNSDebug.h 307 #define JOIN(X, Y) JOIN_AGAIN(X, Y)
319 os_log_with_type(JOIN(CATEGORY, _redacted), LEVEL, FORMAT, ## __VA_ARGS__); \
  /src/external/public-domain/sqlite/dist/
sqlite3.c 9168 ** <dd>^SQLITE_STMTSTATUS_FILTER_HIT is the number of times that a join
9171 ** times that the Bloom filter returned a find, and thus the join step
15121 ** 0x00001000 LEFT JOIN simplifies to JOIN
15358 ** tables in a join to 32 instead of 64. But it also reduces the size
17829 #define SQLITE_SimplifyJoin 0x00002000 /* Convert LEFT JOIN to JOIN */
18977 #define EP_OuterON 0x000001 /* Originates in ON/USING clause of outer join */
18978 #define EP_InnerON 0x000002 /* Originates in ON/USING of an inner join */
19183 ** The jointype starts out showing the join type between the current tabl
    [all...]

Completed in 101 milliseconds