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

/macosx-10.10.1/apr-32/apr/apr/time/win32/
H A Dtimestr.c133 char *new_format = (char *) malloc(max + 11); local
140 new_format[j++] = format[i++];
145 length_written = apr_snprintf(new_format + j, max - j, "%2d",
153 memcpy(new_format + j, "%m/%d/%y", 8);
158 memcpy(new_format + j, "%I:%M:%S %p", 11);
163 memcpy(new_format + j, "%H:%M", 5);
168 memcpy(new_format + j, "%H:%M:%S", 8);
173 length_written = apr_snprintf(new_format + j, max - j, "%2d",
181 new_format[j++] = format[i++];
182 new_format[
[all...]
/macosx-10.10.1/dcerpc-61/dcerpc/idl_compiler/
H A Dsysdep.c177 static char new_format[MAX_FORMAT_LEN]; /* Buffer for modified format string */ variable
276 strncpy(&new_format[new_len], pcp, len);
286 new_format[new_len++] = ' ';
315 strlcpy(&new_format[new_len], pcp, sizeof (new_format) - new_len); /* Copy rest of format string */
316 buff_len += vsprintf (&buff[buff_len], new_format, args);
/macosx-10.10.1/ICU-531.30/icuSources/i18n/
H A Dmsgfmt.cpp739 Format* new_format = newFormat.clone(); local
740 if (new_format) {
742 setCustomArgStartFormat(partIndex, new_format, status);
792 Format* new_format = newFormat.clone(); local
793 if (new_format == NULL) {
797 setCustomArgStartFormat(partIndex, new_format, status);

Completed in 73 milliseconds