Home
last modified time | relevance | path

Searched refs:sl_appendf (Results 1 – 12 of 12) sorted by relevance

/dports/astro/astrometry/astrometry.net-0.85/solver/
H A Dsolve-field.c142 sl_appendf(list, fmt, esc); in appendf_escape()
201 sl_appendf(tempfiles, "%s/%s", tmpdir, wcsbase); in write_kmz()
270 sl_appendf(cmdline, "%f", plotscale); in plot_source_overlay()
296 sl_appendf(cmdline, "%f", plotscale); in plot_source_overlay()
316 sl_appendf(cmdline, "%f", plotscale); in plot_source_overlay()
373 sl_appendf(cmdline, "%f", plotscale); in plot_index_overlay()
399 sl_appendf(cmdline, "%f", plotscale); in plot_index_overlay()
410 sl_appendf(cmdline, "%f", plotscale); in plot_index_overlay()
423 sl_appendf(cmdline, "%f", plotscale); in plot_index_overlay()
460 sl_appendf(cmdline, "%f", plotscale); in plot_annotations()
[all …]
H A Dengine-main.c223 sl_appendf(trycf, "%s/%s/%s", mydir, default_config_path, default_configfn); in main()
226 sl_appendf(trycf, "/etc/%s", default_configfn); in main()
228 sl_appendf(trycf, "%s/%s", mydir, default_configfn); in main()
229 sl_appendf(trycf, "./%s", default_configfn); in main()
230 sl_appendf(trycf, "./%s/%s", default_config_path, default_configfn); in main()
H A Daugment-xylist.c733 sl_appendf(cmd, "%i", axy->extension); in augment_xylist()
874 sl_appendf(cmd, "-c %s", axy->source_extractor_config); in augment_xylist()
888 sl_appendf(cmd, "-PARAMETERS_NAME %s", paramfn); in augment_xylist()
910 sl_appendf(cmd, "-FILTER_NAME %s", filterfn); in augment_xylist()
914 sl_appendf(cmd, "-CATALOG_NAME %s", xylsfn); in augment_xylist()
1057 sl_appendf(cmd, "-X %s", axy->xcol); in augment_xylist()
1059 sl_appendf(cmd, "-Y %s", axy->ycol); in augment_xylist()
1115 sl_appendf(cmd, "-n %i", axy->uniformize); in augment_xylist()
1117 sl_appendf(cmd, "-X %s", axy->xcol); in augment_xylist()
1119 sl_appendf(cmd, "-Y %s", axy->ycol); in augment_xylist()
/dports/astro/astrometry/astrometry.net-0.85/catalogs/
H A Dopenngc.c114 sl_appendf(lst, "%s %i", (entry->is_ngc ? "NGC" : "IC"), entry->id); in ngc_get_names()
/dports/astro/stellarsolver/stellarsolver-1.8/stellarsolver/astrometry/util/
H A Dioutils.c139 added = sl_appendf(lst, "%.*s-", lw-1, s); in split_long_string()
145 added = sl_appendf(lst, "%.*s", brk, s); in split_long_string()
396 sl_appendf(lines, "%.*s", (int)(cursor - buf), buf); in readfd()
421 sl_appendf(lines, "%.*s", NB, buf); in readfd()
H A Dbl.c947 sl_appendf(lst, "%.*s", (int)(next_sep - s), s); in sl_split()
1202 char* sl_appendf(sl* list, const char* format, ...) { in sl_appendf() function
/dports/astro/astrometry/astrometry.net-0.85/util/
H A Dioutils.c96 added = sl_appendf(lst, "%.*s-", lw-1, s); in split_long_string()
102 added = sl_appendf(lst, "%.*s", brk, s); in split_long_string()
351 sl_appendf(lines, "%.*s", (int)(cursor - buf), buf); in readfd()
376 sl_appendf(lines, "%.*s", NB, buf); in readfd()
H A Dbl.c947 sl_appendf(lst, "%.*s", (int)(next_sep - s), s); in sl_split()
1202 char* sl_appendf(sl* list, const char* format, ...) { in sl_appendf() function
H A Dtest_bl.c602 sl_appendf(s, "%1$s%1$s", "testing"); in test_sl_join()
/dports/astro/astrometry/astrometry.net-0.85/plot/
H A Dplot-constellations.c768 sl_appendf(json, in main()
890 sl_appendf(json, in main()
959 sl_appendf(json, in main()
/dports/astro/astrometry/astrometry.net-0.85/include/astrometry/
H A Dbl.h264 sl_appendf(sl* list, const char* format, ...);
/dports/astro/stellarsolver/stellarsolver-1.8/stellarsolver/astrometry/include/astrometry/
H A Dbl.h276 sl_appendf(sl* list, const char* format, ...);