Home
last modified time | relevance | path

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

/dports/astro/swe/swisseph-2.10.1/
H A Dswejpl.c92 char *jplfname; member
194 if ((js->jplfptr = swi_fopen(SEI_FILE_PLANET, js->jplfname, js->jplfpath, serr)) == NULL) { in fsizer()
225 if (strlen(serr) + strlen(js->jplfname) + 3 < AS_MAXCH) { in fsizer()
226 sprintf(serr, "alleged ephemeris file (%s) has invalid format.", js->jplfname); in fsizer()
751 if (strlen(serr) + strlen(js->jplfname) < AS_MAXCH - 1) { in state()
752 …sprintf(serr, "JPL ephemeris file %s is mutilated; length = %d instead of %d.", js->jplfname, (uns… in state()
909 if (js->jplfname != NULL) in swi_close_jpl_file()
910 FREE((void *) js->jplfname); in swi_close_jpl_file()
925 || (js->jplfname = (char *) MALLOC(strlen(fname)+1)) == NULL in swi_open_jpl_file()
932 strcpy(js->jplfname, fname); in swi_open_jpl_file()