OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nul
(Results
1 - 14
of
14
) sorted by relevancy
/src/games/hack/
hack.Decl.c
70
const char
nul
[40]; /* contains zeros */
variable
hack.lev.c
192
bwrite(fd,
nul
, sizeof(struct gold));
205
bwrite(fd,
nul
, sizeof(struct trap));
hack.h
204
extern const char
nul
[];
hack.engrave.c
359
bwrite(fd,
nul
, sizeof(unsigned));
/src/common/dist/zlib/watcom/
watcom_l.mak
19
CFLAGS = -zq -ml -s -bt=dos -oilrtfm -fr=
nul
-wx
watcom_f.mak
19
CFLAGS = -zq -mf -3r -fp3 -s -bt=dos -oilrtfm -fr=
nul
-wx
/src/usr.bin/vis/
vis.c
171
static char
nul
[] = "\0";
local
172
char *cp =
nul
+ 1; /* so *(cp-1) starts out != '\n' */
237
/* Treat EOF as a
NUL
char. */
/src/sys/external/isc/libsodium/dist/builds/msvc/build/
buildbase.bat
15
CALL %environment% x86 >
nul
37
CALL %environment% x86_amd64 >
nul
/src/libexec/atrun/
atrun.c
295
char *
nul
= NULL;
local
296
char **nenvp = &
nul
;
/src/sys/fs/nfs/server/
nfs_nfsdsubs.c
1280
nfsrv_adj(mbuf_t mp, int len, int
nul
)
1303
if (
nul
> 0) {
1304
cp = NFSMTOD(m, caddr_t) + mbuf_len(m) -
nul
;
1305
for (i = 0; i <
nul
; i++)
1321
if (
nul
> 0) {
1322
cp = NFSMTOD(m, caddr_t) + mbuf_len(m) -
nul
;
1323
for (i = 0; i <
nul
; i++)
/src/lib/libwrap/
options.c
578
static char
nul
= '\0';
local
579
static char *last = &
nul
;
/src/sys/nfs/
nfs_subs.c
1551
* 2. add zero-padding '
nul
' bytes at the end of the mbuf chain.
1554
nfs_zeropad(struct mbuf *mp, int len, int
nul
)
1603
if (
nul
> 0) {
1607
if (M_READONLY(m) || M_TRAILINGSPACE(m) <
nul
) {
1610
KDASSERT(MLEN >=
nul
);
1613
n->m_len =
nul
;
1619
m->m_len +=
nul
;
1621
for (i = 0; i <
nul
; i++)
/src/sys/arch/x68k/stand/common/
start.S
298
subql #1,%a1 | remove
nul
char
/src/sys/arch/x68k/stand/libsa/
putimage.S
118
| Terminate with a
nul
character.
Completed in 31 milliseconds
Indexes created Sat Feb 21 08:20:20 UTC 2026