| /src/lib/libcompat/regexp/ |
| regexp.c | 101 #define CLOSE 30 /* no Analogous to OPEN. */ 122 * OPEN,CLOSE ...are numbered at compile time. 348 ender = regnode((paren) ? CLOSE+parno : END); 1004 case CLOSE+1: 1005 case CLOSE+2: 1006 case CLOSE+3: 1007 case CLOSE+4: 1008 case CLOSE+5: 1009 case CLOSE+6: 1010 case CLOSE+7 [all...] |
| /src/external/bsd/less/dist/ |
| regexp.c | 96 #define CLOSE 30 /* no Analogous to OPEN. */ 117 * OPEN,CLOSE ...are numbered at compile time. 347 ender = regnode((paren) ? CLOSE+parno : END); 927 case CLOSE+1: 928 case CLOSE+2: 929 case CLOSE+3: 930 case CLOSE+4: 931 case CLOSE+5: 932 case CLOSE+6: 933 case CLOSE+7 [all...] |
| /src/external/mit/libuv/dist/test/ |
| test-signal.c | 93 enum { CLOSE, STOP, NOOP } stop_or_close; 107 else if (ctx->stop_or_close == CLOSE) 118 if (ctx->stop_or_close == CLOSE) 139 ctx->stop_or_close = CLOSE; 164 sc.stop_or_close = STOP; /* stop, don't close the signal handle */ 175 sc.stop_or_close = CLOSE; /* now close it when it's done */ 231 sc.stop_or_close = CLOSE; /* now close it when it's done */ 253 sc[0].stop_or_close = CLOSE; [all...] |
| /src/tests/dev/audio/ |
| audiotest.c | 368 * close(2) and re-open(2). 369 * audio(4) uses hw_if->close() to tell the hardware to close. However, 466 /* close(2) or rump_sys_close(3) */ 477 r = close(fd); 727 * To avoid this, close non-pad descriptor first using atexit(3) for now. 736 close(fd); 1047 #define CLOSE(fd) \ 1051 DPRINTFF(line, "close(%d)", fd); 1333 CLOSE(fd) [all...] |
| /src/external/historical/nawk/dist/ |
| maketab.c | 84 { CLOSE, "closefile", "closefile" },
|
| awkgram.y | 59 %token <i> ARG BLTIN BREAK CLOSE CONTINUE DELETE DO EXIT FOR FUNC 87 %left ARG BLTIN BREAK CALL CLOSE CONTINUE DELETE DO EXIT FOR FUNC 379 | CLOSE term { $$ = op1(CLOSE, $2); }
|
| lex.c | 57 { "close", CLOSE, CLOSE },
|
| /src/usr.sbin/isibootd/ |
| isibootd.c | 103 #define CLOSE 4 105 { "CONNECT", "OPEN", "READ", "WRITE", "CLOSE", "FIND" }; 247 if (fp->opcode == CLOSE) { 249 goto closedown; /* close request */ 267 fp->opcode = CLOSE; 454 close(s);
|
| /src/crypto/external/bsd/openssl.old/dist/Configurations/ |
| descrip.mms.tmpl | 651 CLOSE CONFIG 949 CLOSE OPT_FILE 993 CLOSE OPT_FILE 1079 @ CLOSE OPT_FILE
|
| /src/lib/librumphijack/ |
| hijack.c | 332 { DUALCALL_CLOSE, "close", RSYS_NAME(CLOSE) }, 1171 int (*op_close)(int) = GETSYSCALL(host, CLOSE); 1588 /* hmm, maybe we should close rump fd's not within dup2mask? */ 1653 close(int fd) function 1658 DPRINTF(("close -> %d\n", fd)); 1672 op_close = GETSYSCALL(rump, CLOSE); 1680 op_close = GETSYSCALL(host, CLOSE); 1868 int (*op_close)(int) = GETSYSCALL(host, CLOSE); 2353 host_close = GETSYSCALL(host, CLOSE); [all...] |
| /src/crypto/external/apache2/openssl/dist/Configurations/ |
| descrip.mms.tmpl | 764 CLOSE CONFIG 913 close inc_output 1285 CLOSE OPT_FILE 1342 CLOSE OPT_FILE 1441 @ CLOSE OPT_FILE
|
| /src/crypto/external/bsd/openssl/dist/Configurations/ |
| descrip.mms.tmpl | 726 CLOSE CONFIG 875 close inc_output 1215 CLOSE OPT_FILE 1260 CLOSE OPT_FILE 1357 @ CLOSE OPT_FILE
|
| /src/external/gpl3/gcc/dist/gcc/fortran/ |
| dump-parse-tree.cc | 1896 case OMP_PROC_BIND_CLOSE: type = "CLOSE"; break; 2407 gfc_close *close; local 3073 fputs ("CLOSE", dumpfile); 3074 close = c->ext.close; 3076 if (close->unit) 3079 show_expr (close->unit); 3081 if (close->iomsg) 3084 show_expr (close->iomsg); 3086 if (close->iostat [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/fortran/ |
| dump-parse-tree.cc | 1727 case OMP_PROC_BIND_CLOSE: type = "CLOSE"; break; 2248 gfc_close *close; local 2905 fputs ("CLOSE", dumpfile); 2906 close = c->ext.close; 2908 if (close->unit) 2911 show_expr (close->unit); 2913 if (close->iomsg) 2916 show_expr (close->iomsg); 2918 if (close->iostat [all...] |
| /src/external/mit/libuv/dist/src/unix/ |
| fs.c | 164 rc = 0; /* The close is in progress, not an error. */ 1403 /* Close the source file. */ 1410 /* Close the destination file if it is open. */ 1700 X(CLOSE, uv__fs_close(req->file)); 1815 INIT(CLOSE);
|
| /src/lib/libpuffs/ |
| puffs.c | 80 FILLOP(close, CLOSE); 465 close(pu->pu_dpipe[1]); 492 close(fd); 512 close(pu->pu_dpipe[0]); 513 close(pu->pu_dpipe[1]);
|
| /src/sys/fs/puffs/ |
| puffs_vnops.c | 109 { &vop_close_desc, puffs_vnop_checkop }, /* close */ 198 { &vop_close_desc, vn_fifo_bypass }, /* close */ 237 { &vop_close_desc, puffs_vnop_close }, /* close */ 350 CHECKOP_SUCCESS(CLOSE); 893 PUFFS_MSG_VARS(vn, close); 897 PUFFS_MSG_ALLOC(vn, close); 905 PUFFS_MSG_RELEASE(close);
|
| /src/external/mit/libuv/dist/src/win/ |
| fs.c | 3136 XX(CLOSE, close)
|
| /src/sys/arch/m68k/060sp/dist/ |
| fplsp.s | 6269 #--SO IF F IS CHOSEN TO BE CLOSE TO X AND ATAN(F) IS STORED IN 6271 #--U = (X-F)/(1+XF) IS SMALL (REMEMBER F IS CLOSE TO X). IT IS 6739 # number of cases where |X| is less than, but close to, # 8246 #--THIS SHOULD BE THE USUAL CASE, X NOT VERY CLOSE TO 1
|
| fpsp.s | 6375 #--SO IF F IS CHOSEN TO BE CLOSE TO X AND ATAN(F) IS STORED IN 6377 #--U = (X-F)/(1+XF) IS SMALL (REMEMBER F IS CLOSE TO X). IT IS 6845 # number of cases where |X| is less than, but close to, # 8352 #--THIS SHOULD BE THE USUAL CASE, X NOT VERY CLOSE TO 1
|
| /src/external/public-domain/sqlite/dist/ |
| sqlite3.c | 639 ** [prepared statements], [sqlite3_blob_close | close] all [BLOB handles], and 641 ** with the [sqlite3] object prior to attempting to close the object. 732 ** <li> The application must not close the [database connection] specified by 1195 ** is often close. The underlying VFS might choose to preallocate database 1277 ** close. Persisting the files is useful when other processes that do not 2619 ** is an integer - positive to disable checkpoints-on-close, or zero (the 2622 ** into which is written 0 or 1 to indicate whether checkpoints-on-close 3028 ** is closed or might close before sqlite3_interrupt() returns. 3149 ** A busy handler must not close the database connection 5765 ** close the database connection nor finalize or reset the prepare [all...] |