Home
last modified time | relevance | path

Searched refs:ptr2ext (Results 1 – 25 of 42) sorted by relevance

12

/dports/databases/postgresql96-pltcl/postgresql-9.6.24/src/interfaces/ecpg/preproc/
H A Decpg.c276 char *ptr2ext; in main() local
291 ptr2ext = last_dir_separator(input_filename); in main()
292 ptr2ext = (ptr2ext ? strrchr(ptr2ext, '.') : strrchr(input_filename, '.')); in main()
295 if (ptr2ext == NULL) in main()
300 ptr2ext[0] = '.'; in main()
301 ptr2ext[1] = 'p'; in main()
302 ptr2ext[2] = 'g'; in main()
303 ptr2ext[3] = (header_mode == true) ? 'h' : 'c'; in main()
304 ptr2ext[4] = '\0'; in main()
319 ptr2ext = strrchr(output_filename, '.'); in main()
[all …]
/dports/databases/postgresql96-server/postgresql-9.6.24/src/interfaces/ecpg/preproc/
H A Decpg.c276 char *ptr2ext; in main() local
291 ptr2ext = last_dir_separator(input_filename); in main()
292 ptr2ext = (ptr2ext ? strrchr(ptr2ext, '.') : strrchr(input_filename, '.')); in main()
295 if (ptr2ext == NULL) in main()
300 ptr2ext[0] = '.'; in main()
301 ptr2ext[1] = 'p'; in main()
302 ptr2ext[2] = 'g'; in main()
303 ptr2ext[3] = (header_mode == true) ? 'h' : 'c'; in main()
304 ptr2ext[4] = '\0'; in main()
319 ptr2ext = strrchr(output_filename, '.'); in main()
[all …]
/dports/databases/postgresql96-plperl/postgresql-9.6.24/src/interfaces/ecpg/preproc/
H A Decpg.c276 char *ptr2ext; in main() local
291 ptr2ext = last_dir_separator(input_filename); in main()
292 ptr2ext = (ptr2ext ? strrchr(ptr2ext, '.') : strrchr(input_filename, '.')); in main()
295 if (ptr2ext == NULL) in main()
300 ptr2ext[0] = '.'; in main()
301 ptr2ext[1] = 'p'; in main()
302 ptr2ext[2] = 'g'; in main()
303 ptr2ext[3] = (header_mode == true) ? 'h' : 'c'; in main()
304 ptr2ext[4] = '\0'; in main()
319 ptr2ext = strrchr(output_filename, '.'); in main()
[all …]
/dports/databases/postgresql96-plpython/postgresql-9.6.24/src/interfaces/ecpg/preproc/
H A Decpg.c276 char *ptr2ext; in main() local
291 ptr2ext = last_dir_separator(input_filename); in main()
292 ptr2ext = (ptr2ext ? strrchr(ptr2ext, '.') : strrchr(input_filename, '.')); in main()
295 if (ptr2ext == NULL) in main()
300 ptr2ext[0] = '.'; in main()
301 ptr2ext[1] = 'p'; in main()
302 ptr2ext[2] = 'g'; in main()
303 ptr2ext[3] = (header_mode == true) ? 'h' : 'c'; in main()
304 ptr2ext[4] = '\0'; in main()
319 ptr2ext = strrchr(output_filename, '.'); in main()
[all …]
/dports/databases/postgresql11-client/postgresql-11.14/src/interfaces/ecpg/preproc/
H A Decpg.c280 char *ptr2ext; in main() local
295 ptr2ext = last_dir_separator(input_filename); in main()
296 ptr2ext = (ptr2ext ? strrchr(ptr2ext, '.') : strrchr(input_filename, '.')); in main()
299 if (ptr2ext == NULL) in main()
304 ptr2ext[0] = '.'; in main()
305 ptr2ext[1] = 'p'; in main()
306 ptr2ext[2] = 'g'; in main()
307 ptr2ext[3] = (header_mode == true) ? 'h' : 'c'; in main()
308 ptr2ext[4] = '\0'; in main()
323 ptr2ext = strrchr(output_filename, '.'); in main()
[all …]
/dports/databases/postgresql10-server/postgresql-10.19/src/interfaces/ecpg/preproc/
H A Decpg.c276 char *ptr2ext; in main() local
291 ptr2ext = last_dir_separator(input_filename); in main()
292 ptr2ext = (ptr2ext ? strrchr(ptr2ext, '.') : strrchr(input_filename, '.')); in main()
295 if (ptr2ext == NULL) in main()
300 ptr2ext[0] = '.'; in main()
301 ptr2ext[1] = 'p'; in main()
302 ptr2ext[2] = 'g'; in main()
303 ptr2ext[3] = (header_mode == true) ? 'h' : 'c'; in main()
304 ptr2ext[4] = '\0'; in main()
319 ptr2ext = strrchr(output_filename, '.'); in main()
[all …]
/dports/databases/postgresql10-pltcl/postgresql-10.19/src/interfaces/ecpg/preproc/
H A Decpg.c276 char *ptr2ext; in main() local
291 ptr2ext = last_dir_separator(input_filename); in main()
292 ptr2ext = (ptr2ext ? strrchr(ptr2ext, '.') : strrchr(input_filename, '.')); in main()
295 if (ptr2ext == NULL) in main()
300 ptr2ext[0] = '.'; in main()
301 ptr2ext[1] = 'p'; in main()
302 ptr2ext[2] = 'g'; in main()
303 ptr2ext[3] = (header_mode == true) ? 'h' : 'c'; in main()
304 ptr2ext[4] = '\0'; in main()
319 ptr2ext = strrchr(output_filename, '.'); in main()
[all …]
/dports/databases/postgresql10-client/postgresql-10.19/src/interfaces/ecpg/preproc/
H A Decpg.c276 char *ptr2ext; in main() local
291 ptr2ext = last_dir_separator(input_filename); in main()
292 ptr2ext = (ptr2ext ? strrchr(ptr2ext, '.') : strrchr(input_filename, '.')); in main()
295 if (ptr2ext == NULL) in main()
300 ptr2ext[0] = '.'; in main()
301 ptr2ext[1] = 'p'; in main()
302 ptr2ext[2] = 'g'; in main()
303 ptr2ext[3] = (header_mode == true) ? 'h' : 'c'; in main()
304 ptr2ext[4] = '\0'; in main()
319 ptr2ext = strrchr(output_filename, '.'); in main()
[all …]
/dports/databases/postgresql10-contrib/postgresql-10.19/src/interfaces/ecpg/preproc/
H A Decpg.c276 char *ptr2ext; in main() local
291 ptr2ext = last_dir_separator(input_filename); in main()
292 ptr2ext = (ptr2ext ? strrchr(ptr2ext, '.') : strrchr(input_filename, '.')); in main()
295 if (ptr2ext == NULL) in main()
300 ptr2ext[0] = '.'; in main()
301 ptr2ext[1] = 'p'; in main()
302 ptr2ext[2] = 'g'; in main()
303 ptr2ext[3] = (header_mode == true) ? 'h' : 'c'; in main()
304 ptr2ext[4] = '\0'; in main()
319 ptr2ext = strrchr(output_filename, '.'); in main()
[all …]
/dports/databases/postgresql10-plpython/postgresql-10.19/src/interfaces/ecpg/preproc/
H A Decpg.c276 char *ptr2ext; in main() local
291 ptr2ext = last_dir_separator(input_filename); in main()
292 ptr2ext = (ptr2ext ? strrchr(ptr2ext, '.') : strrchr(input_filename, '.')); in main()
295 if (ptr2ext == NULL) in main()
300 ptr2ext[0] = '.'; in main()
301 ptr2ext[1] = 'p'; in main()
302 ptr2ext[2] = 'g'; in main()
303 ptr2ext[3] = (header_mode == true) ? 'h' : 'c'; in main()
304 ptr2ext[4] = '\0'; in main()
319 ptr2ext = strrchr(output_filename, '.'); in main()
[all …]
/dports/databases/postgresql10-plperl/postgresql-10.19/src/interfaces/ecpg/preproc/
H A Decpg.c276 char *ptr2ext; in main() local
291 ptr2ext = last_dir_separator(input_filename); in main()
292 ptr2ext = (ptr2ext ? strrchr(ptr2ext, '.') : strrchr(input_filename, '.')); in main()
295 if (ptr2ext == NULL) in main()
300 ptr2ext[0] = '.'; in main()
301 ptr2ext[1] = 'p'; in main()
302 ptr2ext[2] = 'g'; in main()
303 ptr2ext[3] = (header_mode == true) ? 'h' : 'c'; in main()
304 ptr2ext[4] = '\0'; in main()
319 ptr2ext = strrchr(output_filename, '.'); in main()
[all …]
/dports/databases/postgresql10-docs/postgresql-10.19/src/interfaces/ecpg/preproc/
H A Decpg.c276 char *ptr2ext; in main() local
291 ptr2ext = last_dir_separator(input_filename); in main()
292 ptr2ext = (ptr2ext ? strrchr(ptr2ext, '.') : strrchr(input_filename, '.')); in main()
295 if (ptr2ext == NULL) in main()
300 ptr2ext[0] = '.'; in main()
301 ptr2ext[1] = 'p'; in main()
302 ptr2ext[2] = 'g'; in main()
303 ptr2ext[3] = (header_mode == true) ? 'h' : 'c'; in main()
304 ptr2ext[4] = '\0'; in main()
319 ptr2ext = strrchr(output_filename, '.'); in main()
[all …]
/dports/databases/postgresql11-plperl/postgresql-11.14/src/interfaces/ecpg/preproc/
H A Decpg.c280 char *ptr2ext; in main() local
295 ptr2ext = last_dir_separator(input_filename); in main()
296 ptr2ext = (ptr2ext ? strrchr(ptr2ext, '.') : strrchr(input_filename, '.')); in main()
299 if (ptr2ext == NULL) in main()
304 ptr2ext[0] = '.'; in main()
305 ptr2ext[1] = 'p'; in main()
306 ptr2ext[2] = 'g'; in main()
307 ptr2ext[3] = (header_mode == true) ? 'h' : 'c'; in main()
308 ptr2ext[4] = '\0'; in main()
323 ptr2ext = strrchr(output_filename, '.'); in main()
[all …]
/dports/databases/postgresql11-docs/postgresql-11.14/src/interfaces/ecpg/preproc/
H A Decpg.c280 char *ptr2ext; in main() local
295 ptr2ext = last_dir_separator(input_filename); in main()
296 ptr2ext = (ptr2ext ? strrchr(ptr2ext, '.') : strrchr(input_filename, '.')); in main()
299 if (ptr2ext == NULL) in main()
304 ptr2ext[0] = '.'; in main()
305 ptr2ext[1] = 'p'; in main()
306 ptr2ext[2] = 'g'; in main()
307 ptr2ext[3] = (header_mode == true) ? 'h' : 'c'; in main()
308 ptr2ext[4] = '\0'; in main()
323 ptr2ext = strrchr(output_filename, '.'); in main()
[all …]
/dports/databases/postgresql11-contrib/postgresql-11.14/src/interfaces/ecpg/preproc/
H A Decpg.c280 char *ptr2ext; in main() local
295 ptr2ext = last_dir_separator(input_filename); in main()
296 ptr2ext = (ptr2ext ? strrchr(ptr2ext, '.') : strrchr(input_filename, '.')); in main()
299 if (ptr2ext == NULL) in main()
304 ptr2ext[0] = '.'; in main()
305 ptr2ext[1] = 'p'; in main()
306 ptr2ext[2] = 'g'; in main()
307 ptr2ext[3] = (header_mode == true) ? 'h' : 'c'; in main()
308 ptr2ext[4] = '\0'; in main()
323 ptr2ext = strrchr(output_filename, '.'); in main()
[all …]
/dports/databases/postgresql11-plpython/postgresql-11.14/src/interfaces/ecpg/preproc/
H A Decpg.c280 char *ptr2ext; in main() local
295 ptr2ext = last_dir_separator(input_filename); in main()
296 ptr2ext = (ptr2ext ? strrchr(ptr2ext, '.') : strrchr(input_filename, '.')); in main()
299 if (ptr2ext == NULL) in main()
304 ptr2ext[0] = '.'; in main()
305 ptr2ext[1] = 'p'; in main()
306 ptr2ext[2] = 'g'; in main()
307 ptr2ext[3] = (header_mode == true) ? 'h' : 'c'; in main()
308 ptr2ext[4] = '\0'; in main()
323 ptr2ext = strrchr(output_filename, '.'); in main()
[all …]
/dports/databases/postgresql11-pltcl/postgresql-11.14/src/interfaces/ecpg/preproc/
H A Decpg.c280 char *ptr2ext; in main() local
295 ptr2ext = last_dir_separator(input_filename); in main()
296 ptr2ext = (ptr2ext ? strrchr(ptr2ext, '.') : strrchr(input_filename, '.')); in main()
299 if (ptr2ext == NULL) in main()
304 ptr2ext[0] = '.'; in main()
305 ptr2ext[1] = 'p'; in main()
306 ptr2ext[2] = 'g'; in main()
307 ptr2ext[3] = (header_mode == true) ? 'h' : 'c'; in main()
308 ptr2ext[4] = '\0'; in main()
323 ptr2ext = strrchr(output_filename, '.'); in main()
[all …]
/dports/databases/postgresql12-client/postgresql-12.9/src/interfaces/ecpg/preproc/
H A Decpg.c280 char *ptr2ext; in main() local
295 ptr2ext = last_dir_separator(input_filename); in main()
296 ptr2ext = (ptr2ext ? strrchr(ptr2ext, '.') : strrchr(input_filename, '.')); in main()
299 if (ptr2ext == NULL) in main()
304 ptr2ext[0] = '.'; in main()
305 ptr2ext[1] = 'p'; in main()
306 ptr2ext[2] = 'g'; in main()
307 ptr2ext[3] = (header_mode == true) ? 'h' : 'c'; in main()
308 ptr2ext[4] = '\0'; in main()
323 ptr2ext = strrchr(output_filename, '.'); in main()
[all …]
/dports/databases/postgresql11-server/postgresql-11.14/src/interfaces/ecpg/preproc/
H A Decpg.c280 char *ptr2ext; in main() local
295 ptr2ext = last_dir_separator(input_filename); in main()
296 ptr2ext = (ptr2ext ? strrchr(ptr2ext, '.') : strrchr(input_filename, '.')); in main()
299 if (ptr2ext == NULL) in main()
304 ptr2ext[0] = '.'; in main()
305 ptr2ext[1] = 'p'; in main()
306 ptr2ext[2] = 'g'; in main()
307 ptr2ext[3] = (header_mode == true) ? 'h' : 'c'; in main()
308 ptr2ext[4] = '\0'; in main()
323 ptr2ext = strrchr(output_filename, '.'); in main()
[all …]
/dports/databases/postgresql14-pltcl/postgresql-14.1/src/interfaces/ecpg/preproc/
H A Decpg.c282 char *ptr2ext; in main() local
297 ptr2ext = last_dir_separator(input_filename); in main()
298 ptr2ext = (ptr2ext ? strrchr(ptr2ext, '.') : strrchr(input_filename, '.')); in main()
301 if (ptr2ext == NULL) in main()
306 ptr2ext[0] = '.'; in main()
307 ptr2ext[1] = 'p'; in main()
308 ptr2ext[2] = 'g'; in main()
309 ptr2ext[3] = (header_mode == true) ? 'h' : 'c'; in main()
310 ptr2ext[4] = '\0'; in main()
325 ptr2ext = strrchr(output_filename, '.'); in main()
[all …]
/dports/databases/postgresql14-server/postgresql-14.1/src/interfaces/ecpg/preproc/
H A Decpg.c282 char *ptr2ext; in main() local
297 ptr2ext = last_dir_separator(input_filename); in main()
298 ptr2ext = (ptr2ext ? strrchr(ptr2ext, '.') : strrchr(input_filename, '.')); in main()
301 if (ptr2ext == NULL) in main()
306 ptr2ext[0] = '.'; in main()
307 ptr2ext[1] = 'p'; in main()
308 ptr2ext[2] = 'g'; in main()
309 ptr2ext[3] = (header_mode == true) ? 'h' : 'c'; in main()
310 ptr2ext[4] = '\0'; in main()
325 ptr2ext = strrchr(output_filename, '.'); in main()
[all …]
/dports/databases/postgresql14-docs/postgresql-14.1/src/interfaces/ecpg/preproc/
H A Decpg.c282 char *ptr2ext; in main() local
297 ptr2ext = last_dir_separator(input_filename); in main()
298 ptr2ext = (ptr2ext ? strrchr(ptr2ext, '.') : strrchr(input_filename, '.')); in main()
301 if (ptr2ext == NULL) in main()
306 ptr2ext[0] = '.'; in main()
307 ptr2ext[1] = 'p'; in main()
308 ptr2ext[2] = 'g'; in main()
309 ptr2ext[3] = (header_mode == true) ? 'h' : 'c'; in main()
310 ptr2ext[4] = '\0'; in main()
325 ptr2ext = strrchr(output_filename, '.'); in main()
[all …]
/dports/databases/postgresql14-plpython/postgresql-14.1/src/interfaces/ecpg/preproc/
H A Decpg.c282 char *ptr2ext; in main() local
297 ptr2ext = last_dir_separator(input_filename); in main()
298 ptr2ext = (ptr2ext ? strrchr(ptr2ext, '.') : strrchr(input_filename, '.')); in main()
301 if (ptr2ext == NULL) in main()
306 ptr2ext[0] = '.'; in main()
307 ptr2ext[1] = 'p'; in main()
308 ptr2ext[2] = 'g'; in main()
309 ptr2ext[3] = (header_mode == true) ? 'h' : 'c'; in main()
310 ptr2ext[4] = '\0'; in main()
325 ptr2ext = strrchr(output_filename, '.'); in main()
[all …]
/dports/databases/postgresql14-plperl/postgresql-14.1/src/interfaces/ecpg/preproc/
H A Decpg.c282 char *ptr2ext; in main() local
297 ptr2ext = last_dir_separator(input_filename); in main()
298 ptr2ext = (ptr2ext ? strrchr(ptr2ext, '.') : strrchr(input_filename, '.')); in main()
301 if (ptr2ext == NULL) in main()
306 ptr2ext[0] = '.'; in main()
307 ptr2ext[1] = 'p'; in main()
308 ptr2ext[2] = 'g'; in main()
309 ptr2ext[3] = (header_mode == true) ? 'h' : 'c'; in main()
310 ptr2ext[4] = '\0'; in main()
325 ptr2ext = strrchr(output_filename, '.'); in main()
[all …]
/dports/databases/postgresql13-pltcl/postgresql-13.5/src/interfaces/ecpg/preproc/
H A Decpg.c281 char *ptr2ext; in main() local
296 ptr2ext = last_dir_separator(input_filename); in main()
297 ptr2ext = (ptr2ext ? strrchr(ptr2ext, '.') : strrchr(input_filename, '.')); in main()
300 if (ptr2ext == NULL) in main()
305 ptr2ext[0] = '.'; in main()
306 ptr2ext[1] = 'p'; in main()
307 ptr2ext[2] = 'g'; in main()
308 ptr2ext[3] = (header_mode == true) ? 'h' : 'c'; in main()
309 ptr2ext[4] = '\0'; in main()
324 ptr2ext = strrchr(output_filename, '.'); in main()
[all …]

12