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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/bin/psorder/
H A Dpa.h55 typedef struct pa_buf_t { struct
64 } pa_buf_t; typedef in typeref:struct:pa_buf_t
66 extern pa_buf_t *pa_init(int fd);
67 extern char _pa_fixbuf(pa_buf_t *h);
68 extern char *pa_gettok(pa_buf_t *h);
H A Dpa.c40 pa_buf_t *pa_init(int fd)
42 pa_buf_t *h;
45 h = (pa_buf_t *) malloc( sizeof( pa_buf_t ));
61 char *pa_gettok(pa_buf_t *h)
69 char _pa_fixbuf(pa_buf_t *h)
H A Dpsorder.c251 pa_buf_t *pb;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/bin/psorder/
H A Dpa.h55 typedef struct pa_buf_t { struct
64 } pa_buf_t; typedef in typeref:struct:pa_buf_t
66 extern pa_buf_t *pa_init(int fd);
67 extern char _pa_fixbuf(pa_buf_t *h);
68 extern char *pa_gettok(pa_buf_t *h);
H A Dpa.c40 pa_buf_t *pa_init(int fd)
42 pa_buf_t *h;
45 h = (pa_buf_t *) malloc( sizeof( pa_buf_t ));
63 char *pa_gettok(pa_buf_t *h)
71 char _pa_fixbuf(pa_buf_t *h)
H A Dpsorder.c251 pa_buf_t *pb;

Completed in 99 milliseconds