Home
last modified time | relevance | path

Searched refs:find (Results 1 – 25 of 4129) sorted by relevance

12345678910>>...166

/netbsd/external/cddl/dtracetoolkit/dist/Examples/
H A Ddnlcsnoop_example.txt16 12293 find 6 Y /usr
18 12293 find 3 Y /usr/bin/find
19 12293 find 3 Y /usr
24 12293 find 3 Y /lib
26 12293 find 3 Y /usr
28 12293 find 2 Y /usr/bin/find
29 12293 find 4 Y /var
32 12293 find 3 Y /lib
34 12293 find 3 Y /lib
36 12293 find 3 Y /lib
[all …]
H A Dshellsnoop_example.txt64 4724 3762 ksh W find /etc/default
66 4746 4724 find W /etc/default
67 4746 4724 find W /etc/default/cron
70 4746 4724 find W /etc/default/fs
71 4746 4724 find W /etc/default/inetd
73 4746 4724 find W /etc/default/kbd
76 4746 4724 find W /etc/default/nss
79 4746 4724 find W /etc/default/tar
81 4746 4724 find W /etc/default/init
83 4746 4724 find W /etc/default/su
[all …]
H A Dvmbypid_example.txt7 find 19216 prot_fault 1
13 find 19216 cow_fault 6
14 find 19216 pgfrec 6
15 find 19216 pgrec 6
20 find 19216 zfod 54
23 find 19216 as_fault 91
24 find 19216 fspgin 315
25 find 19216 pgin 315
26 find 19216 pgpgin 315
27 find 19216 maj_fault 315
[all …]
/netbsd/external/cddl/dtracetoolkit/dist/Docs/Examples/
H A Ddnlcsnoop_example.txt16 12293 find 6 Y /usr
18 12293 find 3 Y /usr/bin/find
19 12293 find 3 Y /usr
24 12293 find 3 Y /lib
26 12293 find 3 Y /usr
28 12293 find 2 Y /usr/bin/find
29 12293 find 4 Y /var
32 12293 find 3 Y /lib
34 12293 find 3 Y /lib
36 12293 find 3 Y /lib
[all …]
H A Dshellsnoop_example.txt64 4724 3762 ksh W find /etc/default
66 4746 4724 find W /etc/default
67 4746 4724 find W /etc/default/cron
70 4746 4724 find W /etc/default/fs
71 4746 4724 find W /etc/default/inetd
73 4746 4724 find W /etc/default/kbd
76 4746 4724 find W /etc/default/nss
79 4746 4724 find W /etc/default/tar
81 4746 4724 find W /etc/default/init
83 4746 4724 find W /etc/default/su
[all …]
H A Dvmbypid_example.txt7 find 19216 prot_fault 1
13 find 19216 cow_fault 6
14 find 19216 pgfrec 6
15 find 19216 pgrec 6
20 find 19216 zfod 54
23 find 19216 as_fault 91
24 find 19216 fspgin 315
25 find 19216 pgin 315
26 find 19216 pgpgin 315
27 find 19216 maj_fault 315
[all …]
/netbsd/external/gpl3/gdb/dist/gdb/unittests/basic_string_view/operations/find/wchar_t/
H A D1.cc41 csz01 = str01.find(str01); in test01()
43 csz01 = str01.find(str01, 4); in test01()
45 csz01 = str01.find(str02, 0); in test01()
47 csz01 = str01.find(str02, 3); in test01()
49 csz01 = str01.find(str03, 0); in test01()
51 csz01 = str01.find(str03, 3); in test01()
81 csz01 = str01.find(L'z'); in test01()
84 csz01 = str01.find(L'/'); in test01()
107 csz01 = str01.find(str01); in test02()
147 csz01 = str01.find(L'z'); in test02()
[all …]
/netbsd/external/gpl3/gdb/dist/gdb/unittests/basic_string_view/operations/find/char/
H A D1.cc40 csz01 = str01.find(str01); in test01()
42 csz01 = str01.find(str01, 4); in test01()
44 csz01 = str01.find(str02, 0); in test01()
46 csz01 = str01.find(str02, 3); in test01()
48 csz01 = str01.find(str03, 0); in test01()
50 csz01 = str01.find(str03, 3); in test01()
80 csz01 = str01.find('z'); in test01()
83 csz01 = str01.find('/'); in test01()
107 csz01 = str01.find(str01); in test02()
147 csz01 = str01.find('z'); in test02()
[all …]
/netbsd/external/gpl3/gdb.old/dist/gdb/unittests/basic_string_view/operations/find/char/
H A D1.cc40 csz01 = str01.find(str01); in test01()
42 csz01 = str01.find(str01, 4); in test01()
44 csz01 = str01.find(str02, 0); in test01()
46 csz01 = str01.find(str02, 3); in test01()
48 csz01 = str01.find(str03, 0); in test01()
50 csz01 = str01.find(str03, 3); in test01()
80 csz01 = str01.find('z'); in test01()
83 csz01 = str01.find('/'); in test01()
107 csz01 = str01.find(str01); in test02()
147 csz01 = str01.find('z'); in test02()
[all …]
/netbsd/external/gpl3/gdb.old/dist/gdb/unittests/basic_string_view/operations/find/wchar_t/
H A D1.cc41 csz01 = str01.find(str01); in test01()
43 csz01 = str01.find(str01, 4); in test01()
45 csz01 = str01.find(str02, 0); in test01()
47 csz01 = str01.find(str02, 3); in test01()
49 csz01 = str01.find(str03, 0); in test01()
51 csz01 = str01.find(str03, 3); in test01()
81 csz01 = str01.find(L'z'); in test01()
84 csz01 = str01.find(L'/'); in test01()
107 csz01 = str01.find(str01); in test02()
147 csz01 = str01.find(L'z'); in test02()
[all …]
/netbsd/sys/dist/pf/net/
H A Dpf_osfp.c463 if (find->fp_mss == 0) in pf_osfp_find()
470 if ((find->fp_wsize % find->fp_mss || in pf_osfp_find()
471 find->fp_wsize / find->fp_mss != in pf_osfp_find()
483 if ((find->fp_wsize % (find->fp_mss + MTUOFF) || in pf_osfp_find()
484 find->fp_wsize / (find->fp_mss + MTUOFF) != in pf_osfp_find()
581 memcpy(&find, f, sizeof(find)); in pf_osfp_validate()
584 if (find.fp_mss == 0) in pf_osfp_validate()
585 find.fp_mss = 128; in pf_osfp_validate()
587 find.fp_wsize *= find.fp_mss; in pf_osfp_validate()
589 find.fp_wsize *= (find.fp_mss + 40); in pf_osfp_validate()
[all …]
/netbsd/crypto/external/bsd/heimdal/dist/lib/sl/
H A Dslc-gram.y327 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()
503 name = find(as, "name"); in gen_wrapper()
506 arg = find(as, "argument"); in gen_wrapper()
509 opt1 = find(as, "option"); in gen_wrapper()
532 for(tmp = find(as, "option"); in gen_wrapper()
[all …]
/netbsd/external/bsd/nvi/docs/internals/
H A Dcscope.NOTES28 :cscope find create a new Q
48 c: find callers of name
50 e: find pattern
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
108 map <tab>a "tye:csc find t"t
109 map <tab>c "tye:csc find c"t
110 map <tab>d "tye:csc find d"t
[all …]
/netbsd/external/gpl3/gdb/dist/include/opcode/
H A Dft32.h294 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/external/gpl3/binutils.old/dist/include/opcode/
H A Dft32.h294 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/external/gpl3/binutils/dist/include/opcode/
H A Dft32.h294 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/external/gpl3/gdb.old/dist/include/opcode/
H A Dft32.h294 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/sbin/gpt/
H A Duuid.c92 struct gpt_find find; in cmd_uuid() local
94 memset(&find, 0, sizeof(find)); in cmd_uuid()
95 find.msg = "UUID changed"; in cmd_uuid()
99 if (gpt == NULL || gpt_add_find(gpt, &find, ch) == -1) in cmd_uuid()
106 rc = gpt_change_ent(gpt, &find, change_ent, NULL); in cmd_uuid()
110 if (find.all) in cmd_uuid()
111 return gpt_change_hdr(gpt, &find, change_hdr, NULL); in cmd_uuid()
H A Dremove.c79 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()
/netbsd/external/gpl3/binutils/dist/gprofng/src/
H A DBaseMetricTreeNode.cc91 BaseMetricTreeNode *found = root->find (item->get_cmd ()); in register_metric()
97 found = root->find (L_CP_TOTAL); in register_metric()
100 found = root->find (L_CP_TOTAL_CPU); in register_metric()
114 found = root->find (get_prof_data_type_name (DATA_HEAP)); in register_metric()
128 found = root->find (L_CP_TOTAL); in register_metric()
133 found = root->find (L_CP_TOTAL_CPU); in register_metric()
146 found = root->find (get_prof_data_type_name (DATA_OMP)); in register_metric()
163 found = root->find (L1_STATIC); in register_metric()
166 found = root->find (L1_OTHER); in register_metric()
199 BaseMetricTreeNode::find (const char *_name) in find() function in BaseMetricTreeNode
[all …]
/netbsd/crypto/external/bsd/heimdal/
H A Dheimdal2netbsd104 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
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
248 find . -type f -print | xargs chmod u+rw,go+r
[all …]
/netbsd/external/mpl/bind/
H A Dbind2netbsd92 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" -exec rm -r {} +
129 find . -type d -name ".gitattributes" -exec rm {} +
136 find . -type d -name ".clang-format*" -exec rm {} +
144 find . -type f -print | xargs chmod u+rw,go+r
145 find . -type d -print | xargs chmod u+rwx,go+rx
/netbsd/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/Arch/
H A DAArch64.cpp322 const auto ItRCrypto = std::find(ItRBegin, ItREnd, "+crypto"); in getAArch64TargetFeatures()
323 const auto ItRNoCrypto = std::find(ItRBegin, ItREnd, "-crypto"); in getAArch64TargetFeatures()
335 if (std::find(ItBegin, ItEnd, "+v8.4a") != ItEnd) { in getAArch64TargetFeatures()
340 const bool HasSM4 = (std::find(ItBegin, ItEnd, "-sm4") == ItEnd); in getAArch64TargetFeatures()
341 const bool HasSHA3 = (std::find(ItBegin, ItEnd, "-sha3") == ItEnd); in getAArch64TargetFeatures()
343 const bool HasAES = (std::find(ItBegin, ItEnd, "-aes") == ItEnd); in getAArch64TargetFeatures()
356 const bool HasSM4 = (std::find(ItBegin, ItEnd, "+sm4") != ItEnd); in getAArch64TargetFeatures()
359 const bool HasAES = (std::find(ItBegin, ItEnd, "+aes") != ItEnd); in getAArch64TargetFeatures()
372 const bool HasAES = (std::find(ItBegin, ItEnd, "-aes") == ItEnd); in getAArch64TargetFeatures()
379 const bool HasAES = (std::find(ItBegin, ItEnd, "+aes") != ItEnd); in getAArch64TargetFeatures()
[all …]
/netbsd/external/mpl/bind/dist/lib/dns/
H A Dadb.c2016 find = *findp; in free_adbfind()
2025 find->magic = 0; in free_adbfind()
2030 isc_mem_put(adb->mctx, find, sizeof(*find)); in free_adbfind()
3208 if (FIND_WANTEMPTYEVENT(find) && FIND_HAS_ADDRS(find)) { in dns_adb_createfind()
3260 *findp = find; in dns_adb_createfind()
3289 find = *findp; in dns_adb_destroyfind()
3367 ISC_LIST_UNLINK(find->adbname->finds, find, plink); in dns_adb_cancelfind()
3622 find->query_pending, find->partial_result, find->options, in dns_adb_dumpfind()
3623 find->flags); in dns_adb_dumpfind()
3625 find->name_bucket, find->adbname, find->event.ev_sender); in dns_adb_dumpfind()
[all …]
/netbsd/external/bsd/tmux/dist/
H A Dfile.c198 struct client_file find, *cf; in file_vprint() local
204 find.stream = 1; in file_vprint()
231 find.stream = 1; in file_print_buffer()
261 find.stream = 2; in file_error()
557 find.stream = msg->stream; in file_write_open()
608 find.stream = msg->stream; in file_write_data()
627 find.stream = msg->stream; in file_write_close()
716 find.stream = msg->stream; in file_read_open()
766 find.stream = msg->stream; in file_write_ready()
788 find.stream = msg->stream; in file_read_data()
[all …]

12345678910>>...166