Home
last modified time | relevance | path

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

/external/curl/src/
Dtool_homedir.c32 static char *GetEnv(const char *variable, char do_expand) in GetEnv() argument
47 if(do_expand && strchr(variable, '%')) { in GetEnv()
55 (void)do_expand; in GetEnv()
/external/e2fsprogs/po/
Dat-expand.pl74 sub do_expand { subroutine
126 &do_expand();
138 &do_expand();
/external/toybox/toys/posix/
Dexpand.c34 static void do_expand(int fd, char *name) in do_expand() function
126 loopfiles(toys.optargs, do_expand); in expand_main()