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

/barrelfish-master/usr/startd/
H A Dspawn.c320 char *core_ptr = NULL; local
328 core_ptr = strchr(si.argv[i], '=') + 1;
348 while(*core_ptr != '\0') {
349 int id_from = strtol(core_ptr, (char **)&core_ptr, 10);
351 if(*core_ptr == '-') {
352 core_ptr++;
353 id_to = strtol(core_ptr, (char **)&core_ptr, 10);
355 assert(*core_ptr
[all...]

Completed in 32 milliseconds