OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:strno
(Results
1 - 2
of
2
) sorted by relevancy
/src/lib/libintl/
gettext.c
799
uint32_t idx, hashval, step,
strno
;
local
811
strno
= mohandle->mo.mo_htable[idx];
812
if (
strno
== 0) {
816
strno
--;
817
if ((
strno
& MO_HASH_SYSDEP_MASK) == 0) {
819
if (len <= mohandle->mo.mo_otable[
strno
].len &&
820
!strcmp(msgid, mohandle->mo.mo_otable[
strno
].off)) {
824
mohandle->mo.mo_ttable[
strno
].len;
825
return mohandle->mo.mo_ttable[
strno
].off;
829
strno
&= ~MO_HASH_SYSDEP_MASK
[
all
...]
gettext.c
799
uint32_t idx, hashval, step,
strno
;
local
811
strno
= mohandle->mo.mo_htable[idx];
812
if (
strno
== 0) {
816
strno
--;
817
if ((
strno
& MO_HASH_SYSDEP_MASK) == 0) {
819
if (len <= mohandle->mo.mo_otable[
strno
].len &&
820
!strcmp(msgid, mohandle->mo.mo_otable[
strno
].off)) {
824
mohandle->mo.mo_ttable[
strno
].len;
825
return mohandle->mo.mo_ttable[
strno
].off;
829
strno
&= ~MO_HASH_SYSDEP_MASK
[
all
...]
Completed in 39 milliseconds
Indexes created Mon Feb 23 01:20:22 UTC 2026