/src/lib/libc/citrus/ |
citrus_prop.c | 359 _citrus_prop_object_t ostart, oend; local in function:_citrus_prop_parse_element 379 _citrus_prop_object_init(&ostart, hint->type); 381 errnum = (*readers[hint->type])(ms, &ostart); 403 hint->name, ostart.u._func_); \ 409 hint->name, ostart.u._func_, oend.u._func_);\ 436 _citrus_prop_object_uninit(&ostart);
|
/src/usr.sbin/makefs/ffs/ |
ffs_alloc.c | 543 int ostart, olen; local in function:ffs_mapsearch 555 ostart = start; 570 "len %d offset %d %ld", __func__, ostart, olen,
|
/src/sys/ufs/ffs/ |
ffs_alloc.c | 2165 int ostart, olen; local in function:ffs_mapsearch 2181 ostart = start; 2197 ostart, olen, fs->fs_fsmnt,
|