Home
last modified time | relevance | path

Searched refs:StringReAlloc (Results 1 – 2 of 2) sorted by relevance

/dports/astro/sunclock/sunclock-3.57/
H A Dsunclock.c413 StringReAlloc(t, s) in StringReAlloc() function
450 StringReAlloc(&Label[l], buf); in readLanguage()
454 StringReAlloc(&Help[m], buf); in readLanguage()
592 StringReAlloc(&image_dir, share_maps_dir); in initValues()
599 StringReAlloc(&ListFormats, STDFORMATS); in initValues()
600 StringReAlloc(&EditorCommand, EDITORCOMMAND); in initValues()
601 StringReAlloc(&SpotSizes, "1|2|3|4|5"); in initValues()
1140 StringReAlloc(&Color[i], ptr);
1187 StringReAlloc(&SunFont[i], ptr1);
1428 StringReAlloc(&Zoom_img_file, *++argv);
[all …]
H A Dwidgets.c10 extern void StringReAlloc();
426 if (!Title) StringReAlloc(&Title, ProgName);
429 StringReAlloc(&ClassName, ProgName);
434 StringReAlloc(&ClockClassName, ClassName);
437 StringReAlloc(&MapClassName, ClassName);
440 StringReAlloc(&AuxilClassName, ClassName);
1240 StringReAlloc(&image_dir, share_maps_dir);
1242 StringReAlloc(&image_dir, "/");
1245 StringReAlloc(&image_dir, newdir);
1335 StringReAlloc(&image_dir, f);
[all …]