HomeSort by: relevance | last modified time | path
    Searched defs:cpustr (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.sbin/schedctl/
schedctl.c 238 char *cpustr, *s; local in function:makecpuset
248 cpustr = strdup(str);
249 if (cpustr == NULL)
251 s = cpustr;
279 free(cpustr);
schedctl.c 238 char *cpustr, *s; local in function:makecpuset
248 cpustr = strdup(str);
249 if (cpustr == NULL)
251 s = cpustr;
279 free(cpustr);

Completed in 26 milliseconds