Lines Matching refs:text

27 	char text[256];
31 strftime(text, sizeof(text), nl_langinfo(D_T_FMT), local_t);
32 printf("STRING IS: %s\n\n", text);
37 * result = strftime(text, sizeof(text), "%Ec", local_t);
38 * printf("Ec Bytes %i %s ", result, text);
47 result = strftime(text, sizeof(text), "%EC", local_t);
48 printf("EC Bytes %i %s ", result, text);
57 * result = strftime(text, sizeof(text) , "%Ex", local_t);
58 * printf("Ex Bytes %i %s ", result, text);
67 result = strftime(text, sizeof(text), "%EX", local_t);
68 printf("EX Bytes %i %s ", result, text);
77 * result = strftime(text, sizeof(text), "%Ey", local_t);
78 * printf("Ey Bytes %i %s ", result, text);
87 result = strftime(text, sizeof(text), "%EY", local_t);
88 printf("EY Bytes %i %s ", result, text);
96 result = strftime(text, sizeof(text), "%Od", local_t);
97 printf("Od Bytes %i %s ", result, text);
105 result = strftime(text, sizeof(text), "%Oe", local_t);
106 printf("Oe Bytes %i %s ", result, text);
114 result = strftime(text, sizeof(text), "%OH", local_t);
115 printf("OH Bytes %i %s ", result, text);
123 result = strftime(text, sizeof(text), "%OI", local_t);
124 printf("OI Bytes %i %s ", result, text);
132 result = strftime(text, sizeof(text), "%Om", local_t);
133 printf("Om Bytes %i %s ", result, text);
141 result = strftime(text, sizeof(text), "%OM", local_t);
142 printf("OM Bytes %i %s ", result, text);
150 result = strftime(text, sizeof(text), "%OS", local_t);
151 printf("OS Bytes %i %s ", result, text);
159 result = strftime(text, sizeof(text), "%Ou", local_t);
160 printf("Ou Bytes %i %s ", result, text);
168 result = strftime(text, sizeof(text), "%OU", local_t);
169 printf("OU Bytes %i %s ", result, text);
177 result = strftime(text, sizeof(text), "%OV", local_t);
178 printf("OV Bytes %i %s ", result, text);
186 result = strftime(text, sizeof(text), "%Ow", local_t);
187 printf("Ow Bytes %i %s ", result, text);
195 result = strftime(text, sizeof(text), "%OW", local_t);
196 printf("OW Bytes %i %s ", result, text);
205 * result = strftime(text, sizeof(text), "%Oy", local_t);
206 * printf("Oy Bytes %i %s ", result, text);