Searched refs:topdir (Results 1 - 7 of 7) sorted by relevance
/third_party/alsa-lib/src/ |
H A D | conf.c | 600 static char *topdir; in snd_config_topdir() local 602 if (!topdir) { in snd_config_topdir() 603 topdir = getenv("ALSA_CONFIG_DIR"); in snd_config_topdir() 604 if (!topdir || *topdir != '/' || strlen(topdir) >= PATH_MAX) in snd_config_topdir() 605 topdir = ALSA_CONFIG_DIR; in snd_config_topdir() 607 return topdir; in snd_config_topdir() 4531 const char *topdir = snd_config_topdir(); in snd_config_update_r() local 4532 char *s = alloca(strlen(topdir) in snd_config_update_r() [all...] |
/third_party/toybox/toys/posix/ |
H A D | find.c | 73 int topdir, xdev, depth; 108 if (TT.topdir != -1) { in flush_exec() 112 } else rc = fchdir(TT.topdir); in flush_exec() 143 if (revert) revert = fchdir(TT.topdir); in flush_exec() 179 if (new && TT.topdir == -1) return; in execdir() 220 // skip . and .. below topdir, handle -xdev and -depth in do_find() 550 if (TT.topdir == -1) TT.topdir = xopenro("."); in do_find() 697 TT.topdir = -1; in find_main() 722 close(TT.topdir); in find_main() [all...] |
/third_party/node/deps/openssl/openssl/util/ |
H A D | withlibctx.pl | 7 my $topdir = shift; 9 processallfiles($topdir);
|
/third_party/openssl/util/ |
H A D | withlibctx.pl | 7 my $topdir = shift; 9 processallfiles($topdir);
|
/third_party/alsa-lib/src/mixer/ |
H A D | simple_abst.c | 302 const char *topdir = snd_config_topdir(); in snd_mixer_simple_basic_register() local 303 char *s = alloca(strlen(topdir) + strlen("smixer.conf") + 2); in snd_mixer_simple_basic_register() 304 sprintf(s, "%s/smixer.conf", topdir); in snd_mixer_simple_basic_register()
|
/third_party/python/Mac/BuildScript/ |
H A D | build-installer.py | 451 topdir="/Library/Frameworks/Python.framework/Versions/%(VER)s/Resources/English.lproj/Documentation", 474 topdir="/Library/Frameworks/Python.framework", 487 topdir="/Library/Frameworks/Python.framework", 1423 pkgroot = recipe.get('topdir', srcdir)
|
/third_party/toybox/generated/ |
H A D | globals.h | 1299 int topdir, xdev, depth; member
|
Completed in 17 milliseconds