Home
last modified time | relevance | path

Searched refs:isempty (Results 1 - 17 of 17) sorted by relevance

/third_party/eudev/src/udev/
H A Dudev-builtin-usb_id.c433 if (!isempty(serial_str)) in builtin_usb_id()
436 if (!isempty(instance_str)) in builtin_usb_id()
447 if (!isempty(serial_str)) in builtin_usb_id()
449 if (!isempty(type_str)) in builtin_usb_id()
451 if (!isempty(instance_str)) in builtin_usb_id()
454 if (!isempty(packed_if_str)) in builtin_usb_id()
H A Dudevadm-hwdb.c444 if (isempty(line + 1)) { in insert_data()
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/
H A Dreflib.py105 def isempty(s): function
200 while (line >= 0 and not isempty(file[line])):
203 while (line >= 0 and isempty(file[line])):
206 while (line >= 1 and not isempty(file[line-1])):
221 while (line != maxLine and not isempty(file[line])):
224 while (line != maxLine and isempty(file[line])):
/third_party/ntfs-3g/libfuse-lite/
H A Dmount_util.c219 int isempty = 1; in fuse_mnt_check_empty() local
232 isempty = 0; in fuse_mnt_check_empty()
238 isempty = 0; in fuse_mnt_check_empty()
240 if (!isempty) { in fuse_mnt_check_empty()
/third_party/cups-filters/filter/foomatic-rip/
H A Doptions.c513 imin = !isempty(param->min) ? atoi(param->min) : -999999; in get_valid_param_string()
514 imax = !isempty(param->max) ? atoi(param->max) : 1000000; in get_valid_param_string()
534 fmin = !isempty(param->min) ? atof(param->min) : -999999.0; in get_valid_param_string()
535 fmax = !isempty(param->max) ? atof(param->max) : 1000000.0; in get_valid_param_string()
566 if (!isempty(param->min) && len < atoi(param->min)) { in get_valid_param_string()
571 if (!isempty(param->max) && len > atoi(param->max)) { in get_valid_param_string()
637 paramvalues[i] = !isempty(param->min) ? param->min : "-999999"; in paramvalues_from_string()
1046 if (choice && !isempty(choice->command)) in option_set_value()
1068 if (isempty(opt->text)) in option_text()
1297 contains_ps = !isempty(*lin in contains_active_postscript()
[all...]
H A Dfoomaticrip.c118 if (isempty(postpipe->data)) in open_postpipe()
190 else if (strcmp(key, "execpath") == 0 && !isempty(value)) in config_set_option()
1024 if (!isempty(cupsfilter)) { in main()
1107 if (isempty(cmd)) { in main()
H A Dpdf.c319 if (!isempty(tmpfilename)) in print_pdf()
H A Dutil.h38 int isempty(const char *string);
H A Dpostscript.c1047 if (!isempty(psfifo->data)) { in _print_ps()
1107 if (more_stuff || inheader || !isempty(psfifo->data)) { in _print_ps()
H A Dutil.c113 int isempty(const char *string) in isempty() function
283 if (isempty(psrc)) { in strncpy_tochar()
/third_party/eudev/src/shared/
H A Dvirt.c60 if (isempty(e)) { in detect_container()
H A Dpath-util.c341 if ((flags & AT_EMPTY_PATH) && isempty(filename)) in fd_fdinfo_mnt_id()
556 if (isempty(root) || path_equal(root, "/")) in prefix_root()
H A Dprocess-util.c123 if (isempty(r)) { in get_process_cmdline()
H A Dutil.h72 static inline bool isempty(const char *p) { in isempty() function
H A Dutil.c1536 if (isempty(p)) in filename_is_valid()
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
H A Dstring_view_test.cc1097 constexpr bool isempty = sp.empty(); in TEST() local
1098 EXPECT_TRUE(isempty); in TEST()
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp[all...]

Completed in 40 milliseconds