Home
last modified time | relevance | path

Searched refs:currentpwd (Results 1 – 7 of 7) sorted by relevance

/dports/deskutils/dfshow/dfshow-0.9.3-beta/src/
H A Dshowmenus.c72 extern char currentpwd[4096];
366 chdir(currentpwd); in refreshDirectory()
405 if (check_last_char(currentpwd, "/") && strcmp(currentpwd, "/")){ in show_directory_input()
406 currentpwd[strlen(currentpwd) - 1] = '\0'; in show_directory_input()
409 if ((strcmp(currentpwd, oldpwd) && strcmp(currentpwd, "")) || !historyref){ in show_directory_input()
412 strcpy(currentpwd, dirFromPath(currentpwd)); in show_directory_input()
431 chdir(currentpwd); in show_directory_input()
755 if (check_last_char(currentpwd, "/") && strcmp(currentpwd, "/")){ in make_directory_input()
756 currentpwd[strlen(currentpwd) - 1] = '\0'; in make_directory_input()
898 if (check_last_char(currentpwd, "/") && strcmp(currentpwd, "/")){ in touch_file_input()
[all …]
H A Dshow.c46 char currentpwd[4096]; variable
681 int directory_view(char * currentpwd) in directory_view() argument
685 strcpy(currentpwd, dirFromPath(currentpwd)); in directory_view()
700 ob = get_dir(currentpwd); in directory_view()
710 display_dir(currentpwd, ob); in directory_view()
1297 chdir(currentpwd); in main()
1299 getcwd(currentpwd, sizeof(currentpwd)); in main()
1302 if (!check_dir(currentpwd)){ in main()
1308 if (check_last_char(currentpwd, "/") && strcmp(currentpwd, "/")){ in main()
1309 currentpwd[strlen(currentpwd) - 1] = '\0'; in main()
[all …]
H A Dshow.h28 int directory_view(char * currentpwd);
H A Dshowfunctions.c170 extern char currentpwd[4096];
2305 strcpy(currentpwd, dirFromPath(path)); in get_dir()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/autofill/core/browser/
H A Dform_structure_fuzzer.dict17 currentpwd="current-password"
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/autofill/core/browser/
H A Dform_structure_fuzzer.dict17 currentpwd="current-password"
/dports/graphics/sane-backends/sane-backends-1.0.32/backend/
H A Dhp3900_rts8822.c2489 SANE_Int fixedpwm, currentpwd; in Lamp_PWM_Setup() local
2491 currentpwd = 0; in Lamp_PWM_Setup()
2496 if (Lamp_PWM_DutyCycle_Get (dev, &currentpwd) == OK) in Lamp_PWM_Setup()
2499 if (currentpwd != fixedpwm) in Lamp_PWM_Setup()