Home
last modified time | relevance | path

Searched refs:nul (Results 1 – 25 of 118) sorted by relevance

12345

/netbsd/src/share/misc/
Dascii1 |000 nul|001 soh|002 stx|003 etx|004 eot|005 enq|006 ack|007 bel|
18 | 00 nul| 01 soh| 02 stx| 03 etx| 04 eot| 05 enq| 06 ack| 07 bel|
35 | 0 nul| 1 soh| 2 stx| 3 etx| 4 eot| 5 enq| 6 ack| 7 bel|
/netbsd/src/common/dist/zlib/msdos/
DMakefile.dj283 -@if not exist $(INCLUDE_PATH)\nul mkdir $(INCLUDE_PATH)
84 -@if not exist $(LIBRARY_PATH)\nul mkdir $(LIBRARY_PATH)
/netbsd/src/usr.bin/vis/
Dvis.c171 static char nul[] = "\0"; in process() local
172 char *cp = nul + 1; /* so *(cp-1) starts out != '\n' */ in process()
/netbsd/src/external/gpl3/gdb/dist/
Ddjunpack.bat31 copy fnchange.tmp junk.tmp > nul
36 copy fnchange.lst junk.tmp > nul
/netbsd/src/external/bsd/ntp/lib/libopts/
DMakefile21 COPTS.libopts.c+= ${${ACTIVE_CC} == "gcc":? -Wno-format-contains-nul :}
/netbsd/src/sys/fs/nfs/server/
Dnfs_nfsdsubs.c1280 nfsrv_adj(mbuf_t mp, int len, int nul) in nfsrv_adj() argument
1303 if (nul > 0) { in nfsrv_adj()
1304 cp = NFSMTOD(m, caddr_t) + mbuf_len(m) - nul; in nfsrv_adj()
1305 for (i = 0; i < nul; i++) in nfsrv_adj()
1321 if (nul > 0) { in nfsrv_adj()
1322 cp = NFSMTOD(m, caddr_t) + mbuf_len(m) - nul; in nfsrv_adj()
1323 for (i = 0; i < nul; i++) in nfsrv_adj()
/netbsd/src/games/hack/
Dhack.Decl.c70 const char nul[40]; /* contains zeros */ variable
Dhack.lev.c192 bwrite(fd, nul, sizeof(struct gold)); in savegoldchn()
205 bwrite(fd, nul, sizeof(struct trap)); in savetrapchn()
Dhack.h204 extern const char nul[];
Dhack.engrave.c359 bwrite(fd, nul, sizeof(unsigned)); in save_engravings()
/netbsd/src/external/bsd/libpcap/dist/msdos/
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 &
/netbsd/src/libexec/atrun/
Datrun.c295 char *nul = NULL; in run_file() local
296 char **nenvp = &nul; in run_file()
/netbsd/src/external/bsd/file/dist/magic/magdir/
Dmaple92 # from byte 4 it is either 'nul E' or 'soh R'
93 # I think 'nul E' means a file that was saved as a different name
/netbsd/src/sys/nfs/
Dnfs_subs.c1554 nfs_zeropad(struct mbuf *mp, int len, int nul) in nfs_zeropad() argument
1603 if (nul > 0) { in nfs_zeropad()
1607 if (M_READONLY(m) || M_TRAILINGSPACE(m) < nul) { in nfs_zeropad()
1610 KDASSERT(MLEN >= nul); in nfs_zeropad()
1613 n->m_len = nul; in nfs_zeropad()
1619 m->m_len += nul; in nfs_zeropad()
1621 for (i = 0; i < nul; i++) in nfs_zeropad()
/netbsd/src/lib/libwrap/
Doptions.c578 static char nul = '\0'; in get_field() local
579 static char *last = &nul; in get_field()
/netbsd/src/external/bsd/nvi/dist/docs/vi.man/
Dspell.ok108 nul
/netbsd/src/external/bsd/nvi/dist/vi/
Dv_itxt.c221 static CHAR_T nul = 0; in io() local
222 insert: p = &nul; in io()
Dv_ex.c51 static CHAR_T nul[] = { 0 }; in v_again() local
54 argv_exp0(sp, &cmd, nul, 1); in v_again()
/netbsd/src/sys/arch/x68k/stand/libsa/
Dputimage.S118 | Terminate with a nul character.
/netbsd/src/external/bsd/nvi/dist/common/
Dlog1.c291 static CHAR_T nul = 0; in log_line() local
297 lp = &nul; in log_line()
Dlog.c292 static CHAR_T nul = 0; in log_line() local
298 lp = &nul; in log_line()
/netbsd/src/external/bsd/nvi/dist/docs/vi.ref/
Dspell.ok245 nul
/netbsd/src/external/gpl3/binutils/dist/gas/config/
Dtc-z80.c495 expressionS nul, reg; in md_begin() local
501 memset (&nul, 0, sizeof (nul)); in md_begin()
532 nul.X_md=0; in md_begin()
533 expression (& nul); in md_begin()
535 zero = make_expr_symbol (& nul); in md_begin()
/netbsd/src/bin/sh/
Dnodetypes44 # string - a pointer to a nul terminated string
/netbsd/src/external/gpl2/xcvs/dist/diff/
Dlibdiff.mak25 NULL=nul

12345