Searched refs:place (Results 1 - 25 of 188) sorted by relevance

12345678

/netbsd-6-1-5-RELEASE/sys/arch/sgimips/stand/common/
H A Dgetopt.c54 static char *place = EMSG; /* option letter processing */ local
57 if (optreset || !*place) { /* update scanning pointer */
59 if (optind >= nargc || *(place = nargv[optind]) != '-') {
60 place = EMSG;
63 if (place[1] && *++place == '-') { /* found "--" */
65 place = EMSG;
69 if ((optopt = (int)*place++) == (int)':' ||
77 if (!*place)
85 if (!*place)
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/i386/stand/libsa/
H A Dgetopt.c54 static char *place = EMSG; /* option letter processing */ local
57 if (optreset || !*place) { /* update scanning pointer */
59 if (optind >= nargc || *(place = nargv[optind]) != '-') {
60 place = EMSG;
63 if (place[1] && *++place == '-') { /* found "--" */
65 place = EMSG;
69 if ((optopt = (int)*place++) == (int)':' ||
77 if (!*place)
85 if (!*place)
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/ia64/stand/common/
H A Dgetopt.c54 static char *place = EMSG; /* option letter processing */ local
57 if (optreset || !*place) { /* update scanning pointer */
59 if (optind >= nargc || *(place = nargv[optind]) != '-') {
60 place = EMSG;
63 if (place[1] && *++place == '-') { /* found "--" */
65 place = EMSG;
69 if ((optopt = (int)*place++) == (int)':' ||
77 if (!*place)
85 if (!*place)
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/arc/stand/boot/
H A Dgetopt.c54 static char *place = EMSG; /* option letter processing */ local
57 if (optreset || !*place) { /* update scanning pointer */
59 if (optind >= nargc || *(place = nargv[optind]) != '-') {
60 place = EMSG;
63 if (place[1] && *++place == '-') { /* found "--" */
65 place = EMSG;
69 if ((optopt = (int)*place++) == (int)':' ||
77 if (!*place)
85 if (!*place)
[all...]
/netbsd-6-1-5-RELEASE/usr.bin/pr/
H A Degetopt.c75 static char *place = EMSG; /* option letter processing */ local
82 *place = savec;
86 if (!*place) {
91 ((*(place = nargv[eoptind]) != '-') && (*place != '+'))) {
92 place = EMSG;
96 delim = (int)*place;
97 if (place[1] && *++place == '-' && !place[
[all...]
/netbsd-6-1-5-RELEASE/lib/libc/stdlib/
H A Dgetopt.c65 static const char *place = EMSG; /* option letter processing */ local
71 if (optreset || *place == 0) { /* update scanning pointer */
73 place = nargv[optind];
74 if (optind >= nargc || *place++ != '-') {
76 place = EMSG;
79 optopt = *place++;
80 if (optopt == '-' && *place == 0) {
83 place = EMSG;
89 place = EMSG;
95 optopt = *place
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/tree-ssa/
H A D20030807-1.c29 rtx place = r; local
31 if (place->fld[0].rtint <= max_uid_cuid
32 && (place->fld[0].rtint > max_uid_cuid ? insn_cuid (place) :
33 uid_cuid[place->fld[0].rtint]))
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.dg/tree-ssa/
H A D20030807-1.c29 rtx place = r; local
31 if (place->fld[0].rtint <= max_uid_cuid
32 && (place->fld[0].rtint > max_uid_cuid ? insn_cuid (place) :
33 uid_cuid[place->fld[0].rtint]))
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/lib/isc/
H A Dcommandline.c102 static char *place = ENDOPT; local
111 if (isc_commandline_reset || *place == '\0') {
121 *(place = argv[isc_commandline_index]) != '-') {
125 place = ENDOPT;
129 if (place[1] != '\0' && *++place == '-' && place[1] == '\0') {
135 place = ENDOPT;
140 isc_commandline_option = *place++;
149 if (*place
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/lib/isc/
H A Dcommandline.c102 static char *place = ENDOPT; local
111 if (isc_commandline_reset || *place == '\0') {
121 *(place = argv[isc_commandline_index]) != '-') {
125 place = ENDOPT;
129 if (place[1] != '\0' && *++place == '-' && place[1] == '\0') {
135 place = ENDOPT;
140 isc_commandline_option = *place++;
149 if (*place
[all...]
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/roken/
H A Dgetopt.c62 static char *place = EMSG; /* option letter processing */ local
66 if (optreset || !*place) { /* update scanning pointer */
68 if (optind >= nargc || *(place = nargv[optind]) != '-') {
69 place = EMSG;
72 if (place[1] && *++place == '-') { /* found "--" */
74 place = EMSG;
78 if ((optopt = (int)*place++) == (int)':' ||
86 if (!*place)
100 if (!*place)
[all...]
/netbsd-6-1-5-RELEASE/dist/smbfs/lib/smb/
H A Dcfopt.c63 static const char *place = EMSG; /* option letter processing */ local
67 if (cf_optreset || !*place) { /* update scanning pointer */
72 place = EMSG;
75 if (*(place = nargv[tmpind]) != '-') {
79 if (place[1] && *++place == '-') { /* found "--" */
81 place = EMSG;
88 if ((cf_optopt = (int)*place++) == (int)':' ||
96 if (!*place)
105 if (!*place)
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/libpcap/dist/Win32/Src/
H A Dgetopt.c67 static char *place = EMSG; /* option letter processing */ local
70 if (optreset || !*place) { /* update scanning pointer */
72 if (optind >= nargc || *(place = nargv[optind]) != '-') {
73 place = EMSG;
76 if (place[1] && *++place == '-') { /* found "--" */
78 place = EMSG;
82 if ((optopt = (int)*place++) == (int)':' ||
90 if (!*place)
99 if (!*place)
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/tcpdump/dist/win32/Src/
H A Dgetopt.c63 static char *place = EMSG; /* option letter processing */ local
66 if (optreset || !*place) { /* update scanning pointer */
68 if (optind >= nargc || *(place = nargv[optind]) != '-') {
69 place = EMSG;
72 if (place[1] && *++place == '-') { /* found "--" */
74 place = EMSG;
78 if ((optopt = (int)*place++) == (int)':' ||
86 if (!*place)
95 if (!*place)
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/tmux/dist/compat/
H A Dgetopt.c60 static char *place = EMSG; /* option letter processing */ local
66 if (BSDoptreset || !*place) { /* update scanning pointer */
68 if (BSDoptind >= nargc || *(place = nargv[BSDoptind]) != '-') {
69 place = EMSG;
72 if (place[1] && *++place == '-') { /* found "--" */
74 place = EMSG;
78 if ((BSDoptopt = (int)*place++) == (int)':' ||
86 if (!*place)
95 if (!*place)
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.old-deja/g++.robertl/
H A Deb2.C3 inline void *operator new(size_t, void *place) throw() { return place; } argument
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.old-deja/g++.robertl/
H A Deb2.C3 inline void *operator new(size_t, void *place) throw() { return place; } argument
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/libntp/
H A Dgetopt.c61 register const char *place; local
88 for (place = optstring; place != NULL && *place != '\0'; ++place)
89 if (*place == c)
92 if (place == NULL || *place == '\0' || c == ':' || c == '?') {
96 place++;
97 if (*place
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/lib/dns/
H A Dgen-win32.h109 static char *place = ENDOPT; local
116 if (isc_commandline_reset || *place == '\0') {
123 *(place = argv[isc_commandline_index]) != '-') {
127 place = ENDOPT;
131 if (place[1] != '\0' && *++place == '-' && place[1] == '\0') {
137 place = ENDOPT;
142 isc_commandline_option = *place++;
151 if (*place
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.old-deja/g++.law/
H A Darm13.C6 inline void *operator new(size_t, void *place) { return place; } argument
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.old-deja/g++.law/
H A Darm13.C6 inline void *operator new(size_t, void *place) { return place; } argument
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/ld/testsuite/ld-arm/
H A Dgroup-relocs-ldr-bad.s3 @ We will place .text at 0x8000.
12 @ We will place the section foo at 0x8001000.
H A Dgroup-relocs-ldrs-bad.s3 @ We will place .text at 0x8000.
12 @ We will place the section foo at 0x8000100.
H A Dthumb1-bl.s7 @ We will place the section .text at 0x1000.
15 @ We will place the section .foo at 0x401000.
/netbsd-6-1-5-RELEASE/bin/pax/
H A Dgetoldopt.c41 char *place; local
71 place = strchr(optstring, c);
73 if (place == NULL || c == ':') {
78 place++;
79 if (*place == ':') {

Completed in 398 milliseconds

12345678