Searched defs:bail (Results 1 - 6 of 6) sorted by relevance

/external/openssh/openbsd-compat/
H A Dgetgrouplist.c51 int bail; local
73 for (bail = 0, i = 0; bail == 0 && i < ngroups; i++)
75 bail = 1;
76 if (bail)
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dvsnprintf.c55 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/mesa3d/src/mesa/main/
H A Dvsnprintf.c55 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 Dgzjoin.c66 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/chromium_org/tools/traceline/traceline/
H A Dmain.cc339 Label unwind_loop, bail; local
344 cb->jcc(below, &bail);
347 cb->jcc(above_equal, &bail);
357 cb->bind(&bail);
531 Label bail; local
534 cb.jcc(not_equal, &bail);
552 cb.bind(&bail);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 353 milliseconds