Searched defs:bail (Results 1 - 7 of 7) sorted by relevance
/external/openssh/openbsd-compat/ |
H A D | getgrouplist.c | 51 int bail; local 73 for (bail = 0, i = 0; bail == 0 && i < ngroups; i++) 75 bail = 1; 76 if (bail)
|
/external/mesa3d/src/mesa/main/ |
H A D | vsnprintf.c | 55 static sigjmp_buf bail; variable 88 siglongjmp(bail, 1); 119 int ret = n + 1; /* if we bail, indicated we overflowed */ 130 if (sigsetjmp(bail, 1) == 0) {
|
/external/zlib/src/examples/ |
H A D | gzjoin.c | 66 local int bail(char *why1, char *why2) function 139 /* get a byte from the file, bail if end of file */ 142 bail("unexpected end of file on ", in->name)) 184 bail("unexpected end of file on ", in->name); 196 bail("unexpected end of file on ", in->name); 210 bail(in->name, " is not a valid gzip file"); 215 bail("unknown reserved bits set in ", in->name); 253 /* Load up zlib stream from buffered input, bail if end of file */ 259 bail("unexpected end of file on ", in->name); 294 bail("coul [all...] |
/external/vulkan-validation-layers/layers/ |
H A D | vk_layer_logging.h | 55 VkBool32 bail = false; local 60 bail = true; 66 return bail;
|
/external/vulkan-validation-layers/loader/ |
H A D | debug_report.c | 120 VkBool32 bail = false; local 127 bail = true; 133 return bail; 284 * Ignoring "bail" return value as there is nothing to bail from at this
|
/external/ImageMagick/MagickCore/ |
H A D | compress.c | 447 bail, 526 bail=MagickFalse; 539 bail=MagickTrue; 546 if (bail != MagickFalse) 442 bail, local
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
H A D | org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar | META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ... |
Completed in 101 milliseconds