android_external_toybox/lib
2015-01-03 16:25:36 -06:00
..
args.c Debris from flag handling rewrite: don't allow -^A to actually trigger. 2015-01-01 16:19:40 -06:00
dirtree.c Respond to two static analysis issues in dirtree_path() reported by Ashwini Sharma. 2014-09-22 07:52:15 -05:00
getmountlist.c Brown paper bag time: comma_scan() didn't work for anything but the last entry. 2014-09-28 13:11:20 -05:00
help.c Redo option parsing infrastructure so #define FORCE_FLAGS can unzero flag macros for a disabled command (needed when multiple commands share infrastructure with a common set of flags). 2014-12-31 21:30:59 -06:00
lib.c strtol() doesn't return error indicator for overflow, it just sets errno. So add estrtol() (which clears errno first), and xstrtol() (which error_exit()s on overflow). 2015-01-01 16:28:51 -06:00
lib.h strtol() doesn't return error indicator for overflow, it just sets errno. So add estrtol() (which clears errno first), and xstrtol() (which error_exit()s on overflow). 2015-01-01 16:28:51 -06:00
llist.c Switch mtab_list to doubly linked so we can traverse in either order. Convert umount and df. Add dlist_terminate() to break lists for traversal in either direction. 2014-05-29 05:22:02 -05:00
net.c Merge toynet.h into toys.h: musl supports it and micromanaging uClibc config options isn't very interesting anymore. 2013-11-02 14:24:33 -05:00
password.c Remove unnecessary assignment spotted by Cynt Rynt. 2014-11-11 15:08:25 -06:00
pending.h The only illegal characters in a username are ":" (field separator), "\n" (line separator), and "/" (filename separator). 2014-09-26 18:49:44 -05:00
portability.c When you include the posix header libgen.h, glibc #defines basename to some random other symbol name (because gnu) and this screws up nontrivial macro expansions of NEWTOY(basename), so work around it in portability.h. 2014-12-31 16:22:31 -06:00
portability.h When you include the posix header libgen.h, glibc #defines basename to some random other symbol name (because gnu) and this screws up nontrivial macro expansions of NEWTOY(basename), so work around it in portability.h. 2014-12-31 16:22:31 -06:00
xwrap.c Move fflush() checking to xexit() and have exit paths in main() call that. 2015-01-03 16:25:36 -06:00