Searched refs:sizestr (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/bind9-45.101/bind9/contrib/query-loc-0.4.0/
H A Dloc_ntoa.c142 char *sizestr, *hpstr, *vpstr; local
205 if ((sizestr = strdup(precsize_ntoa(sizeval))) == NULL)
206 sizestr = error;
216 altmeters, altfrac, sizestr, hpstr, vpstr);
218 if (sizestr != error)
219 free(sizestr);
/macosx-10.10.1/apache-793/httpd/modules/cache/
H A Dmod_file_cache.c109 char sizestr[21]; /* big enough to hold any 64-bit file size + null */ member in struct:__anon5864
199 apr_snprintf(new_file->sizestr, sizeof new_file->sizestr, "%" APR_OFF_T_FMT, new_file->finfo.size);
365 apr_table_setn(r->headers_out, "Content-Length", match->sizestr);
/macosx-10.10.1/libresolv-57/
H A Dres_debug.c964 char *sizestr, *hpstr, *vpstr; local
1027 sizestr = strdup(precsize_ntoa(sizeval));
1036 (sizestr != NULL) ? sizestr : error,
1040 if (sizestr != NULL)
1041 free(sizestr);

Completed in 98 milliseconds