Home | Sort by: relevance | last modified time | path |
/src/lib/libc/citrus/ | |
citrus_prop.c | 359 _citrus_prop_object_t ostart, oend; local in function:_citrus_prop_parse_element 380 _citrus_prop_object_init(&oend, hint->type); 393 errnum = (*readers[hint->type])(ms, &oend); 409 hint->name, ostart.u._func_, oend.u._func_);\ 437 _citrus_prop_object_uninit(&oend); |
/src/usr.sbin/acpitools/aml/ | |
aml_parse.c | 332 u_int8_t *start, *end, *oend; local in function:aml_parse_defscope 346 oend = env->end; 353 env->end = oend; 1083 u_int8_t *start, *end, *oend; local in function:aml_parse_defelse 1089 oend = env->end; 1101 env->end = oend; 1108 u_int8_t *start, *end, *oend; local in function:aml_parse_defif 1120 oend = env->end; 1131 env->end = oend; 1132 if ((end < oend) && *(env->dp) == 0xa1) 1143 u_int8_t *start, *end, *oend; local in function:aml_parse_defwhile [all...] |