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

/openbsd-current/usr.sbin/tcpdump/
H A Daddrtoname.h41 extern char *getname(const u_char *);
49 #define ipaddr_string(p) getname((const u_char *)(p))
H A Dprint-bgp.c404 n = snprintf(buf, buflen, "%s/%u", getname((u_char *)&addr), plen);
521 printf(" %s", getname(p));
554 printf(", origin %s", getname(p+len-4));
616 printf("%s",getname(p));
626 getname(p),
656 printf(" %s", getname(p + 1 + i));
854 printf(" ID %s,", getname((u_char *)&bgpo.bgpo_id));
H A Dpf_print_state.c121 host = getname((char *)&addr->v4);
H A Daddrtoname.c150 getname(const u_char *ap) function
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/
H A D980526-2.c25 char * getname(const char * filename) function
45 tmp = getname(filename);
/openbsd-current/gnu/llvm/clang/www/demo/
H A Dindex.cgi39 sub getname {
60 my $name = getname($extension);
351 my $bytecodeFile = getname(".bc");
352 my $outputFile = getname(".llvm-gcc.out");
353 my $timerFile = getname(".llvm-gcc.time");
379 my $outputFile = getname(".gccld.out");
380 my $timerFile = getname(".gccld.time");
383 my $tmpFile = getname(".bc");
401 my $disassemblyFile = getname(".ll");
408 my $tmpFile = getname("
[all...]
/openbsd-current/libexec/getty/
H A Dmain.c136 static int getname(void);
310 if (getname()) {
362 getname(void) function
/openbsd-current/gnu/usr.bin/perl/ext/VMS-Stdio/
H A DStdio.pm19 our @EXPORT_OK = qw( &binmode &flush &getname &remove &rewind &sync &setdef &tmpnam
24 FUNCTIONS => [ qw( &binmode &flush &getname &remove &rewind
60 use VMS::Stdio qw( &flush &getname &remove &rewind &setdef &sync
65 $name = getname($fh);
149 =item getname
151 The C<getname> function returns the file specification associated
H A DStdio.xs193 getname(fp)
/openbsd-current/usr.bin/dig/lib/dns/
H A Dmessage.c754 getname(dns_name_t *name, isc_buffer_t *source, dns_message_t *msg, function
899 result = getname(name, source, msg, dctx);
1073 result = getname(name, source, msg, dctx);
/openbsd-current/gnu/usr.bin/perl/ext/POSIX/
H A DPOSIX.xs1372 /* The POSIX notion of ttyname() is better served by getname() under VMS */
1374 # define ttyname(fd) (isatty(fd) > 0 ? getname(fd,ttnambuf,0) : NULL)
/openbsd-current/gnu/usr.bin/perl/vms/
H A Dvms.c3553 cptr = getname(fd, out, 1);
12046 cptr = getname(fd, vms_filename, 1);

Completed in 229 milliseconds