Home
last modified time | relevance | path

Searched refs:blah_s (Results 1 – 4 of 4) sorted by relevance

/dports/devel/skalibs/skalibs-2.10.0.3/src/libunixonacid/
H A Dtimed_getln.c11 struct blah_s struct
18 static int getfd (struct blah_s *blah) in getfd() argument
23 static ssize_t get (struct blah_s *blah) in get()
30 struct blah_s blah = { .b = b, .sa = sa, .sep = sep } ; in timed_getln()
H A Dipc_timed_recv.c8 struct blah_s struct
16 static int getfd (struct blah_s *blah) in getfd() argument
21 static ssize_t get (struct blah_s *blah) in get()
28 struct blah_s blah = { .fd = fd, .s = s, .len = len, .path = path } ; in ipc_timed_recv()
H A Dbuffer_timed_get.c7 struct blah_s struct
15 static int getfd (struct blah_s *blah) in getfd() argument
20 static ssize_t get (struct blah_s *blah) in get()
27 struct blah_s blah = { .b = b, .s = s, .len = len, .w = 0 } ; in buffer_timed_get()
H A Dtimed_getlnmax.c10 struct blah_s struct
19 static int getfd (struct blah_s *blah) in getfd() argument
24 static ssize_t get (struct blah_s *blah) in get()
31 struct blah_s blah = { .b = b, .d = d, .max = max, .w = *w, .sep = sep } ; in timed_getlnmax()