Home
last modified time | relevance | path

Searched refs:itoa7 (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/bsd/top/dist/
H A Dutils.h45 char *itoa7(int);
H A Dutils.c173 itoa7(int val) in itoa7() function
H A Dtop.c888 gstate->get_userid = itoa7; in main()
H A DChanges536 Fixed buffer conflict in utils.c (itoa and itoa7).
/netbsd-src/external/bsd/top/dist/machine/
H A Dm_netbsd.c633 userprint = sel->usernames ? username : itoa7; in get_process_info()