Searched refs:pathsep (Results 1 – 3 of 3) sorted by relevance
1831 char *uargv[4], *path, *pathsep; in auto_put() local1841 pathsep = NULL; in auto_put()1861 pathsep = strrchr(path, '/'); in auto_put()1862 if (pathsep == NULL) { in auto_put()1863 pathsep = strrchr(path, ':'); in auto_put()1864 if (pathsep == NULL) { in auto_put()1868 pathsep++; in auto_put()1869 uargv[2] = ftp_strdup(pathsep); in auto_put()1870 pathsep[0] = '/'; in auto_put()1872 uargv[2] = ftp_strdup(pathsep + 1); in auto_put()[all …]
366 os.environ['PATH'] = abs_builddir + os.pathsep + os.environ['PATH']956 for path in os.environ["PATH"].split(os.pathsep):1043 perl5lib += os.pathsep + os.environ['PERL5LIB']1102 pythonpath += os.pathsep + os.environ['PYTHONPATH']
1456 63. Added emx termio support, and emx pathsep support; emx compiles and runs: