Searched refs:co (Results 1 - 25 of 75) sorted by relevance

123

/freebsd-10.1-release/gnu/usr.bin/rcs/co/
H A DMakefile1 PROG= co
2 SRCS= co.c
/freebsd-10.1-release/sbin/ipfw/
H A Dmain.c229 if (!co.do_force)
230 co.do_force = !isatty(STDIN_FILENO);
272 co.comment_only = 1;
273 co.do_compact = 1;
277 co.do_compact = 1;
281 co.do_dynamic = 1;
285 co.do_expired = 1;
289 co.do_force = 1;
298 co.do_value_as_ip = 1;
302 co
[all...]
H A Dipfw2.c57 struct cmdline_opts co; /* global options */ variable in typeref:struct:cmdline_opts
427 if (co.test_only)
466 if (co.test_only)
573 if (co.do_resolv && (s = match_value(ether_types, port)) )
579 if (co.do_resolv) {
970 if (mb == 32 && co.do_resolv)
1100 if (co.comment_only)
1139 if (!co.show_sets)
1151 if (co.do_time == 2)
1153 else if (co
[all...]
H A Ddummynet.c108 int rev = (co.do_sort < 0);
109 int field = rev ? -co.do_sort : co.do_sort;
331 if (co.verbose)
368 "", HN_AUTOSCALE, 0) < 0 || co.verbose)
795 switch (co.do_pipe) {
1292 if (co.do_pipe == 1) {
1301 /* main entry point for dummynet list functions. co.do_pipe indicates
1346 switch (co.do_pipe) {
H A Dipfw2.h59 extern struct cmdline_opts co;
H A Dnat.c112 if (co.verbose)
137 if (co.verbose)
907 if (!co.do_quiet) {
935 if (co.test_only)
/freebsd-10.1-release/release/picobsd/mfs_tree/etc/
H A Drc.serial19 co=$1; shift # call out device identifier
26 stty </dev/cuai$co$i -clocal crtscts hupcl 9600 reprint ^R
27 stty </dev/cual$co$i -clocal -crtscts -hupcl 0
35 co=$1; shift
41 stty </dev/cuai$co$i reprint undef
47 stty </dev/cual$co$i 300
55 co=$1; shift
65 stty </dev/cuai$co$i crtscts 57600
66 stty </dev/cual$co$i crtscts
74 co
[all...]
/freebsd-10.1-release/gnu/usr.bin/rcs/
H A DMakefile1 SUBDIR= lib ci co ident merge rcs rcsclean rcsdiff rcsmerge rlog rcsfreeze
H A Drcstest102 co $l $q a.c &&
103 test -f a.c || { echo '#co' $l did not create working file; exit 1; }
104 $diff a.11 a.c || { echo '#ci' followed by co $l is not a no-op; exit 1; }
109 co $q a.c &&
110 $diff a.12 a.c || { echo "#ci+co failed"; exit 1; }
113 co -r1.1 $q a.c &&
119 co -r1.1.1.1 $q a.c &&
123 co -l $q a.c &&
125 co -r1.3 $q a.c &&
126 $diff a.12 a.c || { echo "#(co
[all...]
/freebsd-10.1-release/release/
H A Dgenerate-release.sh99 ${SVN_CMD} co ${SVNROOT}/${BRANCHSRC} ${CHROOTDIR}/usr/src
100 ${SVN_CMD} co ${SVNROOTDOC}/${BRANCHDOC} ${CHROOTDIR}/usr/doc
101 ${SVN_CMD} co ${SVNROOTPORTS}/${BRANCHPORTS} ${CHROOTDIR}/usr/ports
/freebsd-10.1-release/lib/libgeom/
H A Dgeom_xml2tree.c355 struct gconsumer *co; local
408 LIST_FOREACH(co, &ge->lg_consumer, lg_consumer) {
409 gmp->lg_ident[i].lg_id = co->lg_id;
410 gmp->lg_ident[i].lg_ptr = co;
425 LIST_FOREACH(co, &ge->lg_consumer, lg_consumer) {
426 co->lg_geom =
427 geom_lookupid(gmp, co->lg_geom)->lg_ptr;
428 if (co->lg_provider != NULL) {
429 co->lg_provider =
431 co
478 struct gconsumer *co; local
[all...]
/freebsd-10.1-release/lib/libedit/TEST/
H A Dtc1.c170 int ac, cc, co; local
194 ac = cc = co = 0;
195 ncontinuation = tok_line(tok, li, &ac, &av, &cc, &co);
202 (void) fprintf(stderr, " > nc %d ac %d cc %d co %d\n",
203 ncontinuation, ac, cc, co);
234 co, av[i], av[i] + co);
/freebsd-10.1-release/lib/libedit/
H A Dtokenizer.c192 int cc, co; local
194 cc = co = -1;
201 co = (int)(tok->wptr - tok->wstart);
418 if (cc == -1 && co == -1) {
420 co = (int)(tok->wptr - tok->wstart);
425 *cursoro = co;
/freebsd-10.1-release/gnu/usr.bin/rcs/rcsmerge/
H A Drcsmerge.c46 * Pass -Vn to `co'. Pass unexpanded revision name to `co', so that Name works.
118 static char const co[] = CO; variable
255 co, quietarg, commarg.string,
259 rcsfaterror("co failed");
/freebsd-10.1-release/release/arm/
H A Drelease.sh78 chroot ${CHROOTDIR} svn co -q ${CROCHETSRC}/${CROCHETBRANCH} \
90 chroot ${CHROOTDIR} svn co -q ${UBOOTSRC}/${UBOOTBRANCH} \
/freebsd-10.1-release/sys/dev/aacraid/
H A Daacraid_cam.c523 struct aac_container *co; local
529 TAILQ_FOREACH(co, &sc->aac_container_tqh, co_link) {
530 fwprintf(sc, HBA_FLAGS_DBG_ERROR_B, "found container %d search for %d", co->co_mntobj.ObjectId, ccb->ccb_h.target_id);
531 if (co->co_mntobj.ObjectId == ccb->ccb_h.target_id)
534 if (co == NULL || ccb->ccb_h.target_lun != 0) {
594 "%08X%02X", co->co_uid,
674 ccfg->CTCommand.param[1] = co->co_mntobj.ObjectId;
680 co->co_mntobj.ObjectId);
712 scsi_ulto4b(co->co_mntobj.ObjExtension.BlockDevice.BlockSize, p->length);
714 if (co
[all...]
H A Daacraid.c557 struct aac_container *co; local
566 co = (struct aac_container *)malloc(sizeof *co, M_AACRAIDBUF,
568 if (co == NULL) {
572 co->co_found = f;
573 bcopy(&mir->MntTable[0], &co->co_mntobj,
575 co->co_uid = uid;
576 TAILQ_INSERT_TAIL(&sc->aac_container_tqh, co, co_link);
755 struct aac_container *co; local
768 while ((co
3078 struct aac_container *co, *co_next; local
3496 struct aac_container *co; local
[all...]
/freebsd-10.1-release/usr.bin/rpcgen/
H A Drpc_parse.h180 const_def co; member in union:definition::__anon11845
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/AST/
H A DExprClassification.cpp335 const BinaryConditionalOperator *co = cast<BinaryConditionalOperator>(E); local
336 return ClassifyConditional(Ctx, co->getTrueExpr(), co->getFalseExpr());
342 const ConditionalOperator *co = cast<ConditionalOperator>(E); local
343 return ClassifyConditional(Ctx, co->getTrueExpr(), co->getFalseExpr());
/freebsd-10.1-release/sys/dev/usb/
H A Dusbdi.h407 struct callout co; member in struct:usb_callout
409 #define usb_callout_init_mtx(c,m,f) callout_init_mtx(&(c)->co,m,f)
410 #define usb_callout_reset(c,t,f,d) callout_reset(&(c)->co,t,f,d)
411 #define usb_callout_stop(c) callout_stop(&(c)->co)
412 #define usb_callout_drain(c) callout_drain(&(c)->co)
413 #define usb_callout_pending(c) callout_pending(&(c)->co)
/freebsd-10.1-release/contrib/texinfo/makeinfo/
H A Dlang.h33 ca, co, cs, cy, enumerator in enum:__anon4602
/freebsd-10.1-release/sys/dev/aac/
H A Daac.c458 struct aac_container *co; local
466 co = (struct aac_container *)malloc(sizeof *co, M_AACBUF,
468 if (co == NULL)
478 device_set_ivars(child, co);
481 co->co_disk = child;
482 co->co_found = f;
483 bcopy(&mir->MntTable[0], &co->co_mntobj,
486 TAILQ_INSERT_TAIL(&sc->aac_container_tqh, co, co_link);
664 struct aac_container *co; local
3211 struct aac_container *co, *co_next; local
3631 struct aac_container *co; local
[all...]
/freebsd-10.1-release/crypto/heimdal/lib/hx509/
H A Dhxtool.c183 heim_octet_string c, co, signeddata, *sd = NULL; local
217 pd.os = &co;
249 co.data = p;
250 co.length = sz;
264 ret = hx509_cms_unwrap_ContentInfo(&co, &oid, &uwco, NULL);
273 der_free_octet_string(&co);
278 co = uwco;
288 ret = hx509_cms_verify_signed(context, ctx, flags, co.data, co.length, sd,
290 if (p != co
513 heim_octet_string o, co; local
[all...]
/freebsd-10.1-release/secure/lib/libcrypto/
H A DMakefile.asm94 SRCS+= bn-586.pl co-586.pl x86-gf2m.pl x86-mont.pl
/freebsd-10.1-release/sys/contrib/ngatm/netnatm/sig/
H A Dsig_call.c1031 struct uni_connect *co = &u->u.connect; local
1053 if (!IE_ISPRESENT(c->connid) && !IE_ISGOOD(co->connid))
1062 if (!IE_ISPRESENT(co->epref))
1065 if (IE_ISGOOD(co->epref) &&
1066 co->epref.flag != 1) {
1067 IE_SETERROR(co->epref);
1069 co->epref.h.act, UNI_IERR_BAD);
1073 if (IE_ISGOOD(co->epref)) {
1074 p = uni_find_party(c, &co->epref);
1076 respond_drop_party_ack(c, &co
[all...]

Completed in 196 milliseconds

123