Searched refs:NULL (Results 176 - 200 of 17597) sorted by relevance

1234567891011>>

/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/Modules/objc/test/
H A Dcfsocket.m18 sock = CFSocketCreate(NULL, 0, 0, 0, 0, 0, 0);
32 NULL,
35 NULL,
36 NULL,
37 NULL,
38 NULL
41 #define INITERROR() return NULL
66 NULL, NULL, PYTHON_API_VERSION);
/macosx-10.9.5/libxml2-26/libxml2/
H A DtestAutomata.c38 xmlRegexpPtr regexp = NULL;
39 xmlRegExecCtxtPtr exec = NULL;
42 states[i] = NULL;
45 if (input == NULL) {
52 if (am == NULL) {
59 if (states[0] == NULL) {
68 while (fgets(expr, 4500, input) != NULL) {
78 if ((am != NULL) && (expr[0] == 't') && (expr[1] == ' ')) {
88 if (states[from] == NULL)
97 if (states[to] == NULL)
[all...]
H A Dxmlreader.c228 xmlDictPtr dict = NULL;
230 if (id == NULL) return;
232 if (id->doc != NULL)
235 if (id->value != NULL)
255 if (doc == NULL) return(-1);
256 if (attr == NULL) return(-1);
258 if (table == NULL)
262 if (ID == NULL)
266 if (id == NULL || id->attr != attr) {
270 id->attr = NULL;
[all...]
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/libxml2-src/
H A DtestAutomata.c38 xmlRegexpPtr regexp = NULL;
39 xmlRegExecCtxtPtr exec = NULL;
42 states[i] = NULL;
45 if (input == NULL) {
52 if (am == NULL) {
59 if (states[0] == NULL) {
68 while (fgets(expr, 4500, input) != NULL) {
78 if ((am != NULL) && (expr[0] == 't') && (expr[1] == ' ')) {
88 if (states[from] == NULL)
97 if (states[to] == NULL)
[all...]
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-framework-Quartz/Modules/
H A D_coregraphics.m19 return NULL;
23 return NULL;
26 tags = NULL;
31 tags = NULL;
35 if (tags == NULL && PyErr_Occurred()) {
36 return NULL;
39 if (tags == NULL) {
47 if (result == NULL) {
49 return NULL;
55 if (v == NULL) {
[all...]
/macosx-10.9.5/configd-596.15/scutil.tproj/
H A Dnet_interface.c54 if (real_interfaces == NULL) {
56 return NULL;
59 interfaces = CFArrayCreateMutable(NULL, 0, &kCFTypeArrayCallBacks);
72 if (new_interfaces != NULL) {
90 CFStringRef select_name = NULL;
91 SCNetworkInterfaceRef selected = NULL;
95 return NULL;
98 if (nArgs != NULL) *nArgs = 1;
101 if (net_interface == NULL) {
107 if(selected == NULL) {
[all...]
/macosx-10.9.5/Heimdal-323.92.1/lib/krb5/
H A Dcrypto-null.c46 NULL,
47 NULL,
48 NULL
69 NULL
92 NULL,
96 NULL
/macosx-10.9.5/ICU-511.35/icuSources/i18n/
H A Ddecfmtst.cpp73 DecimalFormatStaticSets *DecimalFormatStaticSets::gStaticSets = NULL;
76 : fDotEquivalents(NULL),
77 fCommaEquivalents(NULL),
78 fOtherGroupingSeparators(NULL),
79 fDashEquivalents(NULL),
80 fStrictDotEquivalents(NULL),
81 fStrictCommaEquivalents(NULL),
82 fStrictOtherGroupingSeparators(NULL),
83 fStrictDashEquivalents(NULL),
84 fDefaultGroupingSeparators(NULL),
[all...]
/macosx-10.9.5/OpenPAM-20/openpam/lib/
H A Dpam_getenv.c60 if (pamh == NULL)
61 RETURNS(NULL);
62 if (name == NULL || strchr(name, '=') != NULL)
63 RETURNS(NULL);
65 RETURNS(NULL);
/macosx-10.9.5/apache-786.1/httpd/server/mpm/winnt/
H A Dnt_eventlog.c27 static const char *display_name = NULL;
28 static HANDLE stderr_thread = NULL;
43 apr_pool_create_ex(&p, NULL, NULL, NULL);
49 errarg[4] = NULL;
50 errarg[5] = NULL;
51 errarg[6] = NULL;
52 errarg[7] = NULL;
53 errarg[8] = NULL;
[all...]
/macosx-10.9.5/configd-596.15/SystemConfiguration.fproj/
H A DSCNetworkSignature.c59 return SCDynamicStoreKeyCreateNetworkGlobalEntity(NULL,
68 return SCDynamicStoreKeyCreateNetworkGlobalEntity(NULL,
76 return SCDynamicStoreKeyCreateNetworkServiceEntity(NULL,
85 return SCDynamicStoreKeyCreateNetworkServiceEntity(NULL,
101 pattern = SCDynamicStoreKeyCreateNetworkServiceEntity(NULL,
105 patterns = CFArrayCreate(NULL,
109 info = SCDynamicStoreCopyMultiple(NULL, NULL, patterns);
121 if (inet_ntop(af, src_p, ntopbuf, sizeof(ntopbuf)) != NULL) {
122 return (CFStringCreateWithCString(NULL, ntopbu
[all...]
H A DSCNetworkConfigurationInternal.c53 config = NULL;
58 config = NULL;
76 CFMutableDictionaryRef newConfig = NULL;
79 if ((config != NULL) && !isA_CFDictionary(config)) {
86 if (config != NULL) {
87 newConfig = CFDictionaryCreateMutableCopy(NULL, 0, config);
91 if (config == NULL) {
92 newConfig = CFDictionaryCreateMutable(NULL,
110 if (newConfig != NULL) CFRelease(newConfig);
112 } else if (newConfig != NULL) {
[all...]
/macosx-10.9.5/cups-372.4/cups/cgi-bin/
H A Dsearch.c57 return (NULL);
63 if ((re = (regex_t *)calloc(1, sizeof(regex_t))) == NULL)
64 return (NULL);
76 if ((s = (char *)malloc(slen)) == NULL)
79 return (NULL);
90 lword = NULL;
129 return (NULL);
200 return (NULL);
244 if ((lword2 = strdup(sword)) == NULL)
249 return (NULL);
[all...]
/macosx-10.9.5/cxxfilt-11/cxxfilt/libiberty/
H A Dargv.c23 array of string pointers, terminated by a NULL pointer. */
39 #ifndef NULL
40 #define NULL 0 macro
47 #define INITIAL_MAXARGC 8 /* Number of args + NULL in initial argv */
55 duplicating each argument until the terminating @code{NULL} is found.
57 @code{NULL} if there is insufficient memory to complete building the
70 if (argv == NULL)
71 return NULL;
74 for (argc = 0; argv[argc] != NULL; argc++);
76 if (copy == NULL)
[all...]
/macosx-10.9.5/dtrace-118.1/test/tst/common/pid/
H A Dtst.gcc.c42 (void) posix_spawn(&pid, "/usr/bin/ls", NULL, NULL, NULL, NULL);
44 (void) waitpid(pid, NULL, 0);
61 (void) sigaction(SIGUSR1, &sa, NULL);
/macosx-10.9.5/dyld-239.4/unit-tests/test-cases/tlv-initializer/
H A Dmain.c23 #include <stdio.h> // fprintf(), NULL
50 return NULL;
56 if ( pthread_create(&worker1, NULL, work, NULL) != 0 ) {
62 if ( pthread_create(&worker2, NULL, work, NULL) != 0 ) {
73 work(NULL);
/macosx-10.9.5/emacs-92/emacs/oldXMenu/
H A DXCrAssoc.c10 #ifndef NULL
11 #define NULL 0 macro
20 * buckets is 8. If there is an error creating the XAssocTable, a NULL
31 if ((table = (XAssocTable *)malloc(sizeof(XAssocTable))) == NULL) {
34 return(NULL);
39 if (buckets == NULL) {
42 return(NULL);
/macosx-10.9.5/libstdcxx-60/include/c++/4.2.1/ext/pb_ds/detail/list_update_map_/
H A Diterators_fn_imps.hpp52 if (m_p_l == NULL)
65 if (m_p_l == NULL)
77 { return iterator(NULL, NULL, this); }
84 return const_iterator(NULL, NULL, const_cast<PB_DS_CLASS_C_DEC* const>(this));
/macosx-10.9.5/ncurses-42/ncurses/ncurses/tinfo/
H A Dlib_data.c106 NCURSES_EXPORT_VAR(SCREEN *) SP = NULL; /* Some linkers require initialized data... */
111 #define TGETENT_0 { 0L, FALSE, NULL, NULL, NULL }
121 NULL, /* comp_sourcename */
122 NULL, /* comp_termtype */
128 NULL, /* dbi_list */
131 NULL, /* first_name */
132 NULL, /* keyname_table */
136 NULL, /* safeprint_bu
[all...]
/macosx-10.9.5/pcre-7/pcre/
H A Dpcre_info.c80 if (re == NULL) return PCRE_ERROR_NULL;
83 re = _pcre_try_flipped(re, &internal_re, NULL, NULL);
84 if (re == NULL) return PCRE_ERROR_BADMAGIC;
86 if (optptr != NULL) *optptr = (int)(re->options & PUBLIC_COMPILE_OPTIONS);
87 if (first_byte != NULL)
/macosx-10.9.5/tcl-102/tcl_ext/trf/trf/compat/
H A DtclLoadDld.c31 * Returns the handle of the newly loaded library, or NULL on
57 if (tclExecutableName == NULL) {
58 return (VOID *) NULL;
62 return (VOID *) NULL;
67 if ((path != NULL) && ((returnCode = dld_link(path)) != 0)) {
68 return (VOID *) NULL;
85 if (tclExecutableName == NULL) {
/macosx-10.9.5/uucp-11/uucp/unix/
H A Dmkdir.c36 azargs[2] = NULL;
41 ipid = ixsspawn (azargs, aidescs, TRUE, FALSE, (const char *) NULL,
42 TRUE, FALSE, (const char *) NULL,
43 (const char *) NULL, (const char *) NULL);
50 if (ixswait ((unsigned long) ipid, (const char *) NULL) != 0)
H A Dunknwn.c27 azargs[2] = NULL;
33 ipid = ixsspawn (azargs, aidescs, TRUE, TRUE, (const char *) NULL, FALSE,
34 TRUE, (const char *) NULL, (const char *) NULL,
35 (const char *) NULL);
42 return ixswait ((unsigned long) ipid, (const char *) NULL) != 0;
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-framework-Cocoa/Modules/
H A D_AppKit_appmain.m15 static char* keywords[] = { "argv", NULL };
16 char** argv = NULL;
25 return NULL;
31 return NULL;
36 if (argv == NULL) {
39 return NULL;
44 if (v == NULL) {
49 NULL, NULL);
65 if (argv[i] == NULL) {
[all...]
/macosx-10.9.5/uucp-11/uucp/uuconf/
H A Diniglb.c46 if (pblock == NULL)
51 if (*pqglobal == NULL)
60 if ((*pqglobal)->qprocess == NULL)
63 *pqglobal = NULL;
70 (*pqglobal)->zfilename = NULL;
74 qprocess->zlocalname = NULL;
89 qprocess->zrunuuxqt = NULL;
92 qprocess->pzdialcodefiles = NULL;
93 qprocess->pztimetables = NULL;
94 qprocess->zconfigfile = NULL;
[all...]

Completed in 303 milliseconds

1234567891011>>