Home
last modified time | relevance | path

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

/external/mksh/src/
Dexec.c840 sh = search_path(sh, path, X_OK, NULL); in scriptexec()
1085 tp->u.fpath = search_path(name, fpath, R_OK, in findcom()
1119 npath.ro = search_path(name, in findcom()
1129 (npath.ro = search_path(name, fpath, R_OK, in findcom()
1191 search_path(const char *name, const char *lpath, in search_path() function
Dfuncs.c1101 search_path(alias, path, X_OK, NULL) : in c_alias()
1716 if ((file = search_path(cp, path, R_OK, &errcode)) == NULL) { in c_dot()
Dsh.h1564 const char *search_path(const char *, const char *, int, int *);
/external/webkit/Source/WebKit/chromium/
DWebKit.gyp804 'search_path': [
1189 'search_path': [
1209 'search_path': '../../WebCore/inspector/front-end',
1230 'search_path': [
/external/oprofile/
DTODO170 …opreport { archive:tmp1 search_path=/lib/modules/2.6.20 } { archive:tmp2 search_path=/.../2.6.20.9…
171 because search_path is specified through -p which is not a part of the
/external/iptables/iptables/
Dxtables.c533 static void *load_extension(const char *search_path, const char *af_prefix, in load_extension() argument
538 const char *dir = search_path, *next; in load_extension()