Searched refs:done (Results 1 - 25 of 332) sorted by relevance

1234567891011>>

/haiku-fatelf/src/system/libroot/posix/glibc/stdio-common/
H A Dscanf.c33 int done; local
37 done = INTUSE(_IO_vfscanf) (stdin, format, arg, NULL);
39 done = vfscanf (stdin, format, arg);
43 return done;
H A Dfprintf.c29 int done; local
32 done = vfprintf (stream, format, arg);
35 return done;
H A Dfscanf.c28 int done; local
31 done = __vfscanf (stream, format, arg);
34 return done;
H A Dprintf.c30 int done; local
33 done = vfprintf (stdout, format, arg);
36 return done;
H A Dasprintf.c37 int done; local
40 done = vasprintf (string_ptr, format, arg);
43 return done;
H A Ddprintf.c33 int done; local
36 done = vdprintf (d, format, arg);
39 return done;
H A Dsprintf.c33 int done; local
36 done = vsprintf (s, format, arg);
39 return done;
H A Dsscanf.c33 int done; local
36 done = __vsscanf (s, format, arg);
39 return done;
H A Dsnprintf.c36 int done; local
39 done = __vsnprintf (s, maxlen, format, arg);
42 return done;
/haiku-fatelf/src/system/libroot/posix/glibc/libio/
H A Dfwprintf.c30 int done; local
33 done = __vfwprintf (stream, format, arg);
36 return done;
H A Dfwscanf.c29 int done; local
32 done = __vfwscanf (stream, format, arg);
35 return done;
H A Dswprintf.c29 int done; local
32 done = __vswprintf (s, n, format, arg);
35 return done;
H A Dswscanf.c28 int done; local
31 done = vswscanf (s, format, arg);
34 return done;
H A Dwprintf.c29 int done; local
32 done = __vfwprintf (stdout, format, arg);
35 return done;
H A Dwscanf.c30 int done; local
33 done = _IO_vfwscanf (stdin, format, arg, NULL);
36 return done;
H A Diovdprintf.c39 int done; local
60 done = INTUSE(_IO_vfprintf) (&tmpfil.file, format, arg);
64 return done;
/haiku-fatelf/src/add-ons/translators/webp/libwebp/dec/
H A Dyuv.c24 static int done = 0; variable
28 if (done) {
41 done = 1;
/haiku-fatelf/src/bin/bash/lib/readline/examples/
H A Drltest.c52 int done; local
56 done = 0;
58 while (!done)
75 done = 1;
H A Dhistexamp.c37 int len, done; local
40 done = 0;
43 while (!done)
81 done = 1;
/haiku-fatelf/src/bin/gdb/readline/examples/
H A Drltest.c47 int done; local
51 done = 0;
53 while (!done)
70 done = 1;
/haiku-fatelf/headers/tools/cppunit/cppunit/
H A DTextTestProgressListener.h27 void done();
/haiku-fatelf/src/system/libroot/posix/stdlib/
H A Drand.c117 int fd, done;
119 done = 0;
123 done = 1;
127 if (!done) {
/haiku-fatelf/src/bin/gdb/opcodes/
H A Dpdp11-dis.c240 goto done;
245 goto done;
253 goto done;
261 goto done;
271 goto done;
279 goto done;
289 goto done;
300 goto done;
311 goto done;
322 goto done;
[all...]
/haiku-fatelf/src/bin/gdb/libiberty/
H A Dpartition.c151 char *done; local
158 done = (char *) xmalloc (num_elements);
159 memset (done, 0, num_elements);
167 if (! done[e])
176 done[c] = 1;
189 free (done);
/haiku-fatelf/src/add-ons/kernel/drivers/graphics/vmware/
H A Ddriver.c64 goto done;
70 goto done;
84 goto done;
99 done:

Completed in 165 milliseconds

1234567891011>>