Home
last modified time | relevance | path

Searched refs:bytes_by_prefix (Results 1 - 4 of 4) sorted by relevance

/third_party/ltp/testcases/kernel/fs/doio/include/
H A Dbytes_by_prefix.h35 int bytes_by_prefix(char *);
/third_party/ltp/testcases/kernel/fs/doio/
H A DMakefile37 bytes_by_prefix.o
H A Dbytes_by_prefix.c35 #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
73 int bytes_by_prefix(char *s) in bytes_by_prefix() function
H A Diogen.c64 #include "bytes_by_prefix.h"
1603 if ((Rawmult = bytes_by_prefix(optarg)) == -1 || in parse_cmdline()
1639 if ((Mintrans = bytes_by_prefix(optarg)) == -1) { in parse_cmdline()
1649 if ((Maxtrans = bytes_by_prefix(optarg)) == -1) { in parse_cmdline()
1801 if ((len = bytes_by_prefix(argv[optind])) == -1) { in parse_cmdline()

Completed in 4 milliseconds