Home
last modified time | relevance | path

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

/dports/games/netradiant/netradiant-20150621-src/radiant/
H A Dqe3.cpp281 char batpath[PATH_MAX]; in RunBSP() local
283 strcpy( batpath, SettingsPath_get() ); in RunBSP()
284 strcat( batpath, "qe3bsp.sh" ); in RunBSP()
286 strcpy( batpath, SettingsPath_get() ); in RunBSP()
287 strcat( batpath, "qe3bsp.bat" ); in RunBSP()
293 TextFileOutputStream batchFile( batpath ); in RunBSP()
305 chmod( batpath, 0744 ); in RunBSP()
307 globalOutputStream() << "Writing the compile script to '" << batpath << "'\n"; in RunBSP()
309 Q_Exec( batpath, NULL, NULL, true, false ); in RunBSP()
/dports/games/gtkradiant/GPL/GtkRadiant/radiant/
H A Dqe3.cpp319 char batpath[PATH_MAX]; in RunBSP() local
321 strcpy(batpath, SettingsPath_get()); in RunBSP()
322 strcat(batpath, "qe3bsp.sh"); in RunBSP()
325 strcpy(batpath, SettingsPath_get()); in RunBSP()
326 strcat(batpath, "qe3bsp.bat"); in RunBSP()
330 TextFileOutputStream batchFile(batpath); in RunBSP()
344 chmod (batpath, 0744); in RunBSP()
346 globalOutputStream() << "Writing the compile script to '" << batpath << "'\n"; in RunBSP()
348 Q_Exec(batpath, NULL, NULL, true); in RunBSP()
/dports/editors/vim/vim-8.2.3745/src/
H A Ddosinst.c827 char *batpath = targets[choices[idx].arg].batpath; in install_bat_choice() local
970 char *batpath; in change_bat_choice() local
981 batpath = targets[target].batpath; in change_bat_choice()
1029 *batpath = NUL; in change_bat_choice()
1038 add_pathsep(batpath); in change_bat_choice()
1076 strcpy(targets[i].batpath, targets[0].batpath); in change_main_bat_choice()
1091 char *batpath = targets[target].batpath; in init_bat_choice() local
1104 *batpath = NUL; in init_bat_choice()
1118 strcpy(batpath, p); in init_bat_choice()
1128 batpath[i++] = *p++; in init_bat_choice()
[all …]
H A Ddosinst.h334 char batpath[BUFSIZE]; // path of batch file to create; not member
/dports/games/netradiant/netradiant-20150621-src/tools/quake2/extra/qe4/
H A Dwin_main.c95 char batpath[1024]; in RunBsp() local
135 sprintf (batpath, "%sqe3bsp.bat", temppath); in RunBsp()
136 hFile = fopen(batpath, "w"); in RunBsp()
138 Error ("Can't write to %s", batpath); in RunBsp()
145 sprintf (batpath, "%sqe3bsp2.bat", temppath); in RunBsp()
146 hFile = fopen(batpath, "w"); in RunBsp()
148 Error ("Can't write to %s", batpath); in RunBsp()
157 batpath, // pointer to name of executable module in RunBsp()
/dports/games/gtkradiant/GPL/Q2Tools/qe4/
H A Dwin_main.c95 char batpath[1024]; in RunBsp() local
135 sprintf (batpath, "%sqe3bsp.bat", temppath); in RunBsp()
136 hFile = fopen(batpath, "w"); in RunBsp()
138 Error ("Can't write to %s", batpath); in RunBsp()
145 sprintf (batpath, "%sqe3bsp2.bat", temppath); in RunBsp()
146 hFile = fopen(batpath, "w"); in RunBsp()
148 Error ("Can't write to %s", batpath); in RunBsp()
157 batpath, // pointer to name of executable module in RunBsp()
/dports/x11/i3status/i3status-2.14/src/
H A Dprint_battery_info.c146 char batpath[512]; in slurp_battery_info() local
147 sprintf(batpath, path, number); in slurp_battery_info()
148 INSTANCE(batpath); in slurp_battery_info()
150 if (!slurp(batpath, buf, sizeof(buf))) { in slurp_battery_info()