commit | 032ea185d644cfe420822dd3dc84734623ffac91 | [log] [tgz] |
---|---|---|
author | Joe Hershberger <joe.hershberger@ni.com> | Wed May 20 14:27:18 2015 -0500 |
committer | Tom Rini <trini@konsulko.com> | Thu May 21 09:13:19 2015 -0400 |
tree | 78f2ca0e01f9013b8f88cc0970a77ee496e86bb3 | |
parent | 7a0ad2cce3e84fdfb1d0f5b14b9e293cb6e69d71 [diff] |
env: Simplify the reverse_strstr() interface The logic to find the whole matching name was split needlessly between the reverse_strstr function and its caller. Fully contain it to make the interface for calling it more consistent. Signed-off-by: Joe Hershberger <joe.hershberger@ni.com>