Home
last modified time | relevance | path

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

/freebsd-9-stable/usr.bin/ldd/
Dldd.c71 static int is_executable(const char *fname, int fd, int *is_shlib,
191 rv = is_executable(*argv, fd, &is_shlib, &type); in main()
274 is_executable(const char *fname, int fd, int *is_shlib, int *type) in is_executable() function