Home | Sort by: relevance | last modified time | path |
/src/usr.bin/vis/ | |
vis.c | 171 static char nul[] = "\0"; local in function:process 172 char *cp = nul + 1; /* so *(cp-1) starts out != '\n' */ 237 /* Treat EOF as a NUL char. */ |
/src/games/hack/ | |
hack.Decl.c | 70 const char nul[40]; /* contains zeros */ variable in typeref:typename:const char[40] |
/src/libexec/atrun/ | |
atrun.c | 295 char *nul = NULL; local in function:run_file 296 char **nenvp = &nul; |
/src/lib/libwrap/ | |
options.c | 578 static char nul = '\0'; local in function:get_field 579 static char *last = &nul; |