Searched refs:trace (Results 1 - 25 of 303) sorted by last modified time

1234567891011>>

/freebsd-10.0-release/usr.bin/bmake/
H A DMakefile42 trace.c \
/freebsd-10.0-release/usr.bin/m4/
H A DMakefile14 SRCS= eval.c expr.c look.c main.c misc.c gnum4.c trace.c parser.y tokenizer.l
H A Deval.c111 mark = trace(argv, argc, infile+ilevel);
H A Dextern.h141 /* trace.c */
145 extern size_t trace(const char **, int, struct input_file *);
H A Dtrace.c1 /* $OpenBSD: trace.c,v 1.16 2010/09/07 19:58:09 marco Exp $ */
148 trace(const char *argv[], int argc, struct input_file *inp) function
/freebsd-10.0-release/usr.bin/banner/
H A Dbanner.c1024 static int debug, i, j, linen, max, nchars, pc, term, trace, x, y; variable
1040 trace = 1;
1122 if (trace)
1127 if (trace)
1140 if (trace)
1166 if (trace)
/freebsd-10.0-release/usr.bin/procstat/
H A Dprocstat_kstack.c43 * Walk the stack trace provided by the kernel and reduce it to what we
132 char trace[KKST_MAXLEN]; local
197 * The kernel generates a trace with carriage returns between
201 kstack_cleanup(kkstp->kkst_trace, trace, kflag);
202 printf("%-29s\n", trace);
/freebsd-10.0-release/usr.bin/ktrace/
H A DMakefile6 MLINKS= ktrace.1 trace.1
/freebsd-10.0-release/crypto/heimdal/appl/ftp/ftp/
H A Dcmds.c921 trace = !trace;
922 printf("Packet tracing %s.\n", onoff(trace));
923 code = trace;
H A Dftp_var.h48 extern int trace; /* trace packets exchanged */
H A Dglobals.c7 int trace; /* trace packets exchanged */ variable
H A Dmain.c60 { NULL, 't', arg_counter, &trace,
/freebsd-10.0-release/crypto/heimdal/lib/krb5/
H A Dscache.c189 trace(void* ptr, const char * str) function
245 sqlite3_trace(*db, trace, NULL);
417 sqlite3_trace(s->db, trace, NULL);
/freebsd-10.0-release/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c9484 void *pTraceArg; /* Argument to the trace function */
9564 #define SQLITE_VdbeTrace 0x00000100 /* True to trace VDBE execution */
12866 FILE *trace; /* Write an execution trace here, if not NULL */ member in struct:Vdbe
17169 int trace; /* True to trace changes */ member in struct:sqlite3_mutex
17340 printf("%s mutex %p (%d) with nRef=%ld\n", pAction, (void*)p, p->trace, ulCount);
17359 if( p->trace ) os2MutexTrace(p, "enter");
17368 if( p->trace ) os2MutexTrace(p, "try");
17384 if( p->trace ) os2MutexTrac
17457 int trace; /* True to trace changes */ member in struct:sqlite3_mutex
17794 int trace; /* True to trace changes */ member in struct:sqlite3_mutex
58402 sqlite3VdbeTrace(Vdbe *p, FILE *trace) argument
79332 FILE *trace = (db->flags & SQLITE_VdbeTrace)!=0 ? stdout : 0; local
[all...]
H A Dsqlite3ext.h133 void * (*trace)(sqlite3*,void(*xTrace)(void*,const char*),void*); member in struct:sqlite3_api_routines
339 #define sqlite3_trace sqlite3_api->trace
/freebsd-10.0-release/crypto/openssh/regress/
H A Dagent-getpeereid.sh21 trace "start agent"
41 trace "kill agent"
H A Dagent-pkcs11.sh23 trace "start agent"
29 trace "generating key/cert"
39 trace "add pkcs11 key to agent"
46 trace "pkcs11 list via agent"
53 trace "pkcs11 connect via agent"
60 trace "remove pkcs11 keys"
67 trace "kill agent"
H A Dagent-ptrace.sh31 trace "start agent"
51 trace "kill agent"
H A Dagent-timeout.sh8 trace "start agent"
14 trace "add keys with timeout"
22 trace "agent has $n keys"
26 trace "sleeping 2*${SSHAGENT_TIMEOUT} seconds"
34 trace "kill agent"
H A Dagent.sh11 trace "start agent"
21 trace "overwrite authorized keys"
46 trace "simple connect via agent"
54 trace "agent forwarding"
67 trace "delete all agent keys"
73 trace "kill agent"
H A Dbanner.sh10 trace "test missing banner file"
31 trace "test banner size $s"
38 trace "test suppress banner (-q)"
H A Dbroken-pipe.sh7 trace "protocol $p"
H A Dcfgmatch.sh60 trace "match permitopen localhost proto $p"
69 trace "match permitopen proxy proto $p"
82 trace "match permitopen proxy w/key opts proto $p"
92 trace "match permitopen localhost proto $p"
106 trace "match permitopen proxy w/key opts proto $p"
121 trace "nomatch permitopen proxy w/key opts proto $p"
H A Dcipher-speed.sh26 trace "proto 2 cipher $c mac $m"
47 trace "proto 1 cipher $c"
H A Ddynamic-forward.sh16 trace "will use ProxyCommand $proxycmd"
23 trace "start dynamic forwarding, fork to background"
31 trace "forward failed proto $p attempt $n err $error"
41 trace "testing ssh protocol $p socks version $s host $h"
52 trace "terminate remote shell, pid $remote"

Completed in 299 milliseconds

1234567891011>>