repo.or.cz
/
gnulib.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
unicodeio: Fix wrong result on FreeBSD.
[gnulib.git]
/
modules
/
findprog-in
blob
84787a644e620f90f59c7a4d57c63d28b23762da
1
Description:
2
Locating a program in a given path.
3
4
Files:
5
lib/findprog.h
6
lib/findprog-in.c
7
m4/findprog-in.m4
8
m4/eaccess.m4
9
10
Depends-on:
11
stdbool
12
sys_stat
13
filename
14
xalloc
15
xconcat-filename
16
access
17
stat
18
unistd
19
20
configure.ac:
21
gl_FINDPROG_IN
22
23
Makefile.am:
24
lib_SOURCES += findprog.h findprog-in.c
25
26
Include:
27
"findprog.h"
28
29
License:
30
GPL
31
32
Maintainer:
33
all