Home | History | Annotate | Download | only in netperf

Lines Matching refs:place

354   static char *place = EMSG;    /* option letter processing */
357 if (!*place) {
359 if (optind >= argc || *(place = argv[optind]) != '-' || !*++place) {
362 if (*place == '-') {
365 place = EMSG ; /* Added by shiva for Netperf */
371 if ((optopt = (int)*place++) == (int)':'
373 if (!*place) {
382 if (!*place)
386 if (*place) {
387 optarg = place; /* no white space */
390 place = EMSG;
396 place = EMSG;
1967 /* this is in place because the netcpu_looper processor affinity