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

/netbsd-current/libexec/httpd/
H A Ddir-index-bozo.c61 char *file = NULL, *printname = NULL, *p; local
105 bozoasprintf(httpd, &printname, "~%s/%s",
108 printname = bozostrdup(httpd, request, request->hr_file);
110 printname = bozostrdup(httpd, request, request->hr_file);
112 if ((p = strstr(printname, httpd->index_html)) != NULL) {
113 if (strcmp(printname, httpd->index_html) == 0)
114 strcpy(printname, "/"); /* is ``slashdir'' */
118 if ((p = bozo_escape_html(httpd, printname)) != NULL) {
119 free(printname);
120 printname
[all...]
/netbsd-current/external/historical/nawk/dist/
H A Dproctab.c5 static const char * const printname[96] = { variable
212 return printname[n-FIRSTTOKEN];
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/examples/hello-c++-kde/admin/
H A Dam_edit80 $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 it in DISTCLEANFILES!\n";
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 (
[all...]
/netbsd-current/external/mpl/dhcp/bind/dist/lib/dns/include/dns/
H A Drbt.h665 dns_rbt_formatnodename(dns_rbtnode_t *node, char *printname, unsigned int size);
670 * \li 'size' is the length of the printname buffer. This should be
674 * \li node and printname are not NULL.
677 * \li The 'printname' pointer.
/netbsd-current/external/mpl/bind/dist/lib/dns/include/dns/
H A Drbt.h649 dns_rbt_formatnodename(dns_rbtnode_t *node, char *printname, unsigned int size);
654 * \li 'size' is the length of the printname buffer. This should be
658 * \li node and printname are not NULL.
661 * \li The 'printname' pointer.
/netbsd-current/external/mpl/dhcp/bind/dist/lib/dns/
H A Drbt.c2254 dns_rbt_formatnodename(dns_rbtnode_t *node, char *printname, argument
2261 REQUIRE(printname != NULL);
2266 dns_name_format(name, printname, size);
2268 snprintf(printname, size, "<error building name: %s>",
2272 return (printname);
H A Drbtdb.c1855 char printname[DNS_NAME_FORMATSIZE]; local
1859 dns_rbt_formatnodename(node, printname,
1860 sizeof(printname)),
5659 char printname[DNS_NAME_FORMATSIZE]; local
5690 dns_rbt_formatnodename(rbtnode, printname,
5691 sizeof(printname)));
5716 printname);
5726 printname);
5730 "overmem cache: saved %s", printname);
/netbsd-current/external/mpl/bind/dist/lib/dns/
H A Drbt.c1528 dns_rbt_formatnodename(dns_rbtnode_t *node, char *printname, argument
1535 REQUIRE(printname != NULL);
1540 dns_name_format(name, printname, size);
1542 snprintf(printname, size, "<error building name: %s>",
1546 return (printname);
H A Drbtdb.c1765 char printname[DNS_NAME_FORMATSIZE]; local
1769 dns_rbt_formatnodename(node, printname,
1770 sizeof(printname)),
5641 char printname[DNS_NAME_FORMATSIZE]; local
5672 dns_rbt_formatnodename(rbtnode, printname,
5673 sizeof(printname)));
5698 printname);
5708 printname);
5712 "overmem cache: saved %s", printname);

Completed in 577 milliseconds