Searched refs:arctype (Results 1 - 7 of 7) sorted by relevance

/freebsd-13-stable/usr.bin/gprof/
H A Dgprof.h102 typedef struct arcstruct arctype; typedef in typeref:struct:arcstruct
135 arctype *parents; /* list of caller arcs */
136 arctype *children; /* list of callee arcs */
156 arctype *list[1]; /* list of arcs in cycle */
161 EXTERN arctype *archead; /* the head of arcs in current cycle list */
253 bool addcycle(arctype **, arctype **);
256 int arccmp(arctype *, arctype *);
257 arctype *arclooku
[all...]
H A Darcs.c59 arctype *arcp;
81 arcp = (arctype *)calloc( 1 , sizeof *arcp );
122 arctype *arcp;
270 arctype *arcp;
362 arctype *arcp;
451 arctype **cyclestack;
452 arctype **stkp;
453 arctype **arcpp;
454 arctype **endlist;
455 arctype *arc
[all...]
H A Dlookup.c93 arctype *
96 arctype *arcp;
H A Dprintgprof.c308 arctype *arcp;
352 arctype *arcp;
411 arctype *arcp;
412 arctype *detachedp;
413 arctype sorted;
414 arctype *prevp;
451 arctype *arcp;
452 arctype *detachedp;
453 arctype sorted;
454 arctype *prev
[all...]
H A Ddfn.c70 arctype *arcp;
H A Dgprof.c352 register arctype *arcp;
/freebsd-13-stable/contrib/tcpdump/
H A Dprint-arcnet.c104 static int arcnet_encap_print(netdissect_options *, u_char arctype, const u_char *p,
320 arcnet_encap_print(netdissect_options *ndo, u_char arctype, const u_char *p, argument
323 switch (arctype) {

Completed in 696 milliseconds