Home
last modified time | relevance | path

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

/ndk/sources/host-tools/make-3.81/w32/include/
Dpathstuff.h23 extern char * w32ify(char *file, int resolve);
/ndk/sources/host-tools/make-3.81/w32/
Dpathstuff.c86 w32ify(char *filename, int resolve) in w32ify() function
109 char *q = w32ify(buf, 0); in getcwd_fs()
/ndk/sources/host-tools/make-3.81/
Dmain.c760 default_shell = xstrdup (w32ify (sh_path, 0)); in find_and_set_default_shell()
771 default_shell = xstrdup(w32ify(sh_path,0)); in find_and_set_default_shell()
791 default_shell = xstrdup(w32ify(sh_path,0)); in find_and_set_default_shell()
808 default_shell = xstrdup(w32ify(sh_path,0)); in find_and_set_default_shell()
1273 argv[0] = xstrdup(w32ify(argv[0],1)); in main()
Ddir.c495 dc_key.path_key = w32_path = w32ify (name, 1); in find_directory()
Djob.c2985 char *p = w32ify (shell, 0); in construct_command_argv()