Searched refs:time_buffer (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10/OpenLDAP-499.27/OpenLDAP/libraries/liblutil/
H A Dmeter.c281 char time_buffer[19]; local
283 rc = lutil_time_string( time_buffer, remaining_time, 2);
285 snprintf( buf, buf_end-buf, " eta %6s", time_buffer );
287 rc = lutil_time_string( time_buffer, elapsed, 5);
290 time_buffer );
/macosx-10.10/file_cmds-242/pax/
H A Dpax_format.c1216 char time_buffer[12]; local
1217 memset(time_buffer,0,sizeof(time_buffer));
1218 sprintf(&time_buffer[0],"%d",(int)arcn->sb.st_atime);
1220 len = 3 + 5 + strlen(&time_buffer[0]) + 2;
1222 header_type, "atime", &time_buffer[0]);
1223 memset(time_buffer,0,sizeof(time_buffer));
1224 sprintf(&time_buffer[0],"%d",(int)arcn->sb.st_mtime);
1226 len = 3 + 5 + strlen(&time_buffer[
[all...]
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/compat/libpng/
H A Dpng.c517 if (png_ptr->time_buffer == NULL)
519 png_ptr->time_buffer = (png_charp)png_malloc(png_ptr, (png_uint_32)(29*
530 png_memcpy(png_ptr->time_buffer, near_time_buf,
534 png_snprintf6(png_ptr->time_buffer, 29, "%d %s %d %02d:%02d:%02d +0000",
539 return ((png_charp)png_ptr->time_buffer);
H A Dpngread.c1143 png_free(png_ptr, png_ptr->time_buffer);
H A Dpngwrite.c1005 png_free(png_ptr, png_ptr->time_buffer);
H A Dpng.h308 * "png_charp time_buffer" in png_struct and
1369 png_charp time_buffer PNG_DEPSTRUCT; /* String to hold RFC 1123 time text */

Completed in 204 milliseconds