Searched refs:rval (Results 1 - 25 of 70) sorted by relevance

123

/haiku-fatelf/src/system/libroot/posix/wchar/
H A Dmblen.c13 int rval; local
23 rval = __mbrtowc(NULL, s, n, &internalMbState);
25 if (rval == -1 || rval == -2)
28 return rval;
/haiku-fatelf/src/bin/bash/lib/sh/
H A Dzcatfd.c48 int rval; local
51 rval = 0;
59 rval = -1;
64 rval = -1;
69 return rval;
H A Dzmapfd.c50 int rval; local
55 rval = 0;
64 rval = rind;
69 rval = -1;
89 return rval;
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/mq_close/
H A D2-1.c47 int rval; local
54 rval = pipe(to_parent);
55 if (rval == -1) {
60 rval = pipe(to_child);
61 if (rval == -1) {
99 int rval; local
118 rval = send_receive(read_pipe, write_pipe, 'a', &reply);
119 if (rval) {
122 return rval;
134 rval
163 int rval; local
[all...]
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/mq_unlink/
H A D2-2.c52 int rval; local
61 rval = pipe(to_parent);
62 if (rval == -1) {
66 rval = pipe(to_child);
67 if (rval == -1) {
95 int rval; local
103 rval = send_receive(read_pipe, write_pipe, 'a', &reply);
104 if (rval) {
105 return rval;
112 rval
141 int rval; local
[all...]
H A D2-1.c57 int rval; local
66 rval = pipe(to_parent);
67 if (rval == -1) {
71 rval = pipe(to_child);
72 if (rval == -1) {
100 int rval; local
108 rval = send_receive(read_pipe, write_pipe, 'a', &reply);
109 if (rval) {
110 return rval;
139 int rval; local
[all...]
/haiku-fatelf/src/libs/util/
H A Dlogout.c61 int rval; local
65 rval = 0;
74 rval = 1;
77 return(rval);
/haiku-fatelf/src/kits/network/libbind/irs/
H A Dgen_pr.c111 struct protoent *rval; local
116 rval = (*pr->next)(pr);
117 if (rval)
118 return (rval);
134 struct protoent *rval; local
137 rval = NULL;
140 rval = (*pr->byname)(pr, name);
141 if (rval || !(rule->flags & IRS_CONTINUE))
144 return (rval);
151 struct protoent *rval; local
[all...]
H A Dgen_pw.c116 struct passwd *rval; local
121 rval = (*pw->next)(pw);
122 if (rval)
123 return (rval);
151 struct passwd *rval; local
154 rval = NULL;
157 rval = (*pw->byname)(pw, name);
158 if (rval || !(rule->flags & IRS_CONTINUE))
161 return (rval);
168 struct passwd *rval; local
[all...]
H A Dgen_sv.c112 struct servent *rval; local
117 rval = (*sv->next)(sv);
118 if (rval)
119 return (rval);
135 struct servent *rval; local
138 rval = NULL;
141 rval = (*sv->byname)(sv, name, proto);
142 if (rval || !(rule->flags & IRS_CONTINUE))
145 return (rval);
152 struct servent *rval; local
[all...]
H A Dgen_nw.c119 struct nwent *rval; local
127 rval = (*nw->next)(nw);
128 if (rval)
129 return (rval);
145 struct nwent *rval; local
154 rval = (*nw->byname)(nw, name, type);
155 if (rval != NULL)
156 return (rval);
168 struct nwent *rval; local
177 rval
[all...]
H A Dgen_ho.c128 struct hostent *rval; local
140 rval = (*ho->byname)(ho, name);
141 if (rval != NULL)
142 return (rval);
171 struct hostent *rval; local
183 rval = (*ho->byname2)(ho, name, af);
184 if (rval != NULL)
185 return (rval);
210 struct hostent *rval; local
223 rval
250 struct hostent *rval; local
339 struct addrinfo *rval = NULL; local
[all...]
H A Dirp_ng.c165 int rval = 0; local
183 rval = 1;
191 return (rval);
208 int rval = 0; local
223 rval = 1;
229 return (rval);
H A Dgen_ng.c135 int rval; local
137 rval = 0;
140 rval = (*ng->test)(ng, name, user, host, domain);
141 if (rval || !(rule->flags & IRS_CONTINUE))
144 return (rval);
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/pthread_exit/
H A D1-2.c118 void * rval; local
157 ret = pthread_join(child, &rval);
160 if (rval != (NULL+1))
H A D4-1.c136 void * rval; local
175 ret = pthread_join(child, &rval);
178 if (rval != (NULL+1))
H A D2-2.c136 void * rval; local
179 ret = pthread_join(child, &rval);
182 if (rval != (NULL+1))
H A D5-1.c149 void * rval; local
196 ret = pthread_join(child, &rval);
199 if (rval != (NULL+1))
H A D3-2.c155 void * rval; local
204 ret = pthread_join(child, &rval);
207 if (rval != (NULL+1))
/haiku-fatelf/src/add-ons/kernel/drivers/network/broadcom440x/dev/mii/
H A Dbmtphy.c135 int rval; local
138 rval = mii_phy_dev_probe(dev, bmtphys_lp, BUS_PROBE_LOW_PRIORITY);
140 if (rval <= 0)
142 if (rval <= 0 && rval != ENXIO)
143 return (rval);
/haiku-fatelf/src/system/libroot/posix/stdlib/
H A Dmktemp.c98 int rval; local
130 rval = stat(path, &sbuf);
132 if (rval != 0)
/haiku-fatelf/src/bin/gdb/gdb/
H A Dwrapper.h47 extern int gdb_value_ind (struct value *val, struct value ** rval);
/haiku-fatelf/src/add-ons/kernel/drivers/audio/echo/generic/
H A DCLayla24DspCommObject.cpp411 BOOL rval; local
416 rval = TRUE;
428 rval = CDspCommObject::LoadASIC(DSP_FNC_LOAD_LAYLA24_EXTERNAL_ASIC,
431 if (FALSE != rval)
438 return rval;
/haiku-fatelf/src/bin/network/ftp/
H A Dfetch.c150 int rval; local
155 rval = -1;
222 rval = 0;
227 return (rval);
473 int ischunked, isproxy, rval, hcode; local
496 rval = 1;
505 (void)&rval;
527 rval = fetch_ftp(url);
550 rval = fetch_ftp(url);
645 rval
1321 int dirhasglob, filehasglob, oautologin, rval, type, xargc; local
1720 int rval; local
1761 int uargc, rval, len; local
[all...]
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/pthread_create/
H A D1-4.c155 void * rval; local
201 ret = pthread_join(child, &rval);
204 if (rval != &td)

Completed in 170 milliseconds

123