Searched defs:ok (Results 76 - 93 of 93) sorted by relevance

1234

/osnet-11/usr/src/lib/libast/common/port/
H A Dastconf.c378 goto ok;
398 goto ok;
405 goto ok;
464 ok:
491 register int ok = 1; local
499 ok = getenv(state.strict) != 0;
502 ok = 1;
505 ok = 1;
508 ok = fs3d(FS3D_TEST);
511 ok
[all...]
/osnet-11/usr/src/lib/libshell/common/sh/
H A Dname.c105 short ok; member in struct:Namcache
873 nvcache.ok = 0;
1349 nvcache.ok = 1;
1354 if(np && nvcache.ok && cp[-1]!=']')
1385 nvcache.ok = 0;
/osnet-11/usr/src/lib/libnisdb/
H A Ddb_dictionary.cc2153 int i, ok = 1, count = 0; local
2185 for (i = 0; ok && i < dictionary->tables.tables_len; i++) {
2189 while (ok && t != NULL) {
2201 ok = 0;
2208 if (ok) {
/osnet-11/usr/src/lib/libparted/common/libparted/labels/
H A Dgpt.c499 int ok = 1; local
515 ok = 0;
519 return ok;
937 The primary header is ok, but backup is corrupt.
987 /* The primary header is ok, but backup is corrupt. */
999 /* primary GPT corrupt, backup is ok. */
H A Ddos.c945 bool ok = ped_disk_add_partition (disk, part, constraint_exact); local
947 if (!ok)
1099 int ok = 0; local
1121 ok = ped_device_write (disk->dev, table, sector, 1);
1124 return ok;
/osnet-11/usr/src/lib/libpkg/common/
H A Dpkgweb.c1024 * cert is invalid. if 'ok' is non-zero, then we do our
1029 web_verify(int ok, X509_STORE_CTX *ctx) argument
1037 if (!ok) {
1039 return (ok);
1069 * ok we have the current cert
1096 return (ok);
1574 int i, ok; local
1580 if ((ok = ctx->get_issuer(issuer, ctx, x)) > 0) {
1581 return (ok);
2950 * cert is invalid. if 'ok' i
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dregcomp.c1482 bool ok;
1499 ok = re_node_set_insert (dfa->edests + clone_node, clone_dest);
1500 if (BE (! ok, 0))
1521 ok = re_node_set_insert (dfa->edests + clone_node, org_dest);
1522 if (BE (! ok, 0))
1531 ok = re_node_set_insert (dfa->edests + clone_node, clone_dest);
1532 if (BE (! ok, 0))
1550 ok = re_node_set_insert (dfa->edests + clone_node, clone_dest);
1551 if (BE (! ok, 0))
1562 ok
1475 bool ok; local
1615 bool ok; local
1686 bool ok; local
[all...]
H A Dregexec.c1296 bool ok;
1302 ok = re_node_set_insert (eps_via_nodes, node);
1303 if (BE (! ok, 0))
1364 ok = re_node_set_insert (eps_via_nodes, node);
1365 if (BE (! ok, 0))
1711 bool ok;
1743 ok = re_node_set_insert (cur_dest, prev_node);
1744 if (BE (! ok, 0))
2203 bool ok;
2229 ok
1293 bool ok; local
1708 bool ok; local
2200 bool ok; local
3089 bool ok; local
3225 bool ok; local
3317 bool ok; local
3592 bool ok; local
[all...]
/osnet-11/usr/src/cmd/sendmail/src/
H A Ddeliver.c3284 bool ok; local
3292 ok = putfromline(mci, e);
3293 if (ok)
3294 ok = (*e->e_puthdr)(mci, e->e_header, e, M87F_OUTER);
3295 if (ok)
3296 ok = (*e->e_putbody)(mci, e, NULL);
3297 if (ok && bitset(MCIF_INLONGLINE, mci->mci_flags))
3298 ok = putline("", mci);
3306 if (!ok && (sm_io_error(mci->mci_out) && errno == EPIPE))
3307 ok
[all...]
H A Dsrvrsmtp.c569 bool ok; local
1432 /* NULL pointer ok since it's our function */
1854 ** it's ok since it applies only to one transaction
2090 ok = true;
2102 ok = AllowBogusHELO;
2105 while (!ok && *++q != '\0' &&
2109 ok = true;
2116 if (*q == '\0' && ok)
2519 message("250 2.1.0 Sender ok");
2806 message("250 2.1.5 Recipient ok
[all...]
H A Dreadcf.c101 bool ok; local
575 file = extrquotstr(p, &q, " ", &ok);
576 if (!ok)
H A Dqueue.c6774 bool ok; local
6778 ok = false;
6780 return ok;
6808 ok = sm_io_fprintf(keyf, SM_TIME_DEFAULT, "%ld\n", key) !=
6810 ok = (sm_io_close(keyf, SM_TIME_DEFAULT) != SM_IO_EOF) && ok;
6812 return ok;
8792 ** not guaranteed. It's ok if they fail, mail won't be lost.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dpp_sys.c526 bool ok; local
555 ok = do_openn(gv, tmps, len, FALSE, O_RDONLY, 0, Nullfp, MARK+1, (SP-MARK));
557 if (ok)
H A Dutf8.c1843 bool ok = FALSE; local
1851 if (!ok && (flags & UNI_DISPLAY_BACKSLASH)) {
1854 Perl_sv_catpvf(aTHX_ dsv, "\\n"); ok = TRUE; break;
1856 Perl_sv_catpvf(aTHX_ dsv, "\\r"); ok = TRUE; break;
1858 Perl_sv_catpvf(aTHX_ dsv, "\\t"); ok = TRUE; break;
1860 Perl_sv_catpvf(aTHX_ dsv, "\\f"); ok = TRUE; break;
1862 Perl_sv_catpvf(aTHX_ dsv, "\\a"); ok = TRUE; break;
1864 Perl_sv_catpvf(aTHX_ dsv, "\\\\" ); ok = TRUE; break;
1869 if (!ok && (flags & UNI_DISPLAY_ISPRINT) && isPRINT(u & 0xFF)) {
1871 ok
[all...]
H A Ddoio.c1864 return TRUE; /* ok as "user" */
1868 return TRUE; /* ok as "group" */
1871 return TRUE; /* ok as "other" */
2276 unsigned long int cxt = 0, sts = 0, ok = 1, hasdir = 0, hasver = 0, isunix = 0; local
2302 ok = ((wilddsc.dsc$a_pointer = tovmspath(SvPVX(tmpglob),vmsspec)) != NULL);
2303 else ok = ((wilddsc.dsc$a_pointer = tovmsspec(SvPVX(tmpglob),vmsspec)) != NULL);
2304 if (ok) wilddsc.dsc$w_length = (unsigned short int) strlen(wilddsc.dsc$a_pointer);
2305 for (cp=wilddsc.dsc$a_pointer; ok && cp && *cp; cp++)
2307 while (ok && ((sts = lib$find_file(&wilddsc,&rsdsc,&cxt,
2323 ok
[all...]
H A Dsv.c232 int ok = 0; local
237 ok = 1;
239 if (!ok) {
/osnet-11/usr/src/cmd/parted/
H A Dparted.c2071 bool ok = (part->geom.start % pa->grain_size == pa->offset); local
2073 return ok;
/osnet-11/usr/src/lib/krb5/plugins/preauth/pkinit/
H A Dpkinit_crypto_openssl.c112 return (gettext("ok"));
3199 int i = 0, use_sent_dh = 0, ok = 0; local
3226 ok = 1;
3233 ok = 1;
3240 ok = 1;
3246 if (!ok) {
3254 ok = 1;
3259 if (ok) {
3271 if (ok)
3280 openssl_callback(int ok, X509_STORE_CT argument
3296 openssl_callback_ignore_crls(int ok, X509_STORE_CTX * ctx) argument
[all...]

Completed in 161 milliseconds

1234