HomeSort by: relevance | last modified time | path
    Searched refs:report_ptr (Results 1 - 4 of 4) sorted by relevancy

  /src/tests/lib/libcurses/slave/
slave.h 50 void report_ptr(void *);
commands.c 114 report_ptr(void *ptr) function
curses_commands.c 1359 report_ptr(derwin(win, lines, cols, y, x));
1370 report_ptr(dupwin(win));
1676 report_ptr(getwin(fp));
1791 report_ptr(initscr());
2200 report_ptr(newpad(y, x));
2226 report_ptr(newterm(type, out, in));
2240 report_ptr(newwin(lines, cols, begin_y, begin_x));
2598 report_ptr(set_term(scrn));
2623 report_ptr(subpad(pad, lines, cols, begin_y, begin_x));
2638 report_ptr(subwin(win, lines, cols, begin_y, begin_x))
    [all...]
  /src/external/bsd/libfido2/dist/src/
hid.c 51 fido_hid_get_usage(const uint8_t *report_ptr, size_t report_len,
54 const uint8_t *ptr = report_ptr;
83 fido_hid_get_report_len(const uint8_t *report_ptr, size_t report_len,
86 const uint8_t *ptr = report_ptr;

Completed in 92 milliseconds