OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bytes_by_prefix
(Results
1 - 4
of
4
) sorted by null
/external/ltp/include/old/
bytes_by_prefix.h
35
int
bytes_by_prefix
(char *);
/external/ltp/lib/tests/
bytes_by_prefix_test.c
25
* Test program for the
bytes_by_prefix
program in /lib
39
#include "
bytes_by_prefix
.h"
101
* Check "/lib/
bytes_by_prefix
.c" file for more information.
110
* Check "/lib/
bytes_by_prefix
.c" file for more information.
126
* Check "/lib/
bytes_by_prefix
.c" file for more information.
137
* Check "/lib/
bytes_by_prefix
.c" file for more information.
189
if (
bytes_by_prefix
(test[i].val) == test[i].res) {
219
if (
bytes_by_prefix
(test_i[i].val) == test_i[i].res) {
/external/ltp/lib/
bytes_by_prefix.c
35
#include "
bytes_by_prefix
.h"
38
*
bytes_by_prefix
(s)
54
* for instance, "1k" and "1024" would both cause
bytes_by_prefix
to return 1024
76
int
bytes_by_prefix
(char *s)
function
/external/ltp/testcases/kernel/fs/doio/
iogen.c
64
#include "
bytes_by_prefix
.h"
[
all
...]
Completed in 96 milliseconds