summaryrefslogtreecommitdiffstats
path: root/misc-utils/whereis.c
Commit message (Expand)AuthorAgeFilesLines
* whereis: make subdirs scan more robustKarel Zak2019-05-231-10/+27
* whereis: use xstrncpy()Karel Zak2019-05-201-4/+2Star
* misc: consolidate version printing and close_stdout()Karel Zak2019-04-161-7/+5Star
* docs: fix typos [codespell]Sami Kerola2019-02-181-1/+1
* whereis: search in /(s)bin before /usr/libKarel Zak2019-01-171-2/+2
* include/debug: introduce __UL_INIT_DEBUG_FROM_STRING()Karel Zak2018-01-171-1/+1
* include/debug: don't print pointer address for SUID programsKarel Zak2018-01-121-0/+3
* whereis: fix typo in debug messageKarel Zak2017-12-141-1/+1
* whereis: include native multiarch path in lib search pathsAndreas Henriksson2017-07-311-0/+5
* misc: consolidate macro style USAGE_HELP_OPTIONSRuediger Meier2017-06-291-2/+2
* misc: introduce print_usage_help_options()Ruediger Meier2017-06-271-2/+1Star
* whereis: add --help and --versionRuediger Meier2017-06-221-13/+35
* misc: add static keyword to where needed [smatch scan]Sami Kerola2017-02-201-1/+1
* libblkid/whereis: simplify some conditions [cppcheck]Boris Egorov2015-06-251-1/+1
* whereis: make "-BMS <dir> -f" more obvious in usage()Karel Zak2015-03-051-1/+1
* whereis: tell when mandatory option is missingSami Kerola2015-03-031-1/+11
* whereis: lookup also info docsKarel Zak2015-02-021-3/+4
* textual: fix various minor typosYuri Chornoivan2015-01-261-1/+1
* textual: add a docstring to most of the utilitiesBenno Schulenberg2015-01-061-0/+3
* include/debug: fix typoKarel Zak2014-10-241-1/+1
* whereis: reset search mask more carefullyKarel Zak2014-10-231-14/+21
* whereis: cleanup debug stuff, fix argv[] usageKarel Zak2014-10-231-33/+74
* textual: fix some typos and inconsistencies in various messagesBenno Schulenberg2014-07-231-1/+1
* Merge branch 'minor-fixes' of git://github.com/kerolasa/lelux-utiliteetitKarel Zak2014-07-141-2/+1Star
|\
| * whereis: avoid printing uninitialized stringSami Kerola2014-07-131-2/+1Star
* | whereis: fix missing newline on empty resultsAndreas Henriksson2014-07-141-1/+1
|/
* whereis: canonicalize directories pathsKarel Zak2013-03-201-5/+6
* whereis: support MANPATH environment variableSami Kerola2013-03-191-0/+2
* whereis: align with howto-usage-function.txtSami Kerola2013-03-191-18/+15Star
* whereis: add search scope listing optionSami Kerola2013-03-191-0/+29
* whereis: rewrite most of the commandSami Kerola2013-03-191-263/+310
* a pointer should not be compared to zero [coccinelle]Sami Kerola2013-02-061-3/+3
* textual: spell and encode the name of Arkadiusz Miƛkiewicz correctlyBenno Schulenberg2013-02-061-1/+1
* textual: use UTIL_LINUX_VERSION everywhereKarel Zak2013-01-251-3/+1Star
* textual: fix a few typos in some of the usage help textsBenno Schulenberg2013-01-251-4/+4
* whereis: improve readability for analysersKarel Zak2012-09-071-1/+2
* whereis: fix shadow declarationKarel Zak2012-07-261-4/+4
* misc-utils: verify writing to streams was successfulSami Kerola2012-04-041-0/+2
* misc-utils: fix typosDavidlohr Bueso2012-02-241-1/+1
* whereis: move token assignment into loop syntaxKarel Zak2012-01-301-5/+3Star
* whereis: remove unused value warningFrancesco Cosoleto2011-11-091-1/+1
* whereis: non-ANSI definition [smatch scan]Karel Zak2011-09-121-1/+1
* whereis: fix gcc warnings [-Wsign-compare]Karel Zak2011-08-311-1/+1
* whereis: search in path for binaries onlyKarel Zak2011-08-301-7/+8
* whereis: search in pathDavidlohr Bueso2011-08-301-1/+68
* whereis: cleanup usage()Karel Zak2011-08-161-15/+17
* whereis: update coding styleDavidlohr Bueso2011-07-261-190/+170Star
* whereis: remove find()Davidlohr Bueso2011-07-261-11/+3Star
* whereis: coding styleSami Kerola2011-06-251-69/+79
* whereis: warnings, exit values, braces and returnsSami Kerola2011-06-251-12/+12