OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:digitp
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl2/gettext/dist/gettext-runtime/intl/
vasnprintf.c
292
const CHAR_T *
digitp
= dp->width_start;
local
295
width = xsum (xtimes (width, 10), *
digitp
++ - '0');
296
while (
digitp
!= dp->width_end);
314
const CHAR_T *
digitp
= dp->precision_start + 1;
local
317
while (
digitp
!= dp->precision_end)
318
precision = xsum (xtimes (precision, 10), *
digitp
++ - '0');
/src/external/gpl2/gettext/dist/gettext-runtime/libasprintf/
vasnprintf.c
292
const CHAR_T *
digitp
= dp->width_start;
local
295
width = xsum (xtimes (width, 10), *
digitp
++ - '0');
296
while (
digitp
!= dp->width_end);
314
const CHAR_T *
digitp
= dp->precision_start + 1;
local
317
while (
digitp
!= dp->precision_end)
318
precision = xsum (xtimes (precision, 10), *
digitp
++ - '0');
/src/external/gpl2/texinfo/dist/intl/
vasnprintf.c
296
const CHAR_T *
digitp
= dp->width_start;
local
299
width = xsum (xtimes (width, 10), *
digitp
++ - '0');
300
while (
digitp
!= dp->width_end);
318
const CHAR_T *
digitp
= dp->precision_start + 1;
local
322
precision = xsum (xtimes (precision, 10), *
digitp
++ - '0');
323
while (
digitp
!= dp->precision_end);
/src/external/gpl2/xcvs/dist/lib/
vasnprintf.c
306
const CHAR_T *
digitp
= dp->width_start;
local
309
width = xsum (xtimes (width, 10), *
digitp
++ - '0');
310
while (
digitp
!= dp->width_end);
328
const CHAR_T *
digitp
= dp->precision_start + 1;
local
331
while (
digitp
!= dp->precision_end)
332
precision = xsum (xtimes (precision, 10), *
digitp
++ - '0');
Completed in 17 milliseconds
Indexes created Sat Apr 04 00:22:49 UTC 2026