/netbsd-src/libexec/httpd/ |
H A D | dir-index-bozo.c | 61 char *file = NULL, *printname = NULL, *p; in bozo_dir_index() local 105 bozoasprintf(httpd, &printname, "~%s/%s", in bozo_dir_index() 108 printname = bozostrdup(httpd, request, request->hr_file); in bozo_dir_index() 110 printname = bozostrdup(httpd, request, request->hr_file); in bozo_dir_index() 112 if ((p = strstr(printname, httpd->index_html)) != NULL) { in bozo_dir_index() 113 if (strcmp(printname, httpd->index_html) == 0) in bozo_dir_index() 114 strcpy(printname, "/"); /* is ``slashdir'' */ in bozo_dir_index() 118 if ((p = bozo_escape_html(httpd, printname)) != NULL) { in bozo_dir_index() 119 free(printname); in bozo_dir_index() 120 printname = p; in bozo_dir_index() [all …]
|
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/examples/hello-c++-kde/admin/ |
H A D | am_edit | 80 $printname = ""; # used to display the directory the Makefile is in 238 $printname = $makefile; 239 $printname =~ s/^\Q$topdir\E\///; 242 print STDOUT "Processing makefile $printname\n" if ($verbose); 275 …print STDERR "Error: $source is listed in a _SOURCE line in $printname, but doesn't exist yet. Put… 321 $tmp .= "\t$automkCall\n\tcd \$(top_srcdir) && perl $thisProg $printname\n\n"; 544 print STDERR "Warning: unknown option $opt in $printname\n"; 883 print STDERR "$printname: the argument for AUTO|USE_AUTOMOC is obsolete" if ($+); 928 my $newLine = $1."\n\tcd \$(top_srcdir) && perl $thisProg $printname"; 1253 print STDERR "unknown icon type $type in $printname ($file)\n"; [all …]
|
/netbsd-src/external/mpl/bind/dist/lib/dns/include/dns/ |
H A D | rbt.h | 498 dns_rbt_formatnodename(dns_rbtnode_t *node, char *printname, unsigned int size); 503 * \li 'size' is the length of the printname buffer. This should be 507 * \li node and printname are not NULL. 510 * \li The 'printname' pointer.
|
/netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/include/dns/ |
H A D | rbt.h | 665 dns_rbt_formatnodename(dns_rbtnode_t *node, char *printname, unsigned int size);
|
/netbsd-src/external/mpl/bind/dist/lib/dns/ |
H A D | rbt.c | 1366 dns_rbt_formatnodename(dns_rbtnode_t *node, char *printname, in dns_rbt_deletename() 1373 REQUIRE(printname != NULL); in dns_rbt_deletename() 1378 dns_name_format(name, printname, size); in dns_rbt_deletename() 1380 snprintf(printname, size, "<error building name: %s>", in dns_rbt_deletename() 1384 return printname; in dns_rbt_deletename() 1528 dns_rbt_formatnodename(dns_rbtnode_t * node,char * printname,unsigned int size) dns_rbt_formatnodename() argument
|
H A D | rbtdb.c | 1058 char printname[DNS_NAME_FORMATSIZE]; in free_rbtdb() 1062 dns_rbt_formatnodename(node, printname, in free_rbtdb() 1063 sizeof(printname)), in free_rbtdb() 1765 char printname[DNS_NAME_FORMATSIZE]; delete_node() local 5641 char printname[DNS_NAME_FORMATSIZE]; expirenode() local
|
/netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/ |
H A D | rbt.c | 2254 dns_rbt_formatnodename(dns_rbtnode_t *node, char *printname, in dns_rbt_formatnodename() argument 2261 REQUIRE(printname != NULL); in dns_rbt_formatnodename() 2266 dns_name_format(name, printname, size); in dns_rbt_formatnodename() 2268 snprintf(printname, size, "<error building name: %s>", in dns_rbt_formatnodename() 2272 return (printname); in dns_rbt_formatnodename()
|
H A D | rbtdb.c | 1855 char printname[DNS_NAME_FORMATSIZE]; in delete_node() local 1859 dns_rbt_formatnodename(node, printname, in delete_node() 1860 sizeof(printname)), in delete_node() 5659 char printname[DNS_NAME_FORMATSIZE]; in expirenode() local 5690 dns_rbt_formatnodename(rbtnode, printname, in expirenode() 5691 sizeof(printname))); in expirenode() 5716 printname); in expirenode() 5726 printname); in expirenode() 5730 "overmem cache: saved %s", printname); in expirenode()
|
/netbsd-src/external/gpl3/binutils.old/dist/gprof/ |
H A D | ChangeLog-9203 | 2076 by printname(). It handles stripping of initial '_',
|
/netbsd-src/external/gpl3/binutils/dist/gprof/ |
H A D | ChangeLog-9203 | 2076 by printname(). It handles stripping of initial '_',
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | ChangeLog-2004 | 22944 last_unconditional_cleanup, nominal_type, printname, and
|