Home
last modified time | relevance | path

Searched defs:node_t (Results 1 – 3 of 3) sorted by relevance

/bionic/libc/upstream-openbsd/lib/libc/stdlib/
Dtfind.c16 typedef struct node_t struct
19 struct node_t *llink, *rlink; argument
Dtsearch.c18 typedef struct node_t { struct
20 struct node_t *left, *right; argument
/bionic/libc/include/
Dsearch.h27 } node_t; typedef