Searched refs:ctm (Results 1 - 20 of 20) sorted by relevance

/freebsd-9.3-release/usr.sbin/ctm/mkCTM/
H A Ddequeue4 L=/home/ctm/log.dequeue
5 /usr/sbin/ctm_dequeue -n 1 -l $L /home/ctm/queue/ctm-cvs-cur
6 /usr/sbin/ctm_dequeue -n 1 -l $L /home/ctm/queue/ctm-src-cur
H A Dctm_conf.cvs-cur7 set CTMmail ctm-cvs-cur-fast@freebsd.org
8 set CTMqueuemail ctm-cvs-cur@freebsd.org
9 set CTMqueue /home/ctm/queue/ctm-cvs-cur
H A Dctm_conf.src-cur7 set CTMmail ctm-src-cur-fast@freebsd.org
8 set CTMqueue /home/ctm/queue/ctm-src-cur
9 set CTMqueuemail ctm-src-cur@freebsd.org
H A Dctm_conf.gnats8 set CTMmail ctm-gnats@freebsd.org
H A Dctm_conf.ports-cur7 set CTMmail ctm-ports-cur@freebsd.org
H A DmkCTM20 set CTMSW /home/ctm/SW
144 exec sh -e -c "cd $CTMcopy ; $CTMSW/ctm -v -v -v ${CTMtmp}:${nm}.gz" >& ${CTMtmp}.apply
/freebsd-9.3-release/usr.sbin/ctm/
H A DMakefile3 SUBDIR= ctm ctm_rmail ctm_smail ctm_dequeue
/freebsd-9.3-release/usr.sbin/ctm/ctm/
H A DMakefile10 PROG= ctm
11 MAN= ctm.1 ctm.5
12 SRCS= ctm.c ctm_input.c ctm_pass1.c ctm_pass2.c ctm_pass3.c \
/freebsd-9.3-release/tools/regression/filemon/
H A Dtimed-forkb.c125 char *endptr, *ctm; local
136 ctm = ctime(&start);
137 ctm[24] = '\0'; // see: man 3 ctime
138 fprintf(stderr, "*** fork() generation started on \"%s\" ***\n", ctm);
/freebsd-9.3-release/usr.sbin/ctm/ctm_rmail/
H A Dctm_rmail.c4 * deltas may be passed to ctm for unpacking.
33 int delete_after = 0; /* Delete deltas after ctm applies them. */
48 * a '-b' flag, pass any completed deltas to 'ctm' for application to
106 * Maybe it's time to look for and apply completed deltas with ctm.
113 * If fork() fails, it's unlikely we'll be able to run ctm, so give up.
137 * If the next required delta is now present, let ctm lunch on it and any
145 FILE *fp, *ctm; local
155 * Grab a lock on the ctm mutex file so that we can be sure we are
164 * Find out which delta ctm needs next.
207 sprintf(buf, "(cd %s && ctm
[all...]
/freebsd-9.3-release/cddl/contrib/opensolaris/common/ctf/
H A Dctf_create.c91 ctf_member_t ctm; local
95 ctm.ctm_name = soff;
98 ctm.ctm_name = 0;
100 ctm.ctm_type = (ushort_t)dmd->dmd_type;
101 ctm.ctm_offset = (ushort_t)dmd->dmd_offset;
103 bcopy(&ctm, t, sizeof (ctm));
104 t += sizeof (ctm);
1039 ctf_membinfo_t ctm; local
1042 name, &ctm)
[all...]
/freebsd-9.3-release/usr.bin/at/
H A Dat.c467 unsigned long ctm; local
500 if(sscanf(dirent->d_name, "%c%5lx%8lx", &queue, &jobno, &ctm)!=3)
510 runtimer = 60*(time_t) ctm;
543 unsigned long ctm; local
580 if(sscanf(dirent->d_name, "%c%5lx%8lx", &queue, &jobno, &ctm)!=3)
/freebsd-9.3-release/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dctf.c245 ctf_member_t ctm; local
340 ctm.ctm_name = CTF_TYPE_NAME(CTF_STRTAB_0,
342 ctm.ctm_type = mp->ml_type->t_id;
343 ctm.ctm_offset = mp->ml_offset;
344 ctf_buf_write(b, &ctm, sizeof (ctm));
1038 ctf_member_t *ctm = v; local
1043 ctm->ctm_name);
1044 (*mpp)->ml_type = tdarr[ctm->ctm_type];
1045 (*mpp)->ml_offset = ctm
[all...]
/freebsd-9.3-release/libexec/atrun/
H A Datrun.c451 unsigned long ctm; local
538 if (sscanf(dirent->d_name,"%c%5lx%8lx",&queue,&jobno,&ctm) != 3)
541 run_time = (time_t) ctm*60;
/freebsd-9.3-release/crypto/openssl/crypto/x509/
H A Dx509_vfy.c999 int X509_cmp_current_time(ASN1_TIME *ctm) argument
1001 return X509_cmp_time(ctm, NULL);
1004 int X509_cmp_time(ASN1_TIME *ctm, time_t *cmp_time) argument
1013 remaining = ctm->length;
1014 str = (char *)ctm->data;
1021 if (ctm->type == V_ASN1_UTCTIME) {
1093 atm.type = ctm->type;
1100 if (ctm->type == V_ASN1_UTCTIME) {
/freebsd-9.3-release/usr.sbin/
H A DMakefile158 SUBDIR+= ctm
/freebsd-9.3-release/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_cg.c1006 ctf_membinfo_t ctm; local
1063 mnp->dn_membname, &ctm) == CTF_ERR) {
1075 if (ctm.ctm_offset != 0) {
1084 dt_cg_setx(dlp, r2, ctm.ctm_offset / NBBY);
H A Ddt_parser.c1766 ctf_membinfo_t ctm; local
1788 if (ctf_member_info(dtt.dtt_ctfp, type, name, &ctm) == CTF_ERR) {
1794 dt_node_type_assign(&dn, dtt.dtt_ctfp, ctm.ctm_type);
1801 return (dt_node_int(ctm.ctm_offset / NBBY));
4233 ctf_membinfo_t ctm; local
4244 mnp->dn_membname, &ctm) == CTF_ERR) {
4252 dt_node_type_assign(mnp, dxp->dx_dst_ctfp, ctm.ctm_type);
/freebsd-9.3-release/sys/contrib/octeon-sdk/
H A Dcvmx-pcieepx-defs.h2970 uint32_t ctm : 1; /**< Completion Timeout Mask */ member in struct:cvmx_pcieepx_cfg066::cvmx_pcieepx_cfg066_s
2984 uint32_t ctm : 1;
H A Dcvmx-pciercx-defs.h2874 uint32_t ctm : 1; /**< Completion Timeout Mask */ member in struct:cvmx_pciercx_cfg066::cvmx_pciercx_cfg066_s
2888 uint32_t ctm : 1;

Completed in 187 milliseconds