Home
last modified time | relevance | path

Searched refs:_sp (Results 1 – 9 of 9) sorted by relevance

/titanic_44/usr/src/cmd/mdb/common/libstand/
H A Dgetopt.c35 int _sp = 1; variable
46 _sp = 1; in getopt_reset()
55 if (_sp == 1) { in getopt()
64 optopt = c = (unsigned char)argv[optind][_sp]; in getopt()
68 if (argv[optind][++_sp] == '\0') { in getopt()
70 _sp = 1; in getopt()
76 if (argv[optind][_sp+1] != '\0') in getopt()
77 optarg = &argv[optind++][_sp+1]; in getopt()
83 _sp = 1; in getopt()
88 _sp = 1; in getopt()
[all …]
/titanic_44/usr/src/lib/libc/port/gen/
H A Dgetopt.c77 int _sp = 1; variable
198 if (_sp == 1) { in getopt()
227 optopt = c = (unsigned char)argv[optind][_sp]; in getopt()
229 longopt = (_sp == 1 && c == '-'); in getopt()
239 if (argv[optind][++_sp] == '\0' || longopt) { in getopt()
241 _sp = 1; in getopt()
273 if (!longopt && argv[optind][_sp+1] != '\0') { in getopt()
274 optarg = &argv[optind++][_sp+1]; in getopt()
285 _sp = 1; in getopt()
290 _sp = 1; in getopt()
[all …]
/titanic_44/usr/src/cmd/dtrace/test/cmd/jdtrace/
H A DGetopt.java58 private int _sp = 1; field in Getopt
327 if (_sp == 1) { in getopt()
371 optopt = c = args[optind].charAt(_sp); in getopt()
373 longopt = (_sp == 1 && c == '-'); in getopt()
384 if (args[optind].length() == ++_sp || longopt) { in getopt()
386 _sp = 1; in getopt()
417 if (!longopt && ((_sp + 1) < args[optind].length())) { in getopt()
418 optarg = args[optind++].substring(_sp + 1); in getopt()
429 _sp = 1; in getopt()
434 _sp = 1; in getopt()
[all …]
/titanic_44/usr/src/cmd/sh/
H A Dulimit.c78 savsp = _sp; in sysulimit()
81 _sp = 1; in sysulimit()
248 _sp = savsp; in sysulimit()
H A Djobs.c762 int savsp = _sp;
766 _sp = 1;
798 _sp = savsp;
H A Ddefs.h157 extern int _sp;
H A Dmain.c259 _sp = 1; in main()
/titanic_44/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/include/
H A Dlm5710.h654 #define DCBX_S_PRI_COS_NEXT_LOWER_PRI(_sp) ((_sp) + 1) argument
/titanic_44/usr/src/lib/libc/port/
H A Dmapfile-vers2819 _sp;