Searched refs:nul (Results 1 - 22 of 22) sorted by relevance

/freebsd-11-stable/lib/libc/gen/
H A Dpw_scan.c73 static char nul[] = ""; local
78 pwd->pw_name = nul;
79 pwd->pw_passwd = nul;
80 pwd->pw_class = nul;
81 pwd->pw_gecos = nul;
82 pwd->pw_dir = nul;
83 pwd->pw_shell = nul;
/freebsd-11-stable/lib/libc/tests/string/
H A Dstpncpy_test.c81 ATF_TC_WITHOUT_HEAD(nul); variable
82 ATF_TC_BODY(nul, tc)
105 ATF_TP_ADD_TC(tp, nul);
H A Dwcsnlen_test.c75 ATF_TC_WITHOUT_HEAD(nul); variable
76 ATF_TC_BODY(nul, tc)
99 ATF_TP_ADD_TC(tp, nul);
H A Dwcscasecmp_test.c39 ATF_TC_WITHOUT_HEAD(nul); variable
40 ATF_TC_BODY(nul, tc)
120 ATF_TP_ADD_TC(tp, nul);
/freebsd-11-stable/contrib/unbound/contrib/
H A Dwarmup.cmd141 ) do "%dig%" %%a @%address% 1>nul 2>nul
146 %dig% -f %arg% @%address% 1>nul 2>nul
/freebsd-11-stable/contrib/vis/
H A Dvis.c162 static char nul[] = "\0"; local
163 char *cp = nul + 1; /* so *(cp-1) starts out != '\n' */
/freebsd-11-stable/crypto/openssl/crypto/des/
H A Dmakefile.bc42 $(TLIB) libdes.lib @libdes.rsp,nul
/freebsd-11-stable/contrib/sqlite3/tea/win/
H A Dmakefile.vc336 @if not exist $(OUT_DIR)\nul mkdir $(OUT_DIR)
337 @if not exist $(TMP_DIR)\nul mkdir $(TMP_DIR)
411 @if exist $(TMP_DIR)\nul $(RMDIR) $(TMP_DIR)
415 @if exist $(OUT_DIR)\nul $(RMDIR) $(OUT_DIR)
/freebsd-11-stable/contrib/gdb/
H A Ddjunpack.bat31 copy fnchange.tmp junk.tmp > nul
36 copy fnchange.lst junk.tmp > nul
/freebsd-11-stable/lib/libc/tests/stdio/
H A Dgetdelim_test.c173 ATF_TC_WITHOUT_HEAD(nul); variable
174 ATF_TC_BODY(nul, tc)
232 ATF_TP_ADD_TC(tp, nul);
/freebsd-11-stable/contrib/libpcap/msdos/
H A Dmakefile.wc25 ASM = wasm.exe -$(MODEL) $(DEFS) -dDOSX -dDOS4GW -zq -bt=dos -fr=nul -d3 -s
34 -$(MODEL) -mf -zff -zgf -zq -bt=dos -fr=nul -w6 -fpi &
/freebsd-11-stable/usr.sbin/kbdcontrol/
H A Dlex.l81 NUL|nul { number = 0; return TNUM; }
/freebsd-11-stable/contrib/binutils/bfd/
H A Dmerge.c447 bfd_boolean nul; local
454 nul = FALSE;
473 if (!nul && !((p - secinfo->contents) & mask))
475 nul = TRUE;
493 if (!nul && !((p - secinfo->contents) & mask))
495 nul = TRUE;
/freebsd-11-stable/sys/fs/nfsserver/
H A Dnfs_nfsdsubs.c1271 nfsrv_adj(mbuf_t mp, int len, int nul) argument
1294 if (nul > 0) {
1295 cp = NFSMTOD(m, caddr_t) + mbuf_len(m) - nul;
1296 for (i = 0; i < nul; i++)
1312 if (nul > 0) {
1313 cp = NFSMTOD(m, caddr_t) + mbuf_len(m) - nul;
1314 for (i = 0; i < nul; i++)
/freebsd-11-stable/libexec/atrun/
H A Datrun.c277 char *nul = NULL; local
278 char **nenvp = &nul;
/freebsd-11-stable/contrib/unbound/util/
H A Dnet_help.c870 char nul = 0; local
881 BIO_write(bio, &nul, (int)sizeof(nul));
/freebsd-11-stable/stand/pc98/cdboot/
H A Dcdboot.S401 scasb # nul char
405 or %al,%al # Is it double nul?
/freebsd-11-stable/contrib/apr/
H A Dapr.mak27 NULL=nul
H A Dlibapr.mak27 NULL=nul
/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_write_disk_posix.c1723 const char nul = '\0'; local
1729 if (write(a->fd, &nul, 1) < 0) {
/freebsd-11-stable/contrib/ntp/lib/isc/win32/
H A Dlibisc.mak25 NULL=nul
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/dtrace/
H A Ddtrace.c1182 * length, or the point that a nul byte is encountered. The src is assumed to
2618 int nul; local
2627 for (nul = 0; i < limit; i++) {
2628 if (nul) {
2636 nul = 1;

Completed in 210 milliseconds