Searched refs:NULL (Results 251 - 275 of 19694) sorted by relevance

<<11121314151617181920>>

/external/valgrind/none/tests/
H A Dthreadederrno.c16 return NULL;
25 return NULL;
34 pthread_create(&tid2, NULL, &thr2, NULL);
35 pthread_create(&tid3, NULL, &thr3, NULL);
39 pthread_join(tid2, NULL);
40 pthread_join(tid3, NULL);
/external/webrtc/webrtc/modules/desktop_capture/
H A Dmouse_cursor_monitor_null.cc20 return NULL;
26 return NULL;
/external/webrtc/webrtc/system_wrappers/source/
H A Devent_timer_win.cc23 : event_(::CreateEvent(NULL, // security attributes
26 NULL)), // name of event
27 timerID_(NULL) {
53 if (timerID_ != NULL) {
55 timerID_ = NULL;
66 return timerID_ != NULL;
70 if (timerID_ != NULL) {
72 timerID_ = NULL;
/external/python/cpython3/PC/
H A Dwinsound.c81 Py_buffer view = {NULL, NULL};
84 wsound = NULL;
91 return NULL;
94 return NULL;
102 return NULL;
104 wsound = PyUnicode_AsWideCharString(sound, NULL);
105 if (wsound == NULL) {
106 return NULL;
112 ok = PlaySoundW(wsound, NULL, flag
[all...]
/external/libexif/libexif/olympus/
H A Dmnote-olympus-tag.c48 {MNOTE_NIKON_TAG_UNKNOWN_0X000D, NULL, NULL, NULL},
55 {MNOTE_NIKON_TAG_UNKNOWN_0X0017, NULL, NULL, NULL},
68 {MNOTE_NIKON_TAG_UNKNOWN_0X008A, NULL, NULL, NULL},
73 {MNOTE_NIKON_TAG_UNKNOWN_0X0091, NULL, NUL
[all...]
/external/ImageMagick/MagickCore/
H A Dclient.c68 return(SetClientName((const char *) NULL));
92 return(SetClientPath((const char *) NULL));
123 if ((name != (char *) NULL) && (*name != '\0'))
158 if ((path != (char *) NULL) && (*path != '\0'))
/external/ImageMagick/api_examples/
H A Dcli_process.c33 "+append", "show:", NULL };
35 for(arg_count = 0; args[arg_count] != (char *) NULL; arg_count++);
39 cli_wand = AcquireMagickCLI((ImageInfo *) NULL,(ExceptionInfo *) NULL);
/external/clang/test/Sema/
H A Dassign-null.c10 hook = NULL;
/external/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_stoptheworld_testlib.cc42 StopTheWorld(Callback, NULL);
44 return NULL;
49 pthread_create(&thread_id, NULL, SuspenderThread, NULL);
/external/compiler-rt/test/sanitizer_common/TestCases/
H A Dfopen_nullptr.c1 // Check that fopen(NULL, "r") is ok.
4 const char *fn = NULL;
/external/curl/lib/
H A Dgetenv.c35 return NULL;
41 if(temp != NULL)
43 return (env[0] != '\0')?strdup(env):NULL;
46 return (env && env[0])?strdup(env):NULL;
/external/e2fsprogs/contrib/python-uuid/
H A Duuid.c9 if (!PyArg_ParseTuple(args, "")) return NULL;
17 {NULL, NULL, 0, NULL}
/external/elfutils/libdw/
H A Ddwarf_attr.c41 if (die == NULL)
42 return NULL;
50 return result->valp != NULL && result->code == search_name ? result : NULL;
H A Ddwarf_diecu.c41 if (die == NULL)
42 return NULL;
46 if (address_sizep != NULL)
48 if (offset_sizep != NULL)
H A Ddwarf_filesrc.c41 if (file == NULL || idx >= file->nfiles)
42 return NULL;
44 if (mtime != NULL)
47 if (length != NULL)
H A Ddwarf_frame_info.c40 if (fs == NULL)
43 if (start != NULL)
45 if (end != NULL)
47 if (signalp != NULL)
H A Ddwarf_getarangeinfo.c41 if (arange == NULL)
44 if (addrp != NULL)
46 if (lengthp != NULL)
48 if (offsetp != NULL)
/external/elfutils/libdwfl/
H A Ddwfl_module_eh_cfi.c35 if (mod == NULL)
36 return NULL;
38 if (mod->eh_cfi != NULL)
48 return NULL;
/external/ipsec-tools/src/racoon/
H A Dvmbuf.c58 if ((var = (vchar_t *)racoon_malloc(sizeof(*var))) == NULL)
59 return NULL;
63 var->v = NULL;
66 if (var->v == NULL) {
68 return NULL;
82 if (ptr != NULL) {
88 if ((v = (caddr_t)racoon_realloc(ptr->v, size)) == NULL) {
90 return NULL;
98 if ((ptr = vmalloc(size)) == NULL)
99 return NULL;
[all...]
/external/libpng/contrib/powerpc-vsx/
H A Dlinux.c37 char *token = NULL;
42 if (f != NULL)
45 while(fgets(input,MAXLINE,f) != NULL)
48 if(token != NULL)
/external/libusb/examples/
H A Dhotplugtest.c27 libusb_device_handle *handle = NULL;
43 handle = NULL;
62 handle = NULL;
76 vendor_id = (argc > 1) ? (int)strtol (argv[1], NULL, 0) : 0x045a;
77 product_id = (argc > 2) ? (int)strtol (argv[2], NULL, 0) : 0x5005;
78 class_id = (argc > 3) ? (int)strtol (argv[3], NULL, 0) : LIBUSB_HOTPLUG_MATCH_ANY;
80 rc = libusb_init (NULL);
89 libusb_exit (NULL);
93 rc = libusb_hotplug_register_callback (NULL, LIBUSB_HOTPLUG_EVENT_DEVICE_ARRIVED, 0, vendor_id,
94 product_id, class_id, hotplug_callback, NULL,
[all...]
/external/ltp/include/
H A Dtst_safe_stdio.h26 safe_fopen(__FILE__, __LINE__, NULL, path, mode)
29 safe_fclose(__FILE__, __LINE__, NULL, f)
32 safe_asprintf(__FILE__, __LINE__, NULL, strp, fmt, __VA_ARGS__)
35 safe_popen(__FILE__, __LINE__, NULL, command, type)
/external/ltp/lib/newlib_tests/
H A Dtest11.c24 volatile char *ptr = NULL;
/external/ltp/testcases/kernel/containers/share/
H A Dsetns_check.c29 tst_brkm(TCONF, NULL, "setns is not supported in the kernel");
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cancel/
H A D5-1.c30 return NULL;
39 if (pthread_create(&new_th, NULL, a_thread_func, NULL) != 0) {
45 pthread_join(new_th, NULL);

Completed in 630 milliseconds

<<11121314151617181920>>