/src/lib/libintl/ |
gettext.c | 578 struct moentry *otable, *ttable; local in function:mapit 643 /* validate otable/ttable */ 645 otable = (struct moentry *)(base + flip(mo->mo_otable, magic)); 648 if (!validate(otable, mohandle) || 649 !validate(&otable[mohandle->mo.mo_nstring], mohandle)) { 673 p[i].len = flip(otable[i].len, magic); 674 p[i].off = base + flip(otable[i].off, magic);
|
gettext.c | 578 struct moentry *otable, *ttable; local in function:mapit 643 /* validate otable/ttable */ 645 otable = (struct moentry *)(base + flip(mo->mo_otable, magic)); 648 if (!validate(otable, mohandle) || 649 !validate(&otable[mohandle->mo.mo_nstring], mohandle)) { 673 p[i].len = flip(otable[i].len, magic); 674 p[i].off = base + flip(otable[i].off, magic);
|
/src/sys/dev/audio/ |
audio.c | 892 static const struct portname otable[] = { variable in typeref:typename:const struct portname[] 1318 otable);
|
audio.c | 892 static const struct portname otable[] = { variable in typeref:typename:const struct portname[] 1318 otable);
|