Home | History | Annotate | Download | only in citrus

Lines Matching defs:errnum

199 	int ch, errnum;
210 errnum = _citrus_prop_read_character_common(ms, &ch);
211 if (errnum != 0)
212 return errnum;
253 int errnum, quot, ch;
301 errnum = _citrus_prop_read_character_common(ms, &ch);
302 if (errnum != 0)
303 return errnum;
355 int ch, errnum;
364 errnum = _citrus_prop_read_symbol(ms, name, sizeof(name));
365 if (errnum != 0)
366 return errnum;
381 errnum = (*readers[hint->type])(ms, &ostart);
382 if (errnum != 0)
383 return errnum;
393 errnum = (*readers[hint->type])(ms, &oend);
394 if (errnum != 0)
395 return errnum;
402 errnum = (*hint->cb._func_.func)(context, \
408 errnum = (*hint->cb._func_.func)(context, \
438 if (errnum != 0)
439 return errnum;
451 int errnum, ch;
462 errnum = _citrus_prop_parse_element(&ms, hints, context);
463 if (errnum != 0)
464 return errnum;