Searched refs:res (Results 176 - 200 of 606) sorted by relevance

1234567891011>>

/haiku-fatelf/src/bin/coreutils/lib/
H A Dstriconv.c75 size_t res = iconv (cd, local
79 if (res == (size_t)(-1))
93 else if (res > 0)
107 size_t res = iconv (cd, NULL, NULL, &outptr, &outsize); local
109 if (res == (size_t)(-1))
151 size_t res = iconv (cd, local
155 if (res == (size_t)(-1))
167 else if (res > 0)
178 size_t res = iconv (cd, NULL, NULL, &outptr, &outsize); local
180 if (res
[all...]
H A Dunicodeio.c122 size_t res; local
130 res = iconv (utf8_to_local,
133 if (inbytesleft > 0 || res == (size_t)(-1)
136 || (res > 0 && code != 0 && outptr - outbuf == 1 && *outbuf == '\0')
146 res = iconv (utf8_to_local, NULL, NULL, &outptr, &outbytesleft);
147 if (res == (size_t)(-1))
/haiku-fatelf/src/bin/locale/
H A Dcollectcatkeys.cpp179 status_t res; local
188 res = catalog->SetString(id, "");
189 if (res != B_OK) {
191 "%s\n", id, strerror(res));
199 res = catalog->SetString(str.String(), str.String(),
201 if (res != B_OK) {
204 strerror(res));
274 status_t res = inFile.SetTo(inputFile, B_READ_ONLY); local
275 if (res != B_OK) {
277 strerror(res));
[all...]
/haiku-fatelf/src/tools/locale/
H A Dcollectcatkeys.cpp184 status_t res; local
193 res = catalog->SetString(id, "");
194 if (res != B_OK) {
196 "error: %s\n", id, strerror(res));
204 res = catalog->SetString(str.String(), str.String(),
206 if (res != B_OK) {
209 strerror(res));
278 status_t res = inFile.SetTo(inputFile, B_READ_ONLY); local
279 if (res != B_OK) {
281 strerror(res));
[all...]
/haiku-fatelf/src/add-ons/kernel/file_systems/googlefs/
H A Dparse_google_html.c49 struct google_result *res = NULL, *nres = NULL, *prev = NULL; local
250 res = nres;
256 *results = res;
260 while (res) {
261 nres = res->next;
262 free(res);
263 res = nres;
272 struct google_result *tag1 = 0xaaaa5555, *res = NULL, *tag2 = 0x5555aaaa; local
286 res = results;
287 while (res) {
[all...]
/haiku-fatelf/src/libs/print/libgutenprint/src/main/
H A Descp2-resolutions.c134 res_t *res = &(xrs->resolutions[count]); local
138 res->v = stp_vars_create();
139 res->vertical_passes = 1;
141 res->name = stp_strdup(wname);
143 res->text = stp_strdup(wtext);
144 stp_vars_fill_from_xmltree_ref(cchild, node, res->v);
161 res->hres = data[0];
162 res->vres = data[1];
166 res->printed_hres = data[0];
167 res
[all...]
/haiku-fatelf/src/tools/docbook/libxslt/libxslt/
H A Dimports.c67 xsltStylesheetPtr res; local
71 for (res = style->imports; res != NULL; res = res->next) {
72 xsltFixImportedCompSteps(master, res);
93 xsltStylesheetPtr res; local
114 res = style;
115 while (res != NULL) {
116 if (res
[all...]
/haiku-fatelf/src/kits/network/libbind/irs/
H A Dnis_ho.c83 struct __res_state *res; member in struct:pvt
110 struct __res_state *res,
161 if (pvt->res && pvt->free_res)
162 (*pvt->free_res)(pvt->res);
175 if (pvt->res->options & RES_USE_INET6) {
222 RES_SET_H_ERRNO(pvt->res, HOST_NOT_FOUND);
248 RES_SET_H_ERRNO(pvt->res, NETDB_INTERNAL);
258 RES_SET_H_ERRNO(pvt->res, HOST_NOT_FOUND);
294 RES_SET_H_ERRNO(pvt->res, HOST_NOT_FOUND);
313 if (pvt->res)
322 struct __res_state *res; local
336 ho_res_set(struct irs_ho *this, struct __res_state *res, void (*free_res)(void *)) argument
[all...]
H A Dirs_data.c74 res_ndestroy(net_data->res);
179 net_data->res = (*net_data->irs->res_get)(net_data->irs);
180 if (net_data->res == NULL) {
186 if ((net_data->res->options & RES_INIT) == 0U &&
187 res_ninit(net_data->res) == -1) {
198 res_nclose(net_data->res);
206 if (net_data && net_data->res)
207 return (net_data->res);
224 if (net_data && net_data->res)
225 return (&net_data->res
234 __h_errno_set(struct __res_state *res, int err) argument
[all...]
H A Dgen.c139 irs->res = NULL;
172 if (irs->res == NULL) {
173 struct __res_state *res; local
174 res = (struct __res_state *)malloc(sizeof *res);
175 if (res == NULL)
177 memset(res, 0, sizeof *res);
178 gen_res_set(this, res, free);
181 if (((irs->res
188 gen_res_set(struct irs_acc *this, struct __res_state *res, void (*free_res)(void *)) argument
[all...]
/haiku-fatelf/src/add-ons/translators/icns/openjpeg/
H A Dpi.c84 opj_pi_resolution_t *res = NULL; local
89 res = &comp->resolutions[pi->resno];
103 res = &comp->resolutions[pi->resno];
105 pi->poc.precno1 = res->pw * res->ph;
124 opj_pi_resolution_t *res = NULL; local
129 res = &comp->resolutions[pi->resno];
142 res = &comp->resolutions[pi->resno];
144 pi->poc.precno1 = res->pw * res
163 opj_pi_resolution_t *res = NULL; local
246 opj_pi_resolution_t *res = NULL; local
327 opj_pi_resolution_t *res = NULL; local
471 opj_pi_resolution_t *res = &comp->resolutions[resno]; local
600 opj_pi_resolution_t *res = &comp->resolutions[resno]; local
636 opj_pi_resolution_t *res = &comp->resolutions[resno]; local
[all...]
/haiku-fatelf/src/add-ons/input_server/methods/canna/lib/
H A Duiutil.c195 menustruct *res; local
197 res = (menustruct *)malloc(sizeof(menustruct));
198 if (res) {
205 res->titles = wcs;
206 res->titledata = wctab;
207 res->body = menubody;
208 return res;
214 free(res);
226 menustruct *res = (menustruct *)0; local
232 return res;
461 menuinfo *res; local
[all...]
/haiku-fatelf/src/bin/gzip/
H A Dzgrep52 res=0
64 test "$r" -ne 0 && res="$r"
66 exit $res
/haiku-fatelf/src/bin/unzip/
H A Dzipgrep40 res=0
54 test "$r" -ne 0 && res="$r"
56 exit $res
/haiku-fatelf/src/bin/gdb/opcodes/
H A Dia64-opc.c221 int res = 0;
233 res = (res << bata) | ((op & mask) >> delta);
239 res = (res << 8) | (dis_table[op_pointer++] & 255);
245 res = (res << bits) | (op >> (8 - bits));
247 return res;
539 struct ia64_opcode *res =
541 res
216 int res = 0; local
530 struct ia64_opcode *res = local
[all...]
/haiku-fatelf/src/add-ons/media/media-add-ons/radeon/
H A DRadeonProducer.cpp92 status_t res; local
99 res = config->FindInt32( name, value );
100 if( res == B_NAME_NOT_FOUND )
103 if( res != B_OK )
104 return res;
153 status_t res; local
156 if( (res = FindInt32( config, P_SOURCE, 0, C_VIDEO_IN_SOURCE_MAX,
159 (res = FindInt32( config, P_STANDARD, 0, C_VIDEO_IN_STANDARD_MAX,
161 (res = FindInt32( config, P_MODE, 0, C_VIDEO_IN_CAPTURE_MODE_MAX,
163 (res
419 status_t res; local
1338 status_t res = finalizeFormat( format ); local
1842 status_t res; local
[all...]
/haiku-fatelf/src/tests/system/benchmarks/libMicro/
H A Dgetrusage.c53 benchmark(void *tsd, result_t *res) argument
70 res->re_count = i;
H A Dgettimeofday.c52 benchmark(void *tsd, result_t *res) argument
69 res->re_count = i;
H A Dlocaltime_r.c53 benchmark(void *tsd, result_t *res) argument
72 res->re_count = i;
H A Dsignal.c78 benchmark(void *tsd, result_t *res) argument
97 res->re_count += lm_optB;
H A Dsigprocmask.c60 benchmark(void *tsd, result_t *res) argument
81 res->re_count += lm_optB;
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/clock_getres/
H A D5-1.c63 struct timespec res; local
68 if (clock_getres(invalidClockID, &res) == -1) {
H A D6-1.c65 struct timespec res; local
70 if (clock_getres(invalidClockID, &res) == -1) {
/haiku-fatelf/src/add-ons/kernel/bus_managers/scsi/
H A Dvirtual_memory.cpp48 status_t res; local
64 if ((res = get_memory_map(range_start, range_len, &map[cur_idx],
67 SHOW_ERROR(1, "invalid io_vec passed (%s)", strerror(res));
68 return res;
/haiku-fatelf/src/add-ons/kernel/drivers/graphics/radeon/
H A Dvip.c82 bool res; local
87 res = do_VIPRead( di, channel, address, data );
94 return res;
172 bool res; local
177 res = do_VIPFifoRead( di, channel, address, count, buffer );
184 return res;
210 bool res; local
217 res = do_VIPWrite( di, channel, address, data );
222 return res;
265 bool res; local
378 status_t res; local
[all...]

Completed in 244 milliseconds

1234567891011>>