Searched refs:entryproc (Results 1 - 1 of 1) sorted by relevance

/barrelfish-master/usr/eclipseclp/Kernel/src/
H A Dbip_load.c271 char *entryproc; member in struct:dload_info
316 char *temp, *entryproc; local
323 entryproc = (char *) hg_alloc(MAX_PATH_LEN + 30);
330 (void) sprintf(entryproc,"eclipse_dummy_entry%d",ec_vers);
343 (void) fprintf(f,"int %s() \n { return(0); } \n",entryproc);
368 loader,dummy,vstr,entryproc, tmpsympath,temp);
408 cur->entryproc = entryproc;
679 hg_alloc((long)strlen(cur->entryproc) + 2);
682 (void) strcpy(real_entryproc + 1, cur->entryproc);
[all...]

Completed in 78 milliseconds