HomeSort by: relevance | last modified time | path
    Searched defs:null (Results 1 - 22 of 22) sorted by relevancy

  /src/sys/dev/
nullcons_subr.c 44 static struct tty *nulltty; /* null console tty */
46 cons_decl(null); variable
70 * null console device. We need it because of the ioctl() it handles,
106 * Mark console as no-op (null) console. Proper initialization is deferred
118 * null console initialization. This includes allocation of a new device and
124 static struct consdev nullcn = cons_init(null);
160 if ((cn == NULL) || (cn->cn_pri != CN_NULL) || (cn->cn_dev != NODEV))
166 error = devsw_attach("nullcn", NULL, &bmajor, &nullcn_devsw, &cmajor);
nullcons_subr.c 44 static struct tty *nulltty; /* null console tty */
46 cons_decl(null); variable
70 * null console device. We need it because of the ioctl() it handles,
106 * Mark console as no-op (null) console. Proper initialization is deferred
118 * null console initialization. This includes allocation of a new device and
124 static struct consdev nullcn = cons_init(null);
160 if ((cn == NULL) || (cn->cn_pri != CN_NULL) || (cn->cn_dev != NODEV))
166 error = devsw_attach("nullcn", NULL, &bmajor, &nullcn_devsw, &cmajor);
  /src/tests/usr.bin/indent/
lex_char.c 11 int null = '\0'; variable
lex_string.c 11 char null[] = "\0"; variable
lex_char.c 11 int null = '\0'; variable
lex_string.c 11 char null[] = "\0"; variable
  /src/usr.bin/ypmatch/
ypmatch.c 59 int outbuflen, key, null, notrans; local
66 domainname = b_retry_cnt = NULL;
67 notrans = key = null = 0;
95 null++;
109 if (b_retry_cnt != NULL) {
118 if (domainname == NULL)
133 if (null)
ypmatch.c 59 int outbuflen, key, null, notrans; local
66 domainname = b_retry_cnt = NULL;
67 notrans = key = null = 0;
95 null++;
109 if (b_retry_cnt != NULL) {
118 if (domainname == NULL)
133 if (null)
  /src/sys/lib/libsa/
stand.h 296 FS_DEF(null); variable
stand.h 296 FS_DEF(null); variable
  /src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/subdev/
mmu.h 57 dma_addr_t null; member in struct:nvkm_vmm
mmu.h 57 dma_addr_t null; member in struct:nvkm_vmm
  /src/usr.bin/m4/
main.c 76 const char *null = ""; /* as it says.. just a null.. */ variable
77 char **m4wraps = NULL; /* m4wraps array. */
89 const char *freeze = NULL; /* -F to freeze state */
90 const char *reload = NULL; /* -R to reload state */
92 FILE *freezef = NULL;
242 mstack = (stae *)xalloc(sizeof(stae) * STACKMAX, NULL);
243 sstack = (char *)xalloc(STACKMAX, NULL);
246 outfile = NULL;
250 longopts, NULL)) != -1
    [all...]
main.c 76 const char *null = ""; /* as it says.. just a null.. */ variable
77 char **m4wraps = NULL; /* m4wraps array. */
89 const char *freeze = NULL; /* -F to freeze state */
90 const char *reload = NULL; /* -R to reload state */
92 FILE *freezef = NULL;
242 mstack = (stae *)xalloc(sizeof(stae) * STACKMAX, NULL);
243 sstack = (char *)xalloc(STACKMAX, NULL);
246 outfile = NULL;
250 longopts, NULL)) != -1
    [all...]
  /src/usr.bin/tip/
cmds.c 51 char null = '\0'; variable
274 if ((fd = fopen(fnamex, "r")) == NULL) {
278 transmit(fd, value(EOFWRITE), NULL);
302 if (command != NULL) {
406 if ((fd = fopen(copynamex, "r")) == NULL) {
449 xpwrite(FD, &null, 1); /* poke it */
583 if ((cp = strrchr(value(SHELL), '/')) == NULL)
587 (void)execl(value(SHELL), cp, NULL);
648 if (msg != NULL)
662 if (dismsg != NULL && dismsg[0] != '\0')
    [all...]
cmds.c 51 char null = '\0'; variable
274 if ((fd = fopen(fnamex, "r")) == NULL) {
278 transmit(fd, value(EOFWRITE), NULL);
302 if (command != NULL) {
406 if ((fd = fopen(copynamex, "r")) == NULL) {
449 xpwrite(FD, &null, 1); /* poke it */
583 if ((cp = strrchr(value(SHELL), '/')) == NULL)
587 (void)execl(value(SHELL), cp, NULL);
648 if (msg != NULL)
662 if (dismsg != NULL && dismsg[0] != '\0')
    [all...]
  /src/usr.bin/mail/
cmd3.c 76 for (ap = list; *ap != NULL; ap++)
154 if ((shellcmd = value(ENAME_SHELL)) == NULL)
156 (void)run_command(shellcmd, NULL, 0, 1, "-c", cmd, NULL);
176 if ((shellcmd = value(ENAME_SHELL)) == NULL)
178 (void)run_command(shellcmd, NULL, 0, 1, NULL);
208 if (*arglist == NULL)
211 if ((cp = expand(*arglist)) == NULL)
230 np = NULL;
911 null(void *v __unused) function
    [all...]
cmd3.c 76 for (ap = list; *ap != NULL; ap++)
154 if ((shellcmd = value(ENAME_SHELL)) == NULL)
156 (void)run_command(shellcmd, NULL, 0, 1, "-c", cmd, NULL);
176 if ((shellcmd = value(ENAME_SHELL)) == NULL)
178 (void)run_command(shellcmd, NULL, 0, 1, NULL);
208 if (*arglist == NULL)
211 if ((cp = expand(*arglist)) == NULL)
230 np = NULL;
911 null(void *v __unused) function
    [all...]
  /src/games/adventure/
init.c 115 null, entrance, depression, say, lock, throw, variable
236 null = vocab(DECR('n', 'u', 'l', 'l', '\0'), 0, 0);
292 srand((int)time(NULL)); /* random seed */
init.c 115 null, entrance, depression, say, lock, throw, variable
236 null = vocab(DECR('n', 'u', 'l', 'l', '\0'), 0, 0);
292 srand((int)time(NULL)); /* random seed */
  /src/lib/libc/isc/
eventlib_p.h 50 #define OK(x) if ((x) < 0) EV_ERR(errno); else (void)NULL
52 else (void)NULL
54 #define NEW(p) if (((p) = memget(sizeof *(p))) != NULL) \
57 (void)NULL;
169 enum { Accept, File, Stream, Timer, Wait, Free, Null } type;
177 struct { const void *placeholder; } null; member in union:evEvent_p::__anon367
eventlib_p.h 50 #define OK(x) if ((x) < 0) EV_ERR(errno); else (void)NULL
52 else (void)NULL
54 #define NEW(p) if (((p) = memget(sizeof *(p))) != NULL) \
57 (void)NULL;
169 enum { Accept, File, Stream, Timer, Wait, Free, Null } type;
177 struct { const void *placeholder; } null; member in union:evEvent_p::__anon367

Completed in 39 milliseconds