/freebsd/usr.sbin/freebsd-update/ |
H A D | freebsd-update.sh | 924 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 D | M68kRegisterInfo.td | 32 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 D | snmpmod.h | 66 #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 D | BEGEMOT-SNMPD.txt | 163 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 D | migrate_v1_v2.sql | 120 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 D | schema_v2.sql | 160 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 D | schema_v3.sql | 130 CREATE INDEX index_metadatas_by_id 187 CREATE INDEX index_test_cases_by_test_programs_id
|
/freebsd/crypto/openssl/test/recipes/ |
H A D | 80-test_tsa.t | 35 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 D | cd2dvd.sh | 250 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 D | lalr.c | 49 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 D | dot | 43 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 D | Makefile | 4 FILES= INDEX USAGE
|
/freebsd/crypto/heimdal/lib/com_err/ |
H A D | parse.h | 43 INDEX = 259, enumerator 54 #define INDEX 259 macro
|
H A D | parse.y | 59 %token ET INDEX PREFIX EC ID END 98 statement : INDEX NUMBER
|
/freebsd/usr.sbin/bsdconfig/share/packages/ |
H A D | index.subr | 52 # 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 D | parse.y | 59 %token ET INDEX PREFIX EC ID END 98 statement : INDEX NUMBER
|
/freebsd/contrib/one-true-awk/ |
H A D | awkgram.y | 56 %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 D | X86GenRegisterBankInfo.def | 55 #define BREAKDOWN(INDEX, NUM) \ 56 { &X86GenRegisterBankInfo::PartMappings[INDEX], NUM }
|
/freebsd/lib/libiconv_modules/mapper_646/ |
H A D | citrus_mapper_646.c | 75 #define INDEX(x) INDEX_##x, macro 78 SPECIALS(INDEX)
|
/freebsd/usr.sbin/bsdconfig/docsinstall/ |
H A D | Makefile | 4 FILES= INDEX USAGE
|
/freebsd/usr.sbin/bsdconfig/ttys/ |
H A D | Makefile | 4 FILES= INDEX USAGE
|
/freebsd/usr.sbin/bsdconfig/diskmgmt/ |
H A D | Makefile | 4 FILES= INDEX USAGE
|
/freebsd/usr.sbin/bsdconfig/packages/ |
H A D | Makefile | 4 FILES= INDEX USAGE
|
/freebsd/usr.sbin/bsdconfig/timezone/ |
H A D | Makefile | 4 FILES= INDEX USAGE
|
/freebsd/usr.sbin/bsdconfig/password/ |
H A D | Makefile | 4 FILES= INDEX USAGE
|