Searched refs:printname (Results 1 - 12 of 12) sorted by relevance

/freebsd-9.3-release/crypto/openssh/regress/
H A Dscp-ssh-wrapper.sh5 printname () { function
44 printname $BAD
49 printname $BAD
/freebsd-9.3-release/usr.bin/gprof/
H A Ddfn.c74 printname( parentp );
126 printname( parentp );
185 printname( cycleheadp );
207 printname( tailp );
222 printname( cycleheadp );
239 printname( childp );
241 printname( cycleheadp );
250 printname( tailp -> cnext );
252 printname( cycleheadp );
280 printname( parent
[all...]
H A Dprintgprof.c159 printname( np );
214 printname( np );
330 printname( parentp );
340 printname( parentp );
364 printname( childp );
374 printname( childp );
381 printname( selfp ) function
535 printname( memberp );
622 printname( thisparentp );
624 printname ( thischild
[all...]
H A Dgprof.h310 void printname(nltype *);
H A Darcs.c215 printname( topsortnlp[ index ] );
342 printname( childp );
347 printname( parentp );
414 printname( nlp );
820 printname( childp );
874 printname( childp );
/freebsd-9.3-release/bin/ls/
H A Dextern.h48 int printname(const char *);
H A Dprint.c124 printname(const char *name) function
186 (void)printname(p->fts_name);
341 chcnt += printname(p->fts_name);
592 (void)printname(path);
H A Dls.c542 (void)printname(p->fts_path);
545 (void)printname(p->fts_path);
/freebsd-9.3-release/contrib/bind9/lib/dns/
H A Drpz.c412 char printname[DNS_NAME_FORMATSIZE]; local
419 dns_name_format(name, printname, sizeof(printname));
423 printname, str1, str2);
967 char printname[DNS_NAME_FORMATSIZE]; local
972 dns_name_format(name, printname, sizeof(printname));
976 printname);
H A Drbt.c1400 dns_rbt_formatnodename(dns_rbtnode_t *node, char *printname, unsigned int size) argument
1407 REQUIRE(printname != NULL);
1413 dns_name_format(name, printname, size);
1415 snprintf(printname, size, "<error building name: %s>",
1418 return (printname);
H A Drbtdb.c1848 char printname[DNS_NAME_FORMATSIZE]; local
1858 printname,
1859 sizeof(printname)));
5378 char printname[DNS_NAME_FORMATSIZE]; local
5409 printname,
5410 sizeof(printname)));
5433 printname);
5443 printname);
5447 "overmem cache: saved %s", printname);
/freebsd-9.3-release/contrib/bind9/lib/dns/include/dns/
H A Drbt.h610 dns_rbt_formatnodename(dns_rbtnode_t *node, char *printname,
616 * \li 'size' is the length of the printname buffer. This should be
620 * \li node and printname are not NULL.
623 * \li The 'printname' pointer.

Completed in 138 milliseconds