Lines Matching refs:place
351 static char *place = EMSG; /* option letter processing */ in getopt() local
354 if (!*place) { in getopt()
356 if (optind >= argc || *(place = argv[optind]) != '-' || !*++place) { in getopt()
359 if (*place == '-') { in getopt()
362 place = EMSG ; /* Added by shiva for Netperf */ in getopt()
368 if ((optopt = (int)*place++) == (int)':' in getopt()
370 if (!*place) { in getopt()
379 if (!*place) in getopt()
383 if (*place) { in getopt()
384 optarg = place; /* no white space */ in getopt()
387 place = EMSG; in getopt()
393 place = EMSG; in getopt()