Home
last modified time | relevance | path

Searched refs:ATOI (Results 1 – 2 of 2) sorted by relevance

/ndk/sources/host-tools/sed-4.2.1/sed/
Dsed.c54 # define ATOI(x) atoi(x) macro
56 # define ATOI(x) strtoul(x, NULL, 0) macro
235 countT t = ATOI(cols);
278 lcmd_out_line_len = ATOI(optarg);
/ndk/sources/host-tools/sed-4.2.1/
DChangeLog1397 Also added ATOI macro (which uses strtoul() if available,