Home
last modified time | relevance | path

Searched refs:INDEX (Results 1 – 25 of 140) sorted by relevance

123456

/freebsd-14.2/usr.sbin/freebsd-update/
H A Dfreebsd-update.sh2064 rm INDEX-PRESENT INDEX-NEW
2114 mv INDEX-NEW ${MDIR}/INDEX-NEW
2231 INDEX-OLD INDEX-PRESENT INDEX-NEW /dev/null
2676 sort INDEX-OLD INDEX-ALL > INDEX-OLD.tmp
2677 mv INDEX-OLD.tmp INDEX-OLD
2707 upgrade_oldall_to_oldnew INDEX-OLD INDEX-ALL INDEX-NEW
2727 INDEX-OLD INDEX-PRESENT INDEX-NEW tomerge-old
3140 rm INDEX-OLD INDEX-NEW
3248 rm INDEX-OLD INDEX-NEW INDEX-NEW.libs.flist
3404 sort INDEX-OLD INDEX-ALL > INDEX-ALL.tmp
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kRegisterInfo.td33 def "B"#NAME : MxReg<REG_NAME, INDEX, [], [], [INDEX], ALTNAMES>;
35 : MxReg<REG_NAME, INDEX,
37 [INDEX], ALTNAMES>;
39 : MxReg<REG_NAME, INDEX,
41 [INDEX], ALTNAMES>;
46 : MxReg<REG_NAME, INDEX, [], [], [!add(8,INDEX)], ALTNAMES>;
48 : MxReg<REG_NAME, INDEX,
50 [!add(8,INDEX)], ALTNAMES>;
72 class MxFPRegister<int INDEX, string REG_NAME, list<string> ALTNAMES = []>
73 : MxReg<REG_NAME, INDEX, /*SUBREGS=*/[], /*SUBIDX=*/[],
[all …]
/freebsd-14.2/contrib/bsnmp/snmpd/
H A Dsnmpmod.h71 if (asn_compare_oid(&_lelem->INDEX, &(PTR)->SUBF.INDEX) > 0)\
83 if (index_compare(OID, SUB, &_lelem->INDEX) < 0) \
92 if (index_compare(OID, SUB, &_lelem->INDEX) == 0) \
101 #define INSERT_OBJECT_OID_LINK_INDEX(PTR, LIST, LINK, INDEX) do { \ argument
105 if (asn_compare_oid(&_lelem->INDEX, &(PTR)->INDEX) > 0) \
113 #define INSERT_OBJECT_INT_LINK_INDEX(PTR, LIST, LINK, INDEX) do { \ argument
117 if ((asn_subid_t)_lelem->INDEX > (asn_subid_t)(PTR)->INDEX)\
153 if (index_compare(OID, SUB, &_lelem->INDEX) == 0) \
162 if (index_compare(OID, SUB, &_lelem->INDEX) < 0) \
174 if ((OID)->subs[SUB] == (asn_subid_t)_lelem->INDEX)\
[all …]
/freebsd-14.2/contrib/kyua/store/
H A Dmigrate_v1_v2.sql120 CREATE INDEX index_metadatas_by_id
122 CREATE INDEX index_test_programs_by_action_id
124 CREATE INDEX index_test_cases_by_test_programs_id
155 CREATE INDEX index_tmp_metadatas_by_test_case_id
157 CREATE INDEX index_tmp_metadatas_by_test_program_id
211 CREATE INDEX index_tmp_atf_test_cases_multivalues_by_test_case_id
335 DROP INDEX index_tmp_atf_test_cases_multivalues_by_test_case_id;
336 DROP INDEX index_tmp_metadatas_by_test_program_id;
337 DROP INDEX index_tmp_metadatas_by_test_case_id;
H A Dschema_v2.sql160 CREATE INDEX index_metadatas_by_id
202 CREATE INDEX index_test_programs_by_action_id
223 CREATE INDEX index_test_cases_by_test_programs_id
H A Dschema_v3.sql130 CREATE INDEX index_metadatas_by_id
187 CREATE INDEX index_test_cases_by_test_programs_id
/freebsd-14.2/crypto/openssl/test/recipes/
H A D80-test_tsa.t35 my $INDEX = shift;
41 "-out", "tsa_req${INDEX}.pem",
42 "-key", srctop_file("test", "certs", "alt${INDEX}-key.pem"),
43 "-keyout", "tsa_key${INDEX}.pem"])));
46 "-in", "tsa_req${INDEX}.pem",
47 "-out", "tsa_cert${INDEX}.pem",
/freebsd-14.2/tools/tools/cd2dvd/
H A Dcd2dvd.sh250 mv "${tmpdirout}"/packages/INDEX "${tmpdirout}"/packages/INDEX~ || exit 1
251 …cat "${tmpdirout}"/packages/INDEX~ | sed "s/^\(.*\)|${cdvol}$/\1|1/" > "${tmpdirout}"/packages/IND…
252 rm "${tmpdirout}"/packages/INDEX~ || exit 1
/freebsd-14.2/contrib/byacc/
H A Dlalr.c49 static Value_t *INDEX; variable
565 INDEX = NEW2(ngotos + 1, Value_t); in digraph()
572 INDEX[i] = 0; in digraph()
576 if (INDEX[i] == 0 && R[i]) in digraph()
580 FREE(INDEX); in digraph()
597 INDEX[i] = height = top; in traverse()
607 if (INDEX[j] == 0) in traverse()
610 if (INDEX[i] > INDEX[j]) in traverse()
611 INDEX[i] = INDEX[j]; in traverse()
621 if (INDEX[i] == height) in traverse()
[all …]
/freebsd-14.2/usr.sbin/bsdconfig/dot/
H A Ddot43 f_index_menusel_keyword $BSDCFG_LIBE/$APP_DIR/INDEX "$pgm" ipgm &&
171 for file in [0-9][0-9][0-9].*/INDEX; do
485 for file in */INDEX; do
507 for file in */INDEX; do
599 for INDEX in */INDEX; do
602 f_include_lang "$INDEX"
666 }' "$INDEX"
H A DMakefile5 FILES= INDEX USAGE
/freebsd-14.2/crypto/heimdal/lib/com_err/
H A Dparse.h43 INDEX = 259, enumerator
54 #define INDEX 259 macro
H A Dparse.y59 %token ET INDEX PREFIX EC ID END
98 statement : INDEX NUMBER
/freebsd-14.2/contrib/com_err/
H A Dparse.y59 %token ET INDEX PREFIX EC ID END
98 statement : INDEX NUMBER
/freebsd-14.2/usr.sbin/bsdconfig/share/packages/
H A Dindex.subr52 # Default path to on-disk cache INDEX file
126 # INDEX (containing this digest on the first line) is valid and can be
137 # Check to see if the persistent cache INDEX file exists
218 # Process the INDEX file (contents contained in $var_to_get) and...
228 # NOTE: $package is the name as it appears in the INDEX (no archive suffix)
338 # Extracts the package INDEX ($PACKAGE_INDEX by default if/when $var_to_get is
341 # INDEX data must be contained in the variable $var_to_get. The extracted pages
375 # Search the package INDEX ($PACKAGE_INDEX by default if/when $var_to_get is
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86GenRegisterBankInfo.def48 #define BREAKDOWN(INDEX, NUM) \
49 { &X86GenRegisterBankInfo::PartMappings[INDEX], NUM }
/freebsd-14.2/contrib/one-true-awk/
H A Dawkgram.y56 %token <i> GENSUB SUB GSUB IF INDEX LSUBSTR MATCHFCN NEXT NEXTFILE
84 %left GSUB IF INDEX LSUBSTR MATCHFCN NEXT NUMBER
402 | INDEX '(' pattern comma pattern ')'
403 { $$ = op2(INDEX, $3, $5); }
404 | INDEX '(' pattern comma reg_expr ')'
406 $$ = op2(INDEX, $3, (Node*)$5); }
/freebsd-14.2/usr.sbin/bsdconfig/diskmgmt/
H A DMakefile5 FILES= INDEX USAGE
/freebsd-14.2/usr.sbin/bsdconfig/docsinstall/
H A DMakefile5 FILES= INDEX USAGE
/freebsd-14.2/usr.sbin/bsdconfig/ttys/
H A DMakefile5 FILES= INDEX USAGE
/freebsd-14.2/usr.sbin/bsdconfig/packages/
H A DMakefile5 FILES= INDEX USAGE
/freebsd-14.2/usr.sbin/bsdconfig/timezone/
H A DMakefile5 FILES= INDEX USAGE
/freebsd-14.2/usr.sbin/bsdconfig/password/
H A DMakefile5 FILES= INDEX USAGE
/freebsd-14.2/usr.sbin/bsdconfig/security/
H A DMakefile5 FILES= INDEX USAGE
/freebsd-14.2/usr.sbin/bsdconfig/includes/
H A DMakefile5 FILES= INDEX USAGE

123456