OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:fraction_s
(Results
1 - 1
of
1
) sorted by null
/bootable/recovery/
install.c
124
char*
fraction_s
= strtok(NULL, " \n");
local
127
float fraction = strtof(
fraction_s
, NULL);
133
char*
fraction_s
= strtok(NULL, " \n");
local
134
float fraction = strtof(
fraction_s
, NULL);
Completed in 24 milliseconds