OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:stringoffset
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/binutils/dist/libiberty/
simple-object-mach-o.c
682
unsigned long
stringoffset
;
local
684
if (sscanf (name + 2, "%08lX", &
stringoffset
) == 1)
686
if (
stringoffset
>= strtab_size)
697
name = strtab +
stringoffset
;
/src/external/gpl3/binutils.old/dist/libiberty/
simple-object-mach-o.c
680
unsigned long
stringoffset
;
local
682
if (sscanf (name + 2, "%08lX", &
stringoffset
) == 1)
684
if (
stringoffset
>= strtab_size)
695
name = strtab +
stringoffset
;
/src/external/gpl3/gcc.old/dist/libiberty/
simple-object-mach-o.c
680
unsigned long
stringoffset
;
local
682
if (sscanf (name + 2, "%08lX", &
stringoffset
) == 1)
684
if (
stringoffset
>= strtab_size)
695
name = strtab +
stringoffset
;
/src/lib/libc/time/
zic.c
3164
stringoffset
(char *result, int resultlen, zic_t offset)
function
3251
if (!
stringoffset
(result + len, resultlen - len, tod))
3369
offsetlen =
stringoffset
(result + len, resultlen - len,
3381
offsetlen =
stringoffset
(result + len, resultlen - len,
Completed in 36 milliseconds
Indexes created Tue Feb 24 01:34:59 UTC 2026