Searched refs:retcode (Results 1 - 12 of 12) sorted by relevance

/haiku-fatelf/src/bin/gdb/gdb/
H A Df-typeprint.c163 int retcode;
184 retcode = f77_get_dynamic_lowerbound (type, &lower_bound);
188 if (retcode == BOUND_FETCH_ERROR)
207 retcode = f77_get_dynamic_upperbound (type, &upper_bound);
209 if (retcode == BOUND_FETCH_ERROR)
290 int retcode;
386 retcode = f77_get_dynamic_upperbound (type, &upper_bound);
388 if (retcode == BOUND_FETCH_ERROR)
162 int retcode; local
289 int retcode; local
H A Df-valprint.c198 int retcode; local
214 retcode = f77_get_dynamic_lowerbound (type, &lower_bound);
215 if (retcode == BOUND_FETCH_ERROR)
218 retcode = f77_get_dynamic_upperbound (type, &upper_bound);
219 if (retcode == BOUND_FETCH_ERROR)
237 int upper, lower, retcode; local
246 retcode = f77_get_dynamic_upperbound (tmp_type, &upper);
247 if (retcode == BOUND_FETCH_ERROR)
250 retcode = f77_get_dynamic_lowerbound (tmp_type, &lower);
251 if (retcode
[all...]
H A Dmipsnbsd-tdep.c199 const char *retcode = TARGET_BYTE_ORDER == BFD_ENDIAN_BIG local
210 if (memcmp (w, retcode + (i * 4), 4) == 0)
222 if (memcmp (ret, retcode, RETCODE_SIZE) == 0)
H A Dremote-fileio.c487 remote_fileio_reply (int retcode, int error) argument
493 if (retcode < 0)
496 retcode = -retcode;
498 sprintf (buf + strlen (buf), "%x", retcode);
529 remote_fileio_return_errno (int retcode) argument
531 remote_fileio_reply (retcode,
532 retcode < 0 ? remote_fileio_errno_to_target (errno) : 0);
536 remote_fileio_return_success (int retcode) argument
538 remote_fileio_reply (retcode,
[all...]
H A Deval.c395 int upper, lower, retcode;
1648 retcode = f77_get_dynamic_upperbound (tmp_type, &upper);
1649 if (retcode == BOUND_FETCH_ERROR)
1652 retcode = f77_get_dynamic_lowerbound (tmp_type, &lower);
1653 if (retcode == BOUND_FETCH_ERROR)
393 int upper, lower, retcode; local
/haiku-fatelf/src/bin/unzip/
H A Dapi.c455 int retcode = FALSE, compare; local
521 retcode = TRUE;
529 return retcode;
539 int retcode; local
572 retcode = setjmp(dll_error_return);
574 if (retcode) {
583 retcode = process_zipfiles(__G);
601 return retcode;
603 if ((retcode == PK_OK) || (retcode
[all...]
H A Dunzip.c645 int retcode, error=FALSE; variable
649 if ((retcode = setsignalhandler(__G__ &oldsighandlers, (sigtype), \
752 retcode = PK_MEM;
775 retcode = (int)status;
800 retcode = (int)status;
848 retcode = error;
949 retcode = PK_PARAM;
992 retcode = process_zipfiles(__G);
1011 return(retcode);
/haiku-fatelf/src/bin/gdb/gdb/nlm/
H A Dppc.c198 int retcode; local
202 retcode = 1;
204 retcode = 0;
218 return retcode;
/haiku-fatelf/src/add-ons/kernel/bus_managers/scsi/
H A Dbusses.cpp165 int32 retcode; local
171 wait_for_thread(bus->service_thread, &retcode);
/haiku-fatelf/headers/os/drivers/pcmcia/
H A Dcs.h316 int retcode; member in struct:error_info_t
/haiku-fatelf/src/bin/zip/
H A Dzip.c919 int retcode; /* return code for dll */ local
1012 retcode = setjmp(zipdll_error_return);
1013 if (retcode) {
1014 return retcode;
/haiku-fatelf/src/system/boot/platform/atari_m68k/
H A Dtoscalls.h513 #define Pterm(retcode) toscallW(GEMDOS_TRAP, 76, (int16)retcode)

Completed in 187 milliseconds