Home | History | Annotate | Download | only in strftime

Lines Matching refs:result

28 	int result;
37 * result = strftime(text, sizeof(text), "%Ec", local_t);
38 * printf("Ec Bytes %i %s ", result, text);
39 * if (result != 31) {
47 result = strftime(text, sizeof(text), "%EC", local_t);
48 printf("EC Bytes %i %s ", result, text);
49 if (result != 2) {
57 * result = strftime(text, sizeof(text) , "%Ex", local_t);
58 * printf("Ex Bytes %i %s ", result, text);
59 * if (result != 10) {
67 result = strftime(text, sizeof(text), "%EX", local_t);
68 printf("EX Bytes %i %s ", result, text);
69 if (result <= 3) {
77 * result = strftime(text, sizeof(text), "%Ey", local_t);
78 * printf("Ey Bytes %i %s ", result, text);
79 * if (result != 2) {
87 result = strftime(text, sizeof(text), "%EY", local_t);
88 printf("EY Bytes %i %s ", result, text);
89 if (result != 4) {
96 result = strftime(text, sizeof(text), "%Od", local_t);
97 printf("Od Bytes %i %s ", result, text);
98 if (result != 2) {
105 result = strftime(text, sizeof(text), "%Oe", local_t);
106 printf("Oe Bytes %i %s ", result, text);
107 if (result != 2) {
114 result = strftime(text, sizeof(text), "%OH", local_t);
115 printf("OH Bytes %i %s ", result, text);
116 if (result != 2) {
123 result = strftime(text, sizeof(text), "%OI", local_t);
124 printf("OI Bytes %i %s ", result, text);
125 if (result != 2) {
132 result = strftime(text, sizeof(text), "%Om", local_t);
133 printf("Om Bytes %i %s ", result, text);
134 if (result != 2) {
141 result = strftime(text, sizeof(text), "%OM", local_t);
142 printf("OM Bytes %i %s ", result, text);
143 if (result != 2) {
150 result = strftime(text, sizeof(text), "%OS", local_t);
151 printf("OS Bytes %i %s ", result, text);
152 if (result != 2) {
159 result = strftime(text, sizeof(text), "%Ou", local_t);
160 printf("Ou Bytes %i %s ", result, text);
161 if (result != 1) {
168 result = strftime(text, sizeof(text), "%OU", local_t);
169 printf("OU Bytes %i %s ", result, text);
170 if (result != 2) {
177 result = strftime(text, sizeof(text), "%OV", local_t);
178 printf("OV Bytes %i %s ", result, text);
179 if (result != 2) {
186 result = strftime(text, sizeof(text), "%Ow", local_t);
187 printf("Ow Bytes %i %s ", result, text);
188 if (result != 1) {
195 result = strftime(text, sizeof(text), "%OW", local_t);
196 printf("OW Bytes %i %s ", result, text);
197 if (result != 2) {
205 * result = strftime(text, sizeof(text), "%Oy", local_t);
206 * printf("Oy Bytes %i %s ", result, text);
207 * if (result != 2) {