| /netbsd/src/sys/dist/pf/net/ |
| D | pf_osfp.c | 433 pf_osfp_find(struct pf_osfp_list *list, struct pf_os_fingerprint *find, in pf_osfp_find() argument 441 if (f->_field != find->_field) \ in pf_osfp_find() 444 if (f->_field == 0 || find->_field % f->_field) \ in pf_osfp_find() 450 if (f->fp_tcpopts != find->fp_tcpopts || in pf_osfp_find() 451 f->fp_optcnt != find->fp_optcnt || in pf_osfp_find() 452 f->fp_ttl < find->fp_ttl || in pf_osfp_find() 453 f->fp_ttl - find->fp_ttl > ttldiff || in pf_osfp_find() 455 (find->fp_flags & (PF_OSFP_DF|PF_OSFP_TS0))) in pf_osfp_find() 463 if (find->fp_mss == 0) in pf_osfp_find() 470 if ((find->fp_wsize % find->fp_mss || in pf_osfp_find() [all …]
|
| /netbsd/src/crypto/external/bsd/heimdal/dist/lib/sl/ |
| D | slc-gram.y | 285 find(struct assignment *as, const char *name) in find() function 327 a = find(as, "name"); in gen_command() 334 b = find(as, "argument"); in gen_command() 339 b = find(as, "help"); in gen_command() 368 lopt = find(as, "long"); in make_name() 370 lopt = find(as, "name"); in make_name() 374 type = find(as, "type"); in make_name() 483 type = find(tmp->u.assignment, "type"); in gen_options() 503 name = find(as, "name"); in gen_wrapper() 506 arg = find(as, "argument"); in gen_wrapper() [all …]
|
| /netbsd/src/external/bsd/nvi/docs/internals/ |
| D | cscope.NOTES | 28 :cscope find create a new Q 48 c: find callers of name 49 d: find all function calls made from name 50 e: find pattern 51 f: find files with name as substring 52 g: find definition of name 53 i: find files #including name 54 s: find all uses of name 55 t: find assignments to name 57 The find command pushes the current location onto the tags stack, [all …]
|
| /netbsd/src/external/gpl3/binutils/dist/include/opcode/ |
| D | ft32.h | 294 unsigned int *find = NULL; in ft32_shortcode() local 301 find = (unsigned int *) bsearch (&lookup, sc_form_0, N_SC_FORM0, in ft32_shortcode() 303 code = find - sc_form_0; in ft32_shortcode() 308 if ((find == NULL) && (Rd == R2)) in ft32_shortcode() 311 find = (unsigned int *) bsearch (&lookup, sc_form_1, N_SC_FORM1, in ft32_shortcode() 313 code = find - sc_form_1 + N_SC_FORM0; in ft32_shortcode() 318 if (find == NULL) in ft32_shortcode() 321 find = (unsigned int *) bsearch (&lookup, sc_form_2, N_SC_FORM2, in ft32_shortcode() 323 code = find - sc_form_2 + (N_SC_FORM0 + N_SC_FORM1); in ft32_shortcode() 328 if (find == NULL) in ft32_shortcode() [all …]
|
| /netbsd/src/external/gpl3/gdb/dist/include/opcode/ |
| D | ft32.h | 294 unsigned int *find = NULL; in ft32_shortcode() local 301 find = (unsigned int *) bsearch (&lookup, sc_form_0, N_SC_FORM0, in ft32_shortcode() 303 code = find - sc_form_0; in ft32_shortcode() 308 if ((find == NULL) && (Rd == R2)) in ft32_shortcode() 311 find = (unsigned int *) bsearch (&lookup, sc_form_1, N_SC_FORM1, in ft32_shortcode() 313 code = find - sc_form_1 + N_SC_FORM0; in ft32_shortcode() 318 if (find == NULL) in ft32_shortcode() 321 find = (unsigned int *) bsearch (&lookup, sc_form_2, N_SC_FORM2, in ft32_shortcode() 323 code = find - sc_form_2 + (N_SC_FORM0 + N_SC_FORM1); in ft32_shortcode() 328 if (find == NULL) in ft32_shortcode() [all …]
|
| /netbsd/src/crypto/external/bsd/heimdal/ |
| D | heimdal2netbsd | 104 find $d -name '*.cat[0-9]' | xargs rm -f && echo removed catman pages 105 find $d -name '*.info' | xargs rm -f && echo removed info pages 112 find $d -type f -name '*.[1358]' -print | while read f; do 167 find $d -type f -name '*.[ch]' -a ! -name compile_et.? -print | while read f; do 189 find $d -type f -print | xargs egrep -l '\$NetBSD:' | while read f; do 200 find $d -type f -print | xargs egrep -l 'RCSID\("Id"\)' | while read f; do 207 find $d -type f -name '*.[chly]' -print | while read c; do 216 find $d -type f -name '*.[0-9]' -print | while read m; do 225 find $d -type f -name '*.texi' -print | while read t; do 237 find . -type d -name "CVS" -print | xargs rm -r [all …]
|
| /netbsd/src/sbin/gpt/ |
| D | uuid.c | 103 struct gpt_find find; in cmd_uuid() local 110 memset(&find, 0, sizeof(find)); in cmd_uuid() 111 find.msg = "UUID changed"; in cmd_uuid() 129 if (gpt_add_find(gpt, &find, ch) == -1) in cmd_uuid() 140 rc = gpt_change_ent(gpt, &find, change_ent, &ctx); in cmd_uuid() 144 if (find.all) in cmd_uuid() 145 return gpt_change_hdr(gpt, &find, change_hdr, &ctx); in cmd_uuid()
|
| D | remove.c | 79 struct gpt_find find; in cmd_remove() local 81 memset(&find, 0, sizeof(find)); in cmd_remove() 82 find.msg = "removed"; in cmd_remove() 86 if (gpt_add_find(gpt, &find, ch) == -1) in cmd_remove() 92 return gpt_change_ent(gpt, &find, change, NULL); in cmd_remove()
|
| D | type.c | 81 struct gpt_find find; in cmd_type() local 83 memset(&find, 0, sizeof(find)); in cmd_type() 85 find.msg = "type changed"; in cmd_type() 103 if (gpt == NULL || gpt_add_find(gpt, &find, ch) == -1) in cmd_type() 114 return gpt_change_ent(gpt, &find, change, &newtype); in cmd_type()
|
| D | label.c | 127 struct gpt_find find; in cmd_label() local 130 memset(&find, 0, sizeof(find)); in cmd_label() 131 find.msg = "label changed"; in cmd_label() 150 if (gpt_add_find(gpt, &find, ch) == -1) in cmd_label() 161 return gpt_change_ent(gpt, &find, change, name); in cmd_label()
|
| D | gpt.c | 1002 gpt_add_find(gpt_t gpt, struct gpt_find *find, int ch) in gpt_add_find() argument 1006 if (find->all > 0) { in gpt_add_find() 1010 find->all = 1; in gpt_add_find() 1013 if (gpt_human_get(gpt, &find->block) == -1) in gpt_add_find() 1017 if (gpt_uint_get(gpt, &find->entry) == -1) in gpt_add_find() 1021 if (gpt_name_get(gpt, &find->label) == -1) in gpt_add_find() 1025 if (gpt_size_get(gpt, &find->size) == -1) in gpt_add_find() 1029 if (!gpt_uuid_is_nil(find->type)) in gpt_add_find() 1031 if (gpt_uuid_parse(optarg, find->type) != 0) in gpt_add_find() 1042 gpt_change_ent(gpt_t gpt, const struct gpt_find *find, in gpt_change_ent() argument [all …]
|
| /netbsd/src/external/bsd/tmux/dist/ |
| D | file.c | 199 struct client_file find, *cf; in file_vprint() local 205 find.stream = 1; in file_vprint() 206 if ((cf = RB_FIND(client_files, &c->files, &find)) == NULL) { in file_vprint() 226 struct client_file find, *cf; in file_print_buffer() local 232 find.stream = 1; in file_print_buffer() 233 if ((cf = RB_FIND(client_files, &c->files, &find)) == NULL) { in file_print_buffer() 253 struct client_file find, *cf; in file_error() local 262 find.stream = 2; in file_error() 263 if ((cf = RB_FIND(client_files, &c->files, &find)) == NULL) { in file_error() 563 struct client_file find, *cf; in file_write_open() local [all …]
|
| D | hyperlinks.c | 136 struct hyperlinks_uri find, *hlu; in hyperlinks_put() local 151 find.uri = uri; in hyperlinks_put() 152 find.internal_id = internal_id; in hyperlinks_put() 154 hlu = RB_FIND(hyperlinks_by_uri_tree, &hl->by_uri, &find); in hyperlinks_put() 184 struct hyperlinks_uri find, *hlu; in hyperlinks_get() local 186 find.inner = inner; in hyperlinks_get() 188 hlu = RB_FIND(hyperlinks_by_inner_tree, &hl->by_inner, &find); in hyperlinks_get()
|
| /netbsd/src/external/cddl/osnet/dist/tools/ctf/cvt/ |
| D | iidesc.c | 78 iidesc_find_t *find = arg2; in iidesc_cmp() local 79 iidesc_t *tgt = find->iif_tgt; in iidesc_cmp() 85 find->iif_ret = src; in iidesc_cmp() 93 iidesc_find_t find; in iidesc_add() local 95 find.iif_tgt = new; in iidesc_add() 96 find.iif_ret = NULL; in iidesc_add() 98 (void) hash_match(hash, new, iidesc_cmp, &find); in iidesc_add() 100 if (find.iif_ret != NULL) { in iidesc_add() 101 iidesc_t *old = find.iif_ret; in iidesc_add()
|
| /netbsd/src/lib/libc/string/ |
| D | strcasestr.c | 49 strcasestr(const char *s, const char *find) in strcasestr() argument 55 _DIAGASSERT(find != NULL); in strcasestr() 57 if ((c = *find++) != 0) { in strcasestr() 59 len = strlen(find); in strcasestr() 65 } while (strncasecmp(s, find, len) != 0); in strcasestr()
|
| /netbsd/src/sys/arch/hpc/stand/ |
| D | Makefile | 69 find . -name "*.vcp" -print | xargs rm -f 70 find . -name "*.vcl" -print | xargs rm -f 71 find . -name "*.vcn" -print | xargs rm -f 72 find . -name "*.dep" -print | xargs rm -f 75 find . -name "*.dsp" -print | xargs rm -f 82 find . -name "hpcboot.exe" -print | xargs rm -f 85 find binary -name "hpcboot*.exe*" -print | xargs rm -f 101 find binary -name "hpcboot*.exe" -print | \
|
| /netbsd/src/external/bsd/elftosb/dist/common/ |
| D | EvalContext.cpp | 25 variable_map_t::const_iterator it = m_variables.find(name); in isVariableDefined() 31 variable_map_t::const_iterator it = m_variables.find(name); in getVariableValue() 42 variable_map_t::const_iterator it = m_variables.find(name); in getVariableSize() 54 variable_map_t::const_iterator it = m_variables.find(name); in setVariable() 70 variable_map_t::const_iterator it = m_variables.find(name); in isVariableLocked() 81 variable_map_t::iterator it = m_variables.find(name); in lockVariable() 92 variable_map_t::iterator it = m_variables.find(name); in unlockVariable()
|
| /netbsd/src/external/bsd/byacc/ |
| D | byacc2netbsd | 82 find $d -type f -name '*.[chly]' -print | while read c; do 91 find $d -type f -name '*.[0-9]' -print | while read m; do 100 find $d -type f -name '*.texi' -print | while read t; do 112 find . -type d -name "CVS" -print | xargs rm -r 120 find . -type f -print | xargs chmod u+rw,go+r 121 find . -type d -print | xargs chmod u+rwx,go+rx
|
| /netbsd/src/external/bsd/libbind/dist/ |
| D | libbind2netbsd | 82 find $d -type f -name '*.[chly]' -print | while read c; do 91 find $d -type f -name '*.[0-9]' -print | while read m; do 100 find $d -type f -name '*.texi' -print | while read t; do 112 find . -type d -name "CVS" -print | xargs rm -r 120 find . -type f -print | xargs chmod u+rw,go+r 121 find . -type d -print | xargs chmod u+rwx,go+rx
|
| /netbsd/src/external/ibm-public/postfix/dist/conf/ |
| D | postfix-script | 311 find $queue_directory/. $queue_directory/pid \ 315 find $queue_directory/. $queue_directory/pid \ 329 find $todo ! -user root \ 332 find $todo \( -perm -020 -o -perm -002 \) \ 337 find $data_directory/. ! -user $mail_owner \ 340 find $data_directory/. \( -perm -020 -o -perm -002 \) \ 345 find `ls -d $queue_directory/* | \ 353 find $queue_directory/maildrop -prune ! -user $mail_owner \ 362 find $todo \ 367 find $command_directory/postqueue $command_directory/postdrop \ [all …]
|
| /netbsd/src/external/bsd/am-utils/ |
| D | amd2netbsd | 92 find $d -type f -name '*.[chly]' -print | while read c; do 101 find $d -type f -name '*.[0-9]' -print | while read m; do 110 find $d -type f -name '*.texi' -print | while read t; do 122 find . -type d -name "CVS" -print | xargs rm -r 130 find . -type f -print | xargs chmod u+rw,go+r 131 find . -type d -print | xargs chmod u+rwx,go+rx
|
| /netbsd/src/external/bsd/kyua-cli/dist/utils/text/ |
| D | templates.cpp | 184 const types_map::const_iterator iter = _types.find(words[0]); in parse() 459 const std::string::size_type open_pos = in_line.find( in evaluate() 465 const std::string::size_type close_pos = in_line.find( in evaluate() 547 PRE(_vectors.find(name) == _vectors.end()); in add_variable() 563 PRE(_variables.find(name) != _variables.end()); in remove_variable() 564 _variables.erase(_variables.find(name)); in remove_variable() 579 PRE(_variables.find(name) == _variables.end()); in add_vector() 594 PRE(_variables.find(name) == _variables.end()); in add_to_vector() 595 PRE(_vectors.find(name) != _vectors.end()); in add_to_vector() 611 return (_variables.find(name) != _variables.end() || in exists() [all …]
|
| /netbsd/src/external/bsd/ipf/ |
| D | ipf2netbsd | 222 find . -name .cvsignore | xargs /bin/rm -f 241 find $dest -type f -name '*.[chly]' -print | while read c; do 250 find $dest -type f -name '*.[0-9]' -a \! -name 'example.*' -a \! -name 'ipv6.*' -print | while read… 259 find $dest -type f -name 'example.*' -print | while read e; do 273 find . -type d -name "CVS" -print | xargs rm -r 281 find . -type f -print | xargs chmod u+rw,go+r 282 find . -type d -print | xargs chmod u+rwx,go+rx
|
| /netbsd/src/external/bsd/ntp/ |
| D | ntp2netbsd | 106 find $d -name '.cvsignore*' -exec rm {} \; 112 find $d -name '*.[chly]' -print | while read c; do 127 find . -type d -name "CVS" -print | xargs rm -r 135 find . -type f -print | xargs chmod u+rw,go+r 136 find . -type d -print | xargs chmod u+rwx,go+rx
|
| /netbsd/src/external/bsd/atf/dist/atf-c++/ |
| D | check_test.cpp | 344 ATF_REQUIRE(out1.find("check.XXXXXX") == std::string::npos); in ATF_TEST_CASE_BODY() 345 ATF_REQUIRE(out2.find("check.XXXXXX") == std::string::npos); in ATF_TEST_CASE_BODY() 346 ATF_REQUIRE(err1.find("check.XXXXXX") == std::string::npos); in ATF_TEST_CASE_BODY() 347 ATF_REQUIRE(err2.find("check.XXXXXX") == std::string::npos); in ATF_TEST_CASE_BODY() 349 ATF_REQUIRE(out1.find("/check") != std::string::npos); in ATF_TEST_CASE_BODY() 350 ATF_REQUIRE(out2.find("/check") != std::string::npos); in ATF_TEST_CASE_BODY() 351 ATF_REQUIRE(err1.find("/check") != std::string::npos); in ATF_TEST_CASE_BODY() 352 ATF_REQUIRE(err2.find("/check") != std::string::npos); in ATF_TEST_CASE_BODY() 354 ATF_REQUIRE(out1.find("/stdout") != std::string::npos); in ATF_TEST_CASE_BODY() 355 ATF_REQUIRE(out2.find("/stdout") != std::string::npos); in ATF_TEST_CASE_BODY() [all …]
|