HomeSort by: relevance | last modified time | path
    Searched defs:printname (Results 1 - 5 of 5) sorted by relevancy

  /src/external/historical/nawk/dist/
proctab.c 5 static const char * const printname[96] = { variable
212 return printname[n-FIRSTTOKEN];
  /src/libexec/httpd/
dir-index-bozo.c 61 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 = p
    [all...]
  /src/external/mpl/bind/dist/lib/dns/
rbtdb.c 1053 char printname[DNS_NAME_FORMATSIZE]; local
1057 dns_rbt_formatnodename(node, printname,
1058 sizeof(printname)),
qpcache.c 637 char printname[DNS_NAME_FORMATSIZE]; local
638 dns_name_format(&node->name, printname, sizeof(printname));
642 printname, node->locknum);
  /src/external/mpl/dhcp/bind/dist/lib/dns/
rbtdb.c 1855 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);

Completed in 36 milliseconds