Searched defs:open (Results 1 - 9 of 9) sorted by relevance
/ast/src/lib/libsum/ |
H A D | sumlib.c | 48 Sum_t* (*open)(const struct Method_s*, const char*); member in struct:Method_s 270 * open sum method name 288 return (*methods[n].open)(&methods[n], name); 347 * close an open sum handle
|
/ast/src/lib/libvcodex/Vcmisc/ |
H A D | vctranspose.c | 32 { ssize_t open; /* next open record */ member in struct:_transflip_s 86 { fl[r].open = r; /* all slot starting out open */ 94 while(fl[r = 0].open < nrows) 96 { if((p = fl[r].open) > r) /* a done record */ 97 { fl[r].open = p < nrows ? fl[p].open : nrows; 103 fl[r].open = r+1; 139 fl[r].open [all...] |
/ast/src/lib/libast/comp/ |
H A D | omitted.c | 4 * workarounds to bring the native interface close to posix and x/open 127 #define sysopen open 744 open(const char* path, int flags, ...) function 931 * rename to a `deleted' path just in case the file is open
|
/ast/src/cmd/ie/ |
H A D | io.h | 116 # define MAXFILES (NFILE-USERIO) /* maximum number of saved open files */ 179 # define open myopen macro
|
/ast/src/cmd/ksh93/include/ |
H A D | shell.h | 249 # define open sh_open macro
|
/ast/src/cmd/3d/ |
H A D | 3d.h | 131 #undef open macro 218 unsigned long open; member in struct:__anon2 476 int open; member in struct:__anon7
|
/ast/src/cmd/coshell/ |
H A D | service.h | 68 int open; /* number of successful opens */ \ 93 #define SHELL_OVERRIDE (1<<3) /* override on open */ 181 #define QUEUE (-1) /* waiting for shell to open */ 308 int open; member in struct:__anon66
|
/ast/src/cmd/ksh93/sh/ |
H A D | xec.c | 751 int id, open=1; local 757 open=0; 764 if(open) 774 if(!open) 908 open(e_devnull,O_RDONLY); 3980 int fd = open(path,O_RDONLY);
|
/ast/src/cmd/INIT/ |
H A D | ratz.c | 112 #define open _open macro 4475 if (open(cmd, O_BINARY|O_RDONLY) || lseek(0, offset, 0) != offset) 4892 fprintf(stderr, "%s: gunzip open error\n", state.id);
|
Completed in 36 milliseconds