HomeSort by: relevance | last modified time | path
    Searched refs:OPEN (Results 1 - 25 of 28) sorted by relevancy

1 2

  /src/external/gpl3/binutils/dist/binutils/
arlex.l 58 "OPEN" { return OPEN; }
73 "open" { return OPEN; }
arparse.h 74 OPEN = 275 /* OPEN */
100 #define OPEN 275
arparse.y 60 %token OPEN
137 OPEN FILENAME
arparse.c 167 OPEN = 275 /* OPEN */
193 #define OPEN 275
245 YYSYMBOL_OPEN = 20, /* OPEN */
681 "SAVE", "OPEN", "'('", "')'", "','", "$accept", "start", "$@1",
1324 case 30: /* open_command: OPEN FILENAME */
arlex.c 925 { return OPEN; }
1000 { return OPEN; }
  /src/external/gpl3/binutils.old/dist/binutils/
arlex.l 58 "OPEN" { return OPEN; }
73 "open" { return OPEN; }
arparse.h 74 OPEN = 275 /* OPEN */
100 #define OPEN 275
arparse.y 60 %token OPEN
137 OPEN FILENAME
arparse.c 167 OPEN = 275 /* OPEN */
193 #define OPEN 275
245 YYSYMBOL_OPEN = 20, /* OPEN */
681 "SAVE", "OPEN", "'('", "')'", "','", "$accept", "start", "$@1",
1324 case 30: /* open_command: OPEN FILENAME */
arlex.c 925 { return OPEN; }
1000 { return OPEN; }
  /src/lib/libcompat/regexp/
regexp.c 99 #define OPEN 20 /* no Mark this point in input as start of #n. */
100 /* OPEN+1 is number 1, etc. */
101 #define CLOSE 30 /* no Analogous to OPEN. */
122 * OPEN,CLOSE ...are numbered at compile time.
315 /* Make an OPEN node, if parenthesized. */
321 ret = regnode(OPEN+parno);
330 regtail(ret, br); /* OPEN -> first. */
977 case OPEN+1:
978 case OPEN+2:
979 case OPEN+3
    [all...]
  /src/external/bsd/less/dist/
regexp.c 94 #define OPEN 20 /* no Mark this point in input as start of #n. */
95 /* OPEN+1 is number 1, etc. */
96 #define CLOSE 30 /* no Analogous to OPEN. */
117 * OPEN,CLOSE ...are numbered at compile time.
314 /* Make an OPEN node, if parenthesized. */
320 ret = regnode(OPEN+parno);
329 regtail(ret, br); /* OPEN -> first. */
898 case OPEN+1:
899 case OPEN+2:
900 case OPEN+3
    [all...]
  /src/sys/arch/vax/mba/
mbavar.h 41 #define OPEN 3
  /src/sys/dev/ppbus/
lptvar.h 57 #define OPEN (unsigned)(1<<0) /* device is open */
63 #define LPTINIT (unsigned)(1<<6) /* waiting to initialize for open */
lpt.c 196 /* Initialize the device on open by default */
505 lpt->sc_state |= OPEN;
  /src/tests/dev/audio/
audiotest.c 197 fprintf(stderr, "\t-p : Open pad\n");
368 * close(2) and re-open(2).
372 * open() will be acceptable immediately in audio layer. But the real
403 /* open(2) or rump_sys_open(3) */
414 r = open(filename, flag);
662 * Open pad device before all accesses (including /dev/audioctl).
680 xp_err(1, __LINE__, "open %s", devaudioctl);
872 * the expected return value, such as open(2).
969 #define OPEN(name, mode) \
985 DPRINTFF(line, "open(\"%s\", %s)", name, modestr)
    [all...]
  /src/sys/arch/vax/vax/
cfl.c 92 short cfl_state; /* open and busy flags */
100 #define OPEN 1
141 cfltab.cfl_state = OPEN;
212 cfltab.cfl_state = OPEN;
  /src/games/battlestar/
words.c 175 { "open", OPEN, VERB, NULL },
176 { "unlock", OPEN, VERB, NULL },
extern.h 187 #define OPEN 1053
cypher.c 378 case OPEN:
391 puts("Nothing to open!");
  /src/usr.sbin/isibootd/
isibootd.c 96 #define OPENING 1 /* waiting for OPEN after CONNECT is received */
97 #define TRANSFER 2 /* data transferring state after OPEN is well done */
101 #define OPEN 1
105 { "CONNECT", "OPEN", "READ", "WRITE", "CLOSE", "FIND" };
227 if (fp->opcode != OPEN)
240 TRACE(1, ("failed to open '%s'\n", filename));
244 TRACE(2, ("open '%s'\n", filename));
378 fd = open(_PATH_BPF, O_RDWR, 0);
383 fd = open(devbpf, O_RDWR, 0);
  /src/lib/librumphijack/
hijack.c 350 { DUALCALL_OPEN, "open", RSYS_NAME(OPEN) },
1190 open(const char *path, int flags, ...) function
1198 DPRINTF(("open -> %s (%s)", path, whichpath(path)));
1203 op_open = GETSYSCALL(rump, OPEN);
1206 op_open = GETSYSCALL(host, OPEN);
1609 * open, the correct return value is 2.
2229 * then, open two pipes, one for notifications
  /src/external/mit/libuv/dist/src/unix/
fs.c 311 2. open() didn't support O_CLOEXEC
369 return open(req->path, req->flags | O_CLOEXEC, req->mode);
376 r = open(req->path, req->flags, req->mode);
1243 /* Open the source file. */
1261 /* Open the destination file. */
1410 /* Close the destination file if it is open. */
1716 X(OPEN, uv__fs_open(req));
2005 INIT(OPEN);
  /src/lib/libpuffs/
puffs.c 79 FILLOP(open, OPEN);
485 fd = open(_PATH_DEVNULL, O_RDWR, 0);
599 fd = open(_PATH_PUFFS, O_RDWR);
601 warnx("%s: cannot open `%s'", __func__, _PATH_PUFFS);
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
dump-parse-tree.cc 2244 gfc_open *open; local
2801 fputs ("OPEN", dumpfile);
2802 open = c->ext.open;
2804 if (open->unit)
2807 show_expr (open->unit);
2809 if (open->iomsg)
2812 show_expr (open->iomsg);
2814 if (open->iostat)
2817 show_expr (open->iostat)
    [all...]

Completed in 48 milliseconds

1 2