Home
last modified time | relevance | path

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

123456

/freebsd/usr.sbin/freebsd-update/
H A Dfreebsd-update.sh924 if ! [ -f ${BDHASH}-install/INDEX-OLD ] ||
925 ! [ -f ${BDHASH}-install/INDEX-NEW ]; then
1010 if ! [ -f ${BDHASH}-rollback/INDEX-OLD ] ||
1011 ! [ -f ${BDHASH}-rollback/INDEX-NEW ]; then
2135 if ! [ -s INDEX-PRESENT ] &&
2136 ! [ -s INDEX-NEW ]; then
2137 rm INDEX-PRESENT INDEX-NEW
2146 cut -f 1 -d '|' < INDEX-PRESENT |
2147 sort > INDEX-PRESENT.flist
2148 cut -f 1 -d '|' < INDEX-NEW |
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kRegisterInfo.td32 multiclass MxDataRegister<int INDEX, string REG_NAME, list<string> ALTNAMES = []> {
33 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>;
44 multiclass MxAddressRegister<int INDEX, string REG_NAME, list<string> ALTNAMES = []> {
46 : MxReg<REG_NAME, INDEX, [], [], [!add(8,INDEX)], ALTNAME
[all...]
/freebsd/contrib/bsnmp/snmpd/
H A Dsnmpmod.h66 #define INSERT_OBJECT_OID_LINK_INDEX_TYPE(PTR, LIST, LINK, INDEX, SUBF) do {\ argument
71 if (asn_compare_oid(&_lelem->INDEX, &(PTR)->SUBF.INDEX) > 0)\
79 #define NEXT_OBJECT_OID_LINK_INDEX_TYPE(LIST, OID, SUB, LINK, INDEX, TYPE) ({\ argument
83 if (index_compare(OID, SUB, &_lelem->INDEX) < 0) \
88 #define FIND_OBJECT_OID_LINK_INDEX_TYPE(LIST, OID, SUB, LINK, INDEX, TYPE) ({\ argument
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)\
[all …]
H A DBEGEMOT-SNMPD.txt163 INDEX { begemotTrapSinkAddr, begemotTrapSinkPort }
172 INDEX { begemotTrapSinkAddr, begemotTrapSinkPort }
226 INDEX { begemotSnmpdPortAddress, begemotSnmpdPortPort }
277 INDEX { begemotSnmpdCommunityModule, begemotSnmpdCommunityIndex }
347 INDEX { begemotSnmpdModuleSection }
486 INDEX { begemotSnmpdLocalPortPath }
547 INDEX { begemotSnmpdTransportName }
616 INDEX {
/freebsd/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/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/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/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/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 DMakefile4 FILES= INDEX USAGE
/freebsd/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/usr.sbin/bsdconfig/share/packages/
H A Dindex.subr52 # Default path to on-disk cache INDEX file
121 # INDEX (containing this digest on the first line) is valid and can be
132 # Check to see if the persistent cache INDEX file exists
219 # Process the INDEX file (contents contained in $var_to_get) and...
229 # NOTE: $package is the name as it appears in the INDEX (no archive suffix)
248 # Extracts the package INDEX ($PACKAGE_INDEX by default if/when $var_to_get is
251 # INDEX data must be contained in the variable $var_to_get. The extracted pages
280 # Search the package INDEX ($PACKAGE_INDEX by default if/when $var_to_get is
/freebsd/contrib/com_err/
H A Dparse.y59 %token ET INDEX PREFIX EC ID END
98 statement : INDEX NUMBER
/freebsd/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/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86GenRegisterBankInfo.def55 #define BREAKDOWN(INDEX, NUM) \
56 { &X86GenRegisterBankInfo::PartMappings[INDEX], NUM }
/freebsd/lib/libiconv_modules/mapper_646/
H A Dcitrus_mapper_646.c75 #define INDEX(x) INDEX_##x, macro
78 SPECIALS(INDEX)
/freebsd/usr.sbin/bsdconfig/docsinstall/
H A DMakefile4 FILES= INDEX USAGE
/freebsd/usr.sbin/bsdconfig/ttys/
H A DMakefile4 FILES= INDEX USAGE
/freebsd/usr.sbin/bsdconfig/diskmgmt/
H A DMakefile4 FILES= INDEX USAGE
/freebsd/usr.sbin/bsdconfig/packages/
H A DMakefile4 FILES= INDEX USAGE
/freebsd/usr.sbin/bsdconfig/timezone/
H A DMakefile4 FILES= INDEX USAGE
/freebsd/usr.sbin/bsdconfig/password/
H A DMakefile4 FILES= INDEX USAGE

123456