Searched refs:printname (Results 1 – 8 of 8) sorted by relevance
/freebsd/usr.bin/gprof/ |
H A D | dfn.c | 67 printname( parentp ); in dfn() 118 printname( parentp ); in dfn_pre_visit() 174 printname( cycleheadp ); in dfn_findcycle() 196 printname( tailp ); in dfn_findcycle() 211 printname( cycleheadp ); in dfn_findcycle() 228 printname( childp ); in dfn_findcycle() 230 printname( cycleheadp ); in dfn_findcycle() 239 printname( tailp -> cnext ); in dfn_findcycle() 241 printname( cycleheadp ); in dfn_findcycle() 268 printname( parentp ); in dfn_self_cycle() [all …]
|
H A D | printgprof.c | 156 printname( np ); in flatprofline() 210 printname( np ); in gprofline() 324 printname( parentp ); in printparents() 334 printname( parentp ); in printparents() 357 printname( childp ); in printchildren() 367 printname( childp ); in printchildren() 374 printname(nltype *selfp) in printname() function 523 printname( memberp ); in printmembers() 605 printname( thisparentp ); in arccmp() 607 printname ( thischildp ); in arccmp() [all …]
|
H A D | arcs.c | 209 printname( topsortnlp[ index ] ); in doarcs() 335 printname( childp ); in timepropagate() 340 printname( parentp ); in timepropagate() 407 printname( nlp ); in cyclelink() 807 printname( childp ); in doflags() 861 printname( childp ); in doflags()
|
H A D | gprof.h | 297 void printname(nltype *);
|
/freebsd/crypto/openssh/regress/ |
H A D | scp-ssh-wrapper.sh | 5 printname () { function 44 printname $BAD 49 printname $BAD
|
/freebsd/sys/net/ |
H A D | debugnet.c | 928 const char *printname; member 944 __func__, opt->printname, octet, t); in dn_parse_optarg_ipv4() 955 opt->printname, octet, (intmax_t)db_tok_number); in dn_parse_optarg_ipv4() 966 " %d\n", __func__, opt->printname, octet, in dn_parse_optarg_ipv4() 987 .printname = "client", in debugnet_parse_ddb_cmd() 991 .printname = "server", in debugnet_parse_ddb_cmd() 995 .printname = "gateway", in debugnet_parse_ddb_cmd()
|
/freebsd/bin/ls/ |
H A D | extern.h | 51 int printname(const char *);
|
H A D | ls.c | 702 (void)printname(p->fts_path); in traverse() 705 (void)printname(p->fts_path); in traverse()
|