Searched refs:cont (Results 26 - 50 of 71) sorted by relevance

123

/freebsd-9.3-release/contrib/sendmail/vacation/
H A Dvacation.c505 bool tome, cont; local
510 cont = false;
518 cont = false;
566 cont = false;
587 cont = true;
594 cont = true;
598 if (!isascii(*buf) || !isspace(*buf) || !cont || tome)
600 cont = false;
/freebsd-9.3-release/usr.bin/colcrt/
H A Dcolcrt.c186 goto cont;
191 cont:
/freebsd-9.3-release/usr.sbin/pkg_install/
H A Dtkpkg48 button .menu.cont -text "Contents?" \
58 .menu.cont left \
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dmonitor.h84 char *cont; /* continue command */ member in struct:monitor_ops
H A Dabug-rom.c116 abug_cmds.cont = "g\r"; /* continue command */
H A Dcpu32bug-rom.c114 cpu32bug_cmds.cont = "g\r"; /* continue command */
H A Ddbug-rom.c112 dbug_cmds.cont = "go\r"; /* continue command */
H A Ddink32-rom.c139 dink32_cmds.cont = "go +\r";
H A Dremote-est.c120 est_cmds.cont = "go\r"; /* continue command */
H A Dremote-hms.c91 hms_cmds.cont = "g\r"; /* continue command */
H A Dppcbug-rom.c139 OPS->cont = "g\r"; /* continue command */
H A Drom68k-rom.c197 rom68k_cmds.cont = "go\r";
/freebsd-9.3-release/contrib/cvs/src/
H A Dmkmodules.c627 int len, cont, err = 0; local
632 for (cont = 0; fgets (line, sizeof (line), fp) != NULL;)
643 if (cont)
657 cont = 1;
662 cont = 0;
676 if (!cont)
/freebsd-9.3-release/crypto/openssl/crypto/asn1/
H A Dtasn_enc.c548 unsigned char *cont, c; local
580 cont = otmp->data;
585 cont = NULL;
603 cont = &c;
649 cont = strtmp->data;
656 memcpy(cout, cont, len);
H A Dasn1t.h655 typedef int ASN1_primitive_i2c(ASN1_VALUE **pval, unsigned char *cont,
657 typedef int ASN1_primitive_c2i(ASN1_VALUE **pval, const unsigned char *cont,
878 int asn1_ex_i2c(ASN1_VALUE **pval, unsigned char *cont, int *putype,
880 int asn1_ex_c2i(ASN1_VALUE **pval, const unsigned char *cont, int len,
/freebsd-9.3-release/contrib/groff/src/libs/libbib/
H A Dlinear.cpp209 const char **cont, const char **start) const
211 *cont = match + 1;
257 *cont = skip_field(bufend, match + matchlen);
207 check_match(const char *buf, const char *bufend, const char *match, int matchlen, const char **cont, const char **start) const argument
/freebsd-9.3-release/usr.bin/tip/tip/
H A Dvalue.c305 goto cont;
308 cont:
/freebsd-9.3-release/crypto/heimdal/lib/hx509/
H A Dcms.c1374 heim_octet_string cont; local
1380 memset(&cont, 0, sizeof(cont));
1413 &cont);
1417 *content = cont;
1421 if (cont.data)
1422 free(cont.data);
/freebsd-9.3-release/sys/kern/
H A Dkern_fail.c226 int cont = 0; /* don't continue by default */ local
253 cont = ent->fe_arg;
277 if (cont == 0)
/freebsd-9.3-release/contrib/gdtoa/
H A Dstrtod.c741 goto cont;
753 goto cont;
849 goto cont;
945 goto cont;
981 goto cont;
1026 cont:
/freebsd-9.3-release/contrib/tcsh/
H A Dsh.exec.c284 goto cont;
288 goto cont;
312 cont:
838 goto cont;
842 goto cont;
857 cont:
/freebsd-9.3-release/contrib/pf/pfctl/
H A Dpfctl_parser.c1422 int mask, v4mask, v6mask, cont = 1; local
1444 if (cont && (h = host_if(ps, mask)) != NULL)
1445 cont = 0;
1448 if (cont && (h = host_v4(s, mask)) != NULL)
1449 cont = 0;
1452 if (cont && (h = host_v6(ps, v6mask)) != NULL)
1453 cont = 0;
1456 if (cont && (h = host_dns(ps, v4mask, v6mask)) != NULL)
1457 cont = 0;
1460 if (h == NULL || cont
[all...]
/freebsd-9.3-release/crypto/openssl/crypto/bn/asm/
H A Dia64.S1394 #define cont p16 define
1398 cont=p16
1473 (p0) cmp.eq equ,cont=HH,r31 };;
1476 (equ) cmp.leu break,cont=r35,H };;
1477 { .mib; (cont) cmp.leu cont,break=HH,r31
1479 (cont) br.wtop.spnt .L_divw_1st_iter };;
1503 (p0) cmp.eq equ,cont=HH,r31 };;
1506 (equ) cmp.leu break,cont=r35,H };;
1507 { .mib; (cont) cm
[all...]
/freebsd-9.3-release/crypto/openssh/
H A Dpacket.c1058 int type, len, ret, cont, ms_remain = 0; local
1125 cont = 0;
1127 sizeof(buf), &cont);
1128 } while (len == 0 && cont);
1731 int cont; local
1734 cont = 0;
1736 buffer_ptr(&active_state->output), len, &cont);
1743 if (len == 0 && !cont)
H A Dserverloop.c404 int cont = 0; local
405 len = roaming_read(connection_in, buf, sizeof(buf), &cont);
407 if (cont)

Completed in 294 milliseconds

123