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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/findutils/
H A Dxargs.c85 typedef struct xlist_t { struct
86 struct xlist_t *link;
89 } xlist_t; typedef in typeref:struct:xlist_t
98 static xlist_t *process_stdin(xlist_t *list_arg,
113 xlist_t *cur;
114 xlist_t *prev;
178 cur = xmalloc(offsetof(xlist_t, xstr) + length);
202 static xlist_t *process_stdin(xlist_t *list_ar
[all...]

Completed in 40 milliseconds