Home
last modified time | relevance | path

Searched refs:atoiwi (Results 1 – 3 of 3) sorted by relevance

/dragonfly/usr.bin/top/
H A Dutils.h42 int atoiwi(char *);
H A Dtop.c377 i = atoiwi(optarg); in do_arguments()
473 if ((i = atoiwi(av[optind])) == Invalid) in do_arguments()
H A Dutils.c69 atoiwi(char *str) in atoiwi() function