HomeSort by: relevance | last modified time | path
    Searched refs:found (Results 1 - 25 of 1944) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.dlang/
circular.c 19 found (void) function
27 found ();
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.dlang/
circular.c 19 found (void) function
27 found ();
  /src/sys/arch/hpc/hpc/
platid_copyright.awk 44 found=1
47 if (found) {
  /src/sys/kern/
subr_optstr.c 43 * with a maximum of bufsize bytes. If the key is found, returns true;
51 bool found = false; local
58 while (!found && *optstr != '\0') {
69 found = true;
71 /* Key not found; skip until next space. */
81 if (found) {
86 return found;
93 bool found = optstr_get_pointer(optstr, key, &data); local
95 /* If the key was found; copy its value to the target buffer. */
96 if (found) {
111 const bool found = optstr_get_pointer(optstr, key, &data); local
124 const bool found = optstr_get_pointer(optstr, key, &data); local
143 const bool found = optstr_get_pointer(optstr, key, &data); local
162 const bool found = optstr_get_pointer(optstr, key, &data); local
183 const bool found = optstr_get_pointer(optstr, key, &data); local
    [all...]
  /src/external/ibm-public/postfix/dist/mantools/
specmiss 14 $found{$2} = 1;
20 delete $found{$2};
24 for $name (sort keys %found) {
  /src/external/bsd/am-utils/dist/conf/checkmount/
checkmount_ultrix.c 56 int found = 0; local
59 while (!found && (err = getmnt(&start, &ment, sizeof(ment),
68 found = 1;
72 if (!found && err < 0) {
76 return found;
checkmount_default.c 59 int found = 0; local
82 while (!found && (ment = getmntent(mtab))) {
90 found = 1;
96 if (!found) {
102 found = fixmount_check_mount(host, hostaddr, path);
106 return found;
checkmount_svr4.c 56 int found = 0; local
64 while (!found && (err = getmntent(mtab, &ment)) == 0) {
72 found = 1;
87 if (!found) {
93 found = fixmount_check_mount(host, hostaddr, path);
97 return found;
checkmount_osf.c 55 int found = 0; local
63 for (i = 0; !found && (i < nentries); i++) {
76 found = 1;
82 found = 1;
86 return found;
  /src/external/bsd/atf/dist/atf-c/detail/
user.c 53 bool found; local
61 found = false;
62 for (i = 0; !found && i < ngroups; i++)
64 found = true;
65 return found;
  /src/tests/fs/
h_funcs.subr 52 found=no
55 found=yes
60 [ ${found} = yes ] || \
  /src/external/bsd/am-utils/dist/m4/
mk-aclocal 8 echo no macros directory found!
  /src/external/bsd/ntp/dist/ntpdc/
nl.pl 4 $found = 0;
12 $found = 1;
17 if ($found) {
38 $found = 0 if $last;
nl.pl.in 4 $found = 0;
12 $found = 1;
17 if ($found) {
38 $found = 0 if $last;
  /src/lib/libtelnet/
genget.c 79 register char **c, **found; local
85 found = 0;
91 if (found)
93 found = c;
95 return(found);
  /src/external/gpl3/binutils/dist/gprofng/src/
BaseMetricTreeNode.cc 91 BaseMetricTreeNode *found = root->find (item->get_cmd ()); local
92 if (!found)
97 found = root->find (L_CP_TOTAL);
100 found = root->find (L_CP_TOTAL_CPU);
103 if (found && found->bm == NULL)
104 found->bm = item;
106 if (!found)
114 found = root->find (get_prof_data_type_name (DATA_HEAP));
118 found = root->find (get_prof_data_type_name (DATA_CLOCK))
201 BaseMetricTreeNode *found = NULL; local
    [all...]
  /src/external/gpl3/binutils.old/dist/gprofng/src/
BaseMetricTreeNode.cc 91 BaseMetricTreeNode *found = root->find (item->get_cmd ()); local
92 if (!found)
97 found = root->find (L_CP_TOTAL);
100 found = root->find (L_CP_TOTAL_CPU);
103 if (found && found->bm == NULL)
104 found->bm = item;
106 if (!found)
114 found = root->find (get_prof_data_type_name (DATA_HEAP));
118 found = root->find (get_prof_data_type_name (DATA_CLOCK))
201 BaseMetricTreeNode *found = NULL; local
    [all...]
  /src/usr.bin/make/unit-tests/
sh-leading-hyphen.exp 5 unknown-command: not found
8 unknown-long-option: not found
  /src/external/lgpl3/gmp/dist/rand/
randlc2s.c 83 goto found;
86 found:
  /src/external/bsd/tre/dist/tests/agrep/
exitstatus.ok 1 #### TEST: agrep this-will-be-found exitstatus.in
2 this-will-be-found
5 #### TEST: agrep this-will-be-found < exitstatus.in
6 this-will-be-found
9 #### TEST: agrep -c this-will-be-found exitstatus.in
13 #### TEST: agrep -c this-will-be-found < exitstatus.in
17 #### TEST: agrep -H this-will-be-found exitstatus.in
18 exitstatus.in:this-will-be-found
21 #### TEST: agrep -H this-will-be-found < exitstatus.in
22 (standard input):this-will-be-found
    [all...]
  /src/external/gpl3/binutils/dist/
symlink-tree 60 found=
63 found=yes
66 if [ -z "${found}" ]; then
  /src/external/gpl3/binutils.old/dist/
symlink-tree 60 found=
63 found=yes
66 if [ -z "${found}" ]; then
  /src/external/gpl3/gcc/dist/
symlink-tree 60 found=
63 found=yes
66 if [ -z "${found}" ]; then
  /src/external/gpl3/gcc.old/dist/
symlink-tree 60 found=
63 found=yes
66 if [ -z "${found}" ]; then
  /src/external/gpl3/gdb/dist/
symlink-tree 60 found=
63 found=yes
66 if [ -z "${found}" ]; then

Completed in 23 milliseconds

1 2 3 4 5 6 7 8 91011>>