HomeSort by relevance Sort by last modified time
    Searched defs:write_stdout (Results 1 - 8 of 8) sorted by null

  /external/libjpeg-turbo/
cdjpeg.c 130 write_stdout (void) function
  /external/valgrind/exp-bbv/tests/ppc32-linux/
ll.S 147 bl write_stdout # and print the logo
404 bl write_stdout
412 bl write_stdout
418 bl write_stdout # call write stdout
424 # and let write_stdout
430 # WRITE_STDOUT
435 write_stdout: label
496 b write_stdout # stdout will return for us
  /external/iputils/
ping_common.h 186 static inline void write_stdout(const char *str, size_t len) function
  /external/valgrind/exp-bbv/tests/amd64-linux/
ll.S 121 call write_stdout # print the logo
365 call write_stdout
485 call write_stdout # write to the screen
494 # WRITE_STDOUT
498 write_stdout: label
  /external/valgrind/exp-bbv/tests/arm-linux/
ll.S 120 bl write_stdout @ print the logo
245 bl write_stdout
325 bl write_stdout
344 bl write_stdout
351 # WRITE_STDOUT
355 write_stdout: label
398 b write_stdout @ else, fallthrough to stdout
  /external/valgrind/exp-bbv/tests/x86-linux/
ll.S 113 call write_stdout # print the logo
363 call write_stdout
485 call write_stdout # write to the screen
494 # WRITE_STDOUT
498 write_stdout: label
  /toolchain/binutils/binutils-2.27/include/gdb/
callback.h 89 int (*write_stdout) (host_callback *, const char *, int);
88 int (*write_stdout) (host_callback *, const char *, int); member in struct:host_callback_struct
  /external/curl/tests/server/
sockfilt.c 462 * write_stdout tries to write to stdio nbytes from the given buffer. This is a
468 static bool write_stdout(const void *buffer, size_t nbytes) function
1064 if(!write_stdout("PONG\n", 5))
1074 if(!write_stdout(data, 10))
1076 if(!write_stdout(buffer, buffer_len))
1107 if(!write_stdout("DISC\n", 5))
1121 if(!write_stdout("DISC\n", 5))
    [all...]

Completed in 214 milliseconds