| /src/lib/libintl/ |
| gettext.c | 578 struct moentry *otable, *ttable; local 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 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:struct:portname 1317 otable);
|
| audio.c | 892 static const struct portname otable[] = { variable in typeref:struct:portname 1317 otable);
|