| /src/usr.bin/yes/ |
| yes.c | 1 /* $NetBSD: yes.c,v 1.9 2008/07/21 14:19:28 lukem Exp $ */ 40 static char sccsid[] = "@(#)yes.c 8.1 (Berkeley) 6/6/93"; 42 __RCSID("$NetBSD: yes.c,v 1.9 2008/07/21 14:19:28 lukem Exp $"); 51 const char *yes; local 53 yes = (argc > 1) ? argv[1] : "y"; 55 while(puts(yes) >= 0)
|
| /src/usr.bin/make/unit-tests/ |
| sh-flags.mk | 18 opt-ignerr.yes= -i 19 opt-jobs.yes= -j1 21 opt-loud.yes= -dl # side effect: make stdout unbuffered 22 opt-no-action.yes= -n 23 opt-silent.yes= -s 24 opt-xtrace.yes= -dx 25 tgt-always.yes= .MAKE 26 tgt-ignerr.yes= .IGNORE 27 tgt-silent.yes= .SILENT 28 cmd-always.yes= [all...] |
| opt-jobs-no-action.mk | 71 # XXX: silent=no always=no ignerr={no,yes} should be almost the same. 74 SILENT.yes= @ 76 ALWAYS.yes= + 78 IGNERR.yes= -echo running; false 86 .for silent in no yes 87 . for always in no yes 88 . for ignerr in no yes
|
| opt-no-action-runflags.mk | 15 SILENT.yes= @ 17 ALWAYS.yes= + 19 IGNERR.yes= -echo running; false 23 .for silent in no yes 24 . for always in no yes 25 . for ignerr in no yes
|
| /src/external/gpl2/xcvs/dist/lib/ |
| yesno.c | 1 /* yesno.c -- read a yes/no response from stdin 44 bool yes; local 47 yes = false; 51 yes = (0 < rpmatch (response)); 55 return yes;
|
| /src/external/gpl3/gcc/dist/libgfortran/io/ |
| inquire.c | 34 static const char yes[] = "YES", no[] = "NO", undefined[] = "UNDEFINED"; variable 134 p = yes; 155 p = yes; 192 p = yes; 215 p = yes; 269 p = yes; 334 p = yes; 445 p = yes; 570 p = (!u || u->flags.action == ACTION_WRITE) ? no : yes; [all...] |
| /src/external/gpl3/gcc.old/dist/libgfortran/io/ |
| inquire.c | 34 static const char yes[] = "YES", no[] = "NO", undefined[] = "UNDEFINED"; variable 134 p = yes; 155 p = yes; 192 p = yes; 215 p = yes; 269 p = yes; 334 p = yes; 445 p = yes; 570 p = (!u || u->flags.action == ACTION_WRITE) ? no : yes; [all...] |
| /src/games/cribbage/ |
| extern.c | 50 BOOLEAN yes = FALSE; /* default 'y' to "Another game?" */ variable
|
| /src/external/mit/libuv/dist/test/ |
| test-udp-open.c | 62 int yes = 1; local 63 int r = setsockopt(sock, SOL_SOCKET, SO_REUSEADDR, &yes, sizeof yes);
|
| test-tcp-open.c | 67 int yes = 1; local 68 int r = setsockopt(sock, SOL_SOCKET, SO_REUSEADDR, &yes, sizeof yes);
|
| test-poll.c | 118 int yes = 1; local 119 r = setsockopt(sock, SOL_SOCKET, SO_REUSEADDR, &yes, sizeof yes);
|
| /src/sys/arch/ia64/stand/common/ |
| boot.c | 165 int c, yes; local 195 yes = 0; 203 yes = 1; 208 yes = 1; 219 if (yes) 222 if (yes) {
|
| /src/games/adventure/ |
| io.c | 116 yes(int x, int y, int z) function
|
| /src/sbin/iscsid/ |
| iscsid_driverif.c | 188 int yes = 1; local 351 setsockopt(sock, IPPROTO_TCP, TCP_NODELAY, &yes, (socklen_t)sizeof(yes)); 512 int yes = 1; local 601 setsockopt(sock, IPPROTO_TCP, TCP_NODELAY, &yes, (socklen_t)sizeof(yes));
|
| /src/external/bsd/libarchive/dist/tar/ |
| util.c | 220 yes(const char *fmt, ...) function
|
| /src/external/mit/libuv/dist/src/win/ |
| poll.c | 421 DWORD yes = 1; local 424 if (ioctlsocket(socket, FIONBIO, &yes) == SOCKET_ERROR)
|
| udp.c | 60 DWORD yes = 1; local 68 if (ioctlsocket(socket, FIONBIO, &yes) == SOCKET_ERROR) { 228 DWORD yes = 1; local 233 (char*) &yes, 234 sizeof yes) == SOCKET_ERROR) {
|
| tcp.c | 84 DWORD yes = 1; local 92 if (ioctlsocket(socket, FIONBIO, &yes) == SOCKET_ERROR) {
|
| /src/external/mpl/bind/dist/bin/named/ |
| fuzz.c | 651 int yes; local 688 yes = 1; 692 RUNTIME_CHECK(setsockopt(sockfd, SOL_SOCKET, SO_REUSEADDR, &yes,
|
| /src/crypto/dist/ipsec-tools/src/racoon/ |
| sockmisc.c | 505 int yes = 1; local 525 (void *)&yes, sizeof(yes)) < 0) { 535 (void *)&yes, sizeof(yes)) < 0) {
|
| /src/external/gpl2/gettext/dist/gettext-tools/src/ |
| message.h | 77 yes, enumerator in enum:is_format 93 yes,
|
| /src/external/gpl2/lvm2/dist/tools/ |
| lvconvert.c | 464 int yes = arg_count(cmd, yes_ARG); local 480 if (yes)
|
| /src/external/mit/libuv/dist/src/unix/ |
| udp.c | 308 int yes; local 309 yes = 1; 317 if (setsockopt(fd, SOL_SOCKET, SO_REUSEADDR, &yes, sizeof(yes))) 320 if (setsockopt(fd, SOL_SOCKET, SO_REUSEPORT, &yes, sizeof(yes))) 324 if (setsockopt(fd, SOL_SOCKET, SO_REUSEPORT, &yes, sizeof(yes))) { 329 if (setsockopt(fd, SOL_SOCKET, SO_REUSEADDR, &yes, sizeof(yes))) 353 int yes; local 373 int yes; local [all...] |
| /src/external/gpl3/binutils/dist/gas/config/ |
| tc-pdp11.c | 88 int yes = 1; 106 yes = 0; 112 pdp11_extension[PDP11_CIS] = yes; 115 pdp11_extension[PDP11_CSM] = yes; 118 pdp11_extension[PDP11_EIS] = pdp11_extension[PDP11_LEIS] = yes; 123 pdp11_extension[PDP11_FIS] = yes; 132 pdp11_extension[PDP11_FPP] = yes; 136 pdp11_extension[PDP11_LEIS] = yes; 142 pdp11_extension[PDP11_MFPT] = yes; 147 pdp11_extension[PDP11_MPROC] = yes; 87 int yes = 1; local [all...] |
| /src/external/gpl3/binutils.old/dist/gas/config/ |
| tc-pdp11.c | 88 int yes = 1; 106 yes = 0; 112 pdp11_extension[PDP11_CIS] = yes; 115 pdp11_extension[PDP11_CSM] = yes; 118 pdp11_extension[PDP11_EIS] = pdp11_extension[PDP11_LEIS] = yes; 123 pdp11_extension[PDP11_FIS] = yes; 132 pdp11_extension[PDP11_FPP] = yes; 136 pdp11_extension[PDP11_LEIS] = yes; 142 pdp11_extension[PDP11_MFPT] = yes; 147 pdp11_extension[PDP11_MPROC] = yes; 87 int yes = 1; local [all...] |