OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:num_str
(Results
1 - 5
of
5
) sorted by relevancy
/src/usr.bin/jot/
jot.c
326
getprec(char *
num_str
)
329
num_str
= strchr(
num_str
, '.');
330
if (
num_str
== NULL)
332
return strspn(
num_str
+ 1, "0123456789");
/src/external/gpl3/gdb/dist/gdb/tui/
tui-win.c
1046
char *
num_str
;
1048
num_str
= buf_ptr;
1054
*num_to_scroll = atoi (
num_str
);
1058
*num_to_scroll = atoi (
num_str
);
1044
char *
num_str
;
local
/src/external/gpl3/gdb.old/dist/gdb/tui/
tui-win.c
1055
char *
num_str
;
1057
num_str
= buf_ptr;
1063
*num_to_scroll = atoi (
num_str
);
1067
*num_to_scroll = atoi (
num_str
);
1053
char *
num_str
;
local
/src/external/bsd/libc++/dist/libcxxrt/src/
libelftc_dem_gnu3.c
1779
char *name, *type, *
num_str
;
local
1805
if (!cpp_demangle_read_number_as_string(ddata, &
num_str
))
1807
if (!DEM_PUSH_STR(ddata,
num_str
))
1815
free(
num_str
);
2848
char *type_str, *exp_str, *
num_str
, *subst_str;
local
2884
type_str = exp_str =
num_str
= NULL;
3008
&
num_str
))
3010
if (!VEC_PUSH_STR(&v.ext_name,
num_str
))
3346
free(
num_str
);
3353
free(
num_str
);
[
all
...]
/src/sys/netinet/
sctp_indata.c
4628
int
num_str
;
local
4629
num_str
= fwd_sz/sizeof(struct sctp_strseq);
4633
num_str
);
4636
for (i = 0; i <
num_str
; i++) {
Completed in 35 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026