| /src/usr.bin/rump_server/ |
| Makefile | 14 -Wl,--whole-archive \ 16 -Wl,--no-whole-archive
|
| /src/tests/dev/scsipi/ |
| Makefile | 16 LDADD+= -Wl,--whole-archive -lrumpdev_scsitest -Wl,--no-whole-archive
|
| /src/tests/dev/usb/t_hid/ |
| Makefile | 19 LDADD+= -Wl,--whole-archive -lrumpdev_hid -Wl,--no-whole-archive
|
| /src/distrib/utils/libhack/ |
| Makefile | 24 ${LD} -r -o $@ --whole-archive libhack.a
|
| /src/sys/arch/epoc32/stand/e32boot/exe/ |
| Makefile | 45 -o $@ --whole-archive $(IN) --no-whole-archive $(LIBS) 51 --whole-archive $(IN) --no-whole-archive $(LIBS)
|
| /src/tests/rump/modautoload/ |
| Makefile | 21 -Wl,--whole-archive -Wl,-Bstatic \ 23 -Wl,-Bdynamic -Wl,--no-whole-archive
|
| /src/sys/arch/epoc32/stand/e32boot/ldd/ |
| Makefile | 66 -o $@ --whole-archive $(IN) --no-whole-archive $(LIBS) 72 --whole-archive $(IN) --no-whole-archive $(LIBS)
|
| /src/tests/fs/nfs/nfsservice/ |
| Makefile | 15 LDADD+= -L${VFSTESTDIR} -Wl,--whole-archive -lvfstest -Wl,--no-whole-archive
|
| /src/usr.bin/make/unit-tests/ |
| varparse-undef-partial.mk | 14 # therefore the initial '$' of that whole expression is skipped by the parser 46 # Should the whole expression be skipped for now, or should the inner 54 # expression is expanded early, or whether the whole ${COPTS.${COMPILER}} is
|
| deptgt.mk | 48 # In a dependency declaration, the whole line is expanded before interpreting 52 # After expanding the line as a whole, each target is parsed but not
|
| varmod-order-shuffle.mk | 21 # lets the whole test fail once in 1.209.600 runs, on average.
|
| varmod-sysv.mk | 95 # of a SysV substitution modifier, and it was replaced with the whole match, 119 # to ':e=x', which doesn't match the string "value$". Therefore the whole 178 # For each word with the prefix "o" and the suffix "e", the whole word is 196 # the whole word is too short. Therefore it doesn't match. 220 # lasts longer than expected. The whole expression initially has the value
|
| varmod-ifelse.mk | 35 # Because of the early expansion, the whole condition evaluates to 155 # instead of just saying that the whole condition is bad. 204 # 1. The whole expression is only parsed. 254 # At 2020-01-07, the whole expression evaluated to 'then2,,}}' instead of the 260 # and the whole expression. This left the trailing ',,}}', which together
|
| var-scope-local.mk | 234 # expression is expanded before parsing the whole dependency line. Since the 239 # variable assignment, after expanding the whole line first, is thus 254 # dependency line as a whole. After that, the parser sees the variable
|
| /src/lib/libc/arch/mips/string/ |
| bcmp.S | 68 and a3, a2, ~3 # compute number of whole words left 94 and a3, a2, ~3 # compute number of whole words left
|
| /src/sys/dev/ |
| spkr.c | 110 #define WHOLE_NOTE 4 /* quarter notes per whole note */ 183 int whole; local 189 whole = sc->sc_whole; 191 whole *= NUM_MULT; 196 total = whole / val;
|
| /src/sys/arch/m68k/060sp/ |
| netbsd060sp.S | 176 clrl %d0 |# clear whole longword 208 clrl %d0 |# clear whole longword
|
| /src/usr.sbin/ofctl/ |
| ofctl.c | 796 u_int32_t divisor, whole, frac; local 803 whole = freq / divisor; 816 printf(" %u.%03u%s\n", whole, frac, units); 818 printf(" %u%s\n", whole, units); 828 u_int32_t divisor, whole, frac; local 835 whole = freq / divisor; 848 printf(" %3u.%03u%s\n", whole, frac, units); 850 printf(" %3u%s\n", whole, units);
|
| /src/usr.sbin/bta2dpd/bta2dpd/ |
| sbc_encode.c | 847 uint8_t *whole, *frameData; local 946 whole = malloc(totalSize); 947 if (whole == NULL) 950 memcpy(whole, &myHeader, sizeof(myHeader)); 953 memcpy(whole + offset, frameData, (size_t)next_pkt); 971 len = write(outfd, whole, totalSize); 990 free(whole);
|
| /src/lib/libpam/libpam/ |
| Makefile | 212 ${CC} ${LDFLAGS} -nostdlib -o ${.TARGET} -r -Wl,--whole-archive \
|
| /src/sys/arch/mac68k/mac68k/ |
| pramasm.s | 397 dbf %d3,wagain | do this until we've sent a whole byte 412 dbf %d3,ragain | do this until we've received a whole byte
|
| /src/lib/librumpuser/build-aux/ |
| compile | 247 If you are trying to build a whole package this is not the
|
| /src/sys/external/isc/libsodium/dist/build-aux/ |
| compile | 247 If you are trying to build a whole package this is not the
|
| /src/sys/external/isc/libsodium/dist/ |
| compile | 247 If you are trying to build a whole package this is not the
|
| /src/sys/external/bsd/ipf/netinet/ |
| ip_ftp_pxy.c | 1896 u_short whole; local 1923 whole = 0; 1928 *t = htons((u_short)whole); 1934 *t = htons((u_short)whole); 1937 *t = htons((u_short)(whole >> 16)); 1940 whole = 0; 1961 whole <<= 8; 1962 whole |= c; 1964 whole >>= 8; 1965 whole |= ((u_32_t)c) << 24 [all...] |