Searched refs:strings (Results 1 – 22 of 22) sorted by relevance
46 struct lines *strings; in main() local59 if (strings == NULL) in main()73 strings = (struct lines *) realloc (strings, in main()76 if (strings == NULL) in main()99 strings[idx1] = strings[idx2]; in main()100 strings[idx2] = tmp; in main()103 r1 = strcoll (strings[idx1].key, strings[idx2].key); in main()104 r2 = strcoll (strings[idx2].key, strings[idx1].key); in main()108 strings[idx1].key, strings[idx2].key, r1, r2); in main()119 free (strings[n].key); in main()[all …]
44 struct lines *strings; in main() local68 if (strings == NULL) in main()84 strings = (struct lines *) realloc (strings, in main()87 if (strings == NULL) in main()142 strings[idx1] = strings[idx2]; in main()143 strings[idx2] = tmp; in main()146 r1 = strcmp (strings[idx1].xfrm, strings[idx2].xfrm); in main()147 r2 = strcmp (strings[idx2].xfrm, strings[idx1].xfrm); in main()164 free (strings[n].line); in main()165 free (strings[n].xfrm); in main()[all …]
109 % Define representation of ante meridian and post maritime strings -
124 % Define representation of ante meridian and post maritime strings -
116 % Define representation of ante meridian and post maritime strings -
142 % Define representation of ante meridiem and post meridiem strings -
124 % Define representation of ante meridiem and post meridiem strings -
151 % Define representation of ante meridiem and post meridiem strings -
143 % Define representation of ante meridiem and post meridiem strings -
146 % Define representation of ante meridiem and post meridiem strings -
141 % Define representation of ante meridiem and post meridiem strings -
153 % Define representation of ante meridiem and post meridiem strings -
141 % Define representation of ante meridian and post maritime strings -
198 % Define representation of ante meridiem and post meridiem strings -
171 % Define representation of ante meridiem and post meridiem strings -
207 % Define representation of ante meridiem and post meridiem strings -
876 %The appropriate representation of the am and pm strings. (%p)878 % Empty strings are used to force 24h time format.
81 %% to the tokens so that the strings ccs and cscs don't collate
Completed in 12 milliseconds