| /src/usr.sbin/ypserv/ypserv/ |
| ypserv.h | 33 bool_t more; member in struct:ypresp_all
|
| /src/external/mit/isl/dist/ |
| isl_list_read_yaml_templ.c | 21 isl_bool more; local 29 while ((more = isl_stream_yaml_next(s)) == isl_bool_true) { 36 if (more < 0 || isl_stream_yaml_read_end_sequence(s) < 0)
|
| flow_cmp.c | 62 isl_bool more; local 87 while ((more = isl_stream_yaml_next(s1)) == isl_bool_true) { 102 more = isl_stream_yaml_next(s1); 104 if (more < 0 || more2 < 0) 106 if (!more || !more2) 120 if (more < 0)
|
| /src/external/gpl3/gcc/dist/gcc/ |
| data-streamer.cc | 16 for more details. 41 /* More half_bytes to follow. */ 55 int more, half_byte; local 62 more = !((work == 0 && (half_byte & 0x4) == 0) 64 if (more) 69 while (more);
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| data-streamer.cc | 16 for more details. 41 /* More half_bytes to follow. */ 55 int more, half_byte; local 62 more = !((work == 0 && (half_byte & 0x4) == 0) 64 if (more) 69 while (more);
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.dap/ |
| scopes.c | 13 GNU General Public License for more details. 23 int more[5]; member in struct:dei_struct
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.dap/ |
| scopes.c | 13 GNU General Public License for more details. 23 int more[5]; member in struct:dei_struct
|
| /src/crypto/external/bsd/heimdal/dist/lib/gssapi/mech/ |
| gss_pname_to_uid.c | 69 int more = -1; local 86 &more);
|
| gss_authorize_localname.c | 78 int more = -1; local 83 while (more != 0 && major_status != GSS_S_COMPLETE) { 96 &more);
|
| /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/ |
| sanitizer_leb128.h | 19 bool more; local 24 more = !((((value == 0) && ((byte & 0x40) == 0)) || 26 if (more) 31 } while (more);
|
| /src/games/phantasia/ |
| io.c | 79 more(int where) function 81 mvaddstr(where, 0, "-- more --");
|
| /src/games/rogue/ |
| message.c | 68 const char *more = "-more-"; variable 87 mvaddstr(MIN_ROW-1, msg_col, more);
|
| /src/lib/libc/stdio/ |
| open_memstream.c | 98 off_t more; local 101 more = ms->offset; 102 more += len; 103 if (!memstream_grow(ms, more))
|
| /src/sys/arch/mips/mips/ |
| mips_stacktrace.c | 286 int more, stksize; local 391 more = 3; 394 for (va = subr; more; va += sizeof(int), 395 more = (more == 3) ? 3 : more - 1) { 407 more = 2; /* stop after next instruction */ 428 more = 1; /* stop now */ 440 more = 2; /* stop after next instruction */ 450 more = 2; /* stop after next instruction * [all...] |
| /src/crypto/external/cpl/trousers/dist/src/tcs/rpc/tcstp/ |
| rpc_audit.c | 82 TSS_BOOL more; local 101 &more, &ordSize, &ordList); 123 if (setData(TCSD_PACKET_TYPE_BOOL, 3, &more, 0, &data->comm)) {
|
| /src/crypto/external/cpl/trousers/dist/src/tspi/ |
| tspi_audit.c | 55 TSS_BOOL more; local 68 &counterValue, &more, 93 if (more == TRUE) { 101 } while (more == TRUE);
|
| /src/external/bsd/tmux/dist/ |
| key-string.c | 248 enum utf8_state more; local 302 if ((more = utf8_open(&ud, (u_char)*string)) == UTF8_MORE) { 306 more = utf8_append(&ud, (u_char)string[i]); 307 if (more != UTF8_DONE)
|
| /src/common/dist/zlib/examples/ |
| gznorm.c | 115 int more; // true if not at the end of the input local 131 more = strm.avail_in == CHUNK; 250 // so at most one more byte needs to be loaded. 253 // Need to go get and process more input. 284 // If no more bytes left to process, then we have 353 // the next entry to BLOCK, when more bits from the 419 } while (more);
|
| /src/games/hack/ |
| hack.topl.c | 111 more(); 164 putstr("--More--"); 178 more(void) function 234 * --More-- */ 243 more();
|
| /src/lib/libc/yp/ |
| xdryp.c | 373 bool_t more, status; local 389 if (!xdr_bool(xdrs, &more)) 391 if (!more) 392 return TRUE; /* no more */ 400 * no more values. If we fail, indicate the
|
| /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/mmu/ |
| nouveau_nvkm_subdev_mmu_uvmm.c | 381 const bool more = oclass->base.maxver >= 0; local 391 if (!(ret = nvif_unpack(ret, &argv, &argc, args->v0, 0, 0, more))) {
|
| /src/sys/nfs/ |
| nfs_srvsocket.c | 360 struct nfsrv_descript **ndp, bool *more) 367 *more = false; 380 *more = true; 414 bool more; local 422 more = false; 430 more = true; 434 return more;
|
| /src/external/bsd/openldap/dist/contrib/slapd-modules/acl/ |
| gssacl.c | 154 int more = -1; local 170 while ( more != 0 ) { 178 &gss_value, &gss_display_value, &more );
|
| /src/external/gpl3/binutils/dist/zlib/examples/ |
| gznorm.c | 115 int more; // true if not at the end of the input local 131 more = strm.avail_in == CHUNK; 250 // so at most one more byte needs to be loaded. 253 // Need to go get and process more input. 284 // If no more bytes left to process, then we have 353 // the next entry to BLOCK, when more bits from the 419 } while (more);
|
| /src/external/gpl3/binutils.old/dist/zlib/examples/ |
| gznorm.c | 115 int more; // true if not at the end of the input local 131 more = strm.avail_in == CHUNK; 250 // so at most one more byte needs to be loaded. 253 // Need to go get and process more input. 284 // If no more bytes left to process, then we have 353 // the next entry to BLOCK, when more bits from the 419 } while (more);
|