HomeSort by relevance Sort by last modified time
    Searched full:ptr_str (Results 1 - 5 of 5) sorted by null

  /external/strace/tests/
xet_thread_area_x86.c 51 printptr(kernel_ulong_t ptr, const char *ptr_str)
53 if (ptr_str)
54 printf("%s", ptr_str);
63 * @param ptr_str Explicit string representation of the argument.
69 set_thread_area(kernel_ulong_t ptr_val, const char *ptr_str, bool valid,
83 printptr(ptr_val, ptr_str);
101 * @param ptr_str Explicit string representation of the argument.
109 get_thread_area(kernel_ulong_t ptr_val, const char *ptr_str, bool valid,
147 printptr(ptr_val, ptr_str);
  /external/strace/tests-m32/
xet_thread_area_x86.c 51 printptr(kernel_ulong_t ptr, const char *ptr_str)
53 if (ptr_str)
54 printf("%s", ptr_str);
63 * @param ptr_str Explicit string representation of the argument.
69 set_thread_area(kernel_ulong_t ptr_val, const char *ptr_str, bool valid,
83 printptr(ptr_val, ptr_str);
101 * @param ptr_str Explicit string representation of the argument.
109 get_thread_area(kernel_ulong_t ptr_val, const char *ptr_str, bool valid,
147 printptr(ptr_val, ptr_str);
  /external/strace/tests-mx32/
xet_thread_area_x86.c 51 printptr(kernel_ulong_t ptr, const char *ptr_str)
53 if (ptr_str)
54 printf("%s", ptr_str);
63 * @param ptr_str Explicit string representation of the argument.
69 set_thread_area(kernel_ulong_t ptr_val, const char *ptr_str, bool valid,
83 printptr(ptr_val, ptr_str);
101 * @param ptr_str Explicit string representation of the argument.
109 get_thread_area(kernel_ulong_t ptr_val, const char *ptr_str, bool valid,
147 printptr(ptr_val, ptr_str);
  /external/ltp/testcases/kernel/syscalls/fstat/
fstat05.c 133 struct stat *ptr_str; local
139 ptr_str = &stat_buf; /* if it was for conformance testing */
140 ptr_str = (void *)sbrk(0) + (4 * getpagesize());
156 TEST(fstat(fildes, ptr_str));
  /toolchain/binutils/binutils-2.27/gas/
ChangeLog-9899     [all...]

Completed in 303 milliseconds