Searched defs:NULL (Results 76 - 100 of 203) sorted by relevance

123456789

/openbsd-current/gnu/gcc/gcc/ginclude/
H A Dstddef.h398 #undef NULL /* in case <stdio.h> has defined it. */ macro
400 #define NULL __null macro
403 #define NULL ((void *)0) macro
405 #define NULL 0 macro
/openbsd-current/gnu/gcc/gcc/
H A Dresource.c1066 note_stores (PATTERN (real_insn), update_live_status, NULL); local
[all...]
H A Dtree-browser.c845 walk_tree (&DECL_SAVED_TREE (node), store_child_info, NULL, NULL); local
[all...]
H A Dipa-reference.c781 NULL, visited_nodes); local
[all...]
H A Dlibgcov.c40 #undef NULL /* Avoid errors if stdio.h and our stddef.h mismatch. */ macro
H A Dsystem.h46 #define NULL 0 macro
H A Dc-pretty-print.c2037 pp_construct (pp_base (pp), NULL, 0); local
H A Dcgraphunit.c297 walk_tree (&DECL_INITIAL (decl), record_reference, NULL, visited_nodes); local
[all...]
H A Dtree-ssa.c1257 context, NULL); local
[all...]
/openbsd-current/gnu/gcc/libcpp/
H A Dsystem.h38 #define NULL 0 macro
/openbsd-current/gnu/usr.bin/gcc/gcc/ginclude/
H A Dstddef.h397 #undef NULL /* in case <stdio.h> has defined it. */ macro
399 #define NULL __null macro
402 #define NULL ((void *)0) macro
404 #define NULL 0 macro
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dsystem.h49 #define NULL 0 macro
H A Dra.c806 reg_scan_update (get_insns (), NULL, max_regno); local
[all...]
/openbsd-current/gnu/usr.bin/texinfo/info/
H A Dinfodoc.c297 NULL, NULL, NULL); local
[all...]
H A Dinfomap.c1486 NULL, NULL); local
[all...]
/openbsd-current/usr.bin/mail/
H A Dcmd1.c196 (void)readline(setinput(mp), headline, LINESIZE, NULL); local
[all...]
/openbsd-current/lib/libssl/
H A Dd1_both.c233 s->d1->mtu, NULL); local
[all...]
/openbsd-current/usr.sbin/smtpd/
H A Dlka.c341 imsg->hdr.peerid, 0, -1, NULL, 0); local
[all...]
/openbsd-current/gnu/lib/libiberty/src/
H A Dalloca.c81 #define NULL 0 macro
/openbsd-current/gnu/gcc/gcc/cp/
H A Dcp-gimplify.c751 walk_tree (&DECL_SAVED_TREE (fndecl), cp_genericize_r, p_set, NULL); local
[all...]
/openbsd-current/gnu/usr.bin/binutils/gdb/cli/
H A Dcli-cmds.c980 regerror(regcomp(&pattern,searchstr,REG_ICASE),NULL,errorbuffer,512); local
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/cp/
H A Drtti.c958 dfs_walk (TYPE_BINFO (type), dfs_class_hint_mark, NULL, &hint_flags); local
959 dfs_walk (TYPE_BINFO (type), dfs_class_hint_unmark, NULL, NULL); local
[all...]
/openbsd-current/gnu/usr.bin/cvs/src/
H A Dlog.c868 walklist (RCS_getlocks (rcsfile), printlock_proc, NULL); local
[all...]
/openbsd-current/sys/stand/efi/include/
H A Defidef.h43 #define NULL ((VOID *) 0) macro
/openbsd-current/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionSourceCode.cpp47 #define NULL (__null) macro

Completed in 427 milliseconds

123456789