Home
last modified time | relevance | path

Searched refs:MAXCMDLEN (Results 1 – 25 of 110) sorted by relevance

12345

/dports/comms/hamlib/hamlib-4.3.1/rigs/dummy/
H A Dtrxmanager.c44 #define MAXCMDLEN 64 macro
413 char cmd[MAXCMDLEN]; in trxmanager_get_freq()
483 char cmd[MAXCMDLEN]; in trxmanager_set_freq()
539 char cmd[MAXCMDLEN]; in trxmanager_set_ptt()
584 char cmd[MAXCMDLEN]; in trxmanager_get_ptt()
643 char cmd[MAXCMDLEN]; in trxmanager_set_mode()
750 char cmd[MAXCMDLEN]; in trxmanager_get_mode()
891 char cmd[MAXCMDLEN]; in trxmanager_set_vfo()
990 char cmd[MAXCMDLEN]; in trxmanager_set_split_freq()
1044 char cmd[MAXCMDLEN]; in trxmanager_set_split_vfo()
[all …]
/dports/databases/postgresql96-pltcl/postgresql-9.6.24/src/bin/pg_upgrade/
H A Dexec.c49 #define MAXCMDLEN (2 * MAXPGPATH) in exec_prog() macro
50 char cmd[MAXCMDLEN]; in exec_prog()
64 written += vsnprintf(cmd + written, MAXCMDLEN - written, fmt, ap); in exec_prog()
66 if (written >= MAXCMDLEN) in exec_prog()
68 written += snprintf(cmd + written, MAXCMDLEN - written, in exec_prog()
70 if (written >= MAXCMDLEN) in exec_prog()
/dports/databases/postgresql96-server/postgresql-9.6.24/src/bin/pg_upgrade/
H A Dexec.c49 #define MAXCMDLEN (2 * MAXPGPATH) in exec_prog() macro
50 char cmd[MAXCMDLEN]; in exec_prog()
64 written += vsnprintf(cmd + written, MAXCMDLEN - written, fmt, ap); in exec_prog()
66 if (written >= MAXCMDLEN) in exec_prog()
68 written += snprintf(cmd + written, MAXCMDLEN - written, in exec_prog()
70 if (written >= MAXCMDLEN) in exec_prog()
/dports/databases/postgresql96-plpython/postgresql-9.6.24/src/bin/pg_upgrade/
H A Dexec.c49 #define MAXCMDLEN (2 * MAXPGPATH) in exec_prog() macro
50 char cmd[MAXCMDLEN]; in exec_prog()
64 written += vsnprintf(cmd + written, MAXCMDLEN - written, fmt, ap); in exec_prog()
66 if (written >= MAXCMDLEN) in exec_prog()
68 written += snprintf(cmd + written, MAXCMDLEN - written, in exec_prog()
70 if (written >= MAXCMDLEN) in exec_prog()
/dports/databases/postgresql96-docs/postgresql-9.6.24/src/bin/pg_upgrade/
H A Dexec.c49 #define MAXCMDLEN (2 * MAXPGPATH) in exec_prog() macro
50 char cmd[MAXCMDLEN]; in exec_prog()
64 written += vsnprintf(cmd + written, MAXCMDLEN - written, fmt, ap); in exec_prog()
66 if (written >= MAXCMDLEN) in exec_prog()
68 written += snprintf(cmd + written, MAXCMDLEN - written, in exec_prog()
70 if (written >= MAXCMDLEN) in exec_prog()
/dports/databases/postgresql96-contrib/postgresql-9.6.24/src/bin/pg_upgrade/
H A Dexec.c49 #define MAXCMDLEN (2 * MAXPGPATH) in exec_prog() macro
50 char cmd[MAXCMDLEN]; in exec_prog()
64 written += vsnprintf(cmd + written, MAXCMDLEN - written, fmt, ap); in exec_prog()
66 if (written >= MAXCMDLEN) in exec_prog()
68 written += snprintf(cmd + written, MAXCMDLEN - written, in exec_prog()
70 if (written >= MAXCMDLEN) in exec_prog()
/dports/databases/postgresql96-client/postgresql-9.6.24/src/bin/pg_upgrade/
H A Dexec.c49 #define MAXCMDLEN (2 * MAXPGPATH) in exec_prog() macro
50 char cmd[MAXCMDLEN]; in exec_prog()
64 written += vsnprintf(cmd + written, MAXCMDLEN - written, fmt, ap); in exec_prog()
66 if (written >= MAXCMDLEN) in exec_prog()
68 written += snprintf(cmd + written, MAXCMDLEN - written, in exec_prog()
70 if (written >= MAXCMDLEN) in exec_prog()
/dports/databases/postgresql96-plperl/postgresql-9.6.24/src/bin/pg_upgrade/
H A Dexec.c49 #define MAXCMDLEN (2 * MAXPGPATH) in exec_prog() macro
50 char cmd[MAXCMDLEN]; in exec_prog()
64 written += vsnprintf(cmd + written, MAXCMDLEN - written, fmt, ap); in exec_prog()
66 if (written >= MAXCMDLEN) in exec_prog()
68 written += snprintf(cmd + written, MAXCMDLEN - written, in exec_prog()
70 if (written >= MAXCMDLEN) in exec_prog()
/dports/databases/postgresql10-server/postgresql-10.19/src/bin/pg_upgrade/
H A Dexec.c86 #define MAXCMDLEN (2 * MAXPGPATH) in exec_prog() macro
87 char cmd[MAXCMDLEN]; in exec_prog()
101 written += vsnprintf(cmd + written, MAXCMDLEN - written, fmt, ap); in exec_prog()
103 if (written >= MAXCMDLEN) in exec_prog()
105 written += snprintf(cmd + written, MAXCMDLEN - written, in exec_prog()
107 if (written >= MAXCMDLEN) in exec_prog()
/dports/databases/postgresql10-docs/postgresql-10.19/src/bin/pg_upgrade/
H A Dexec.c86 #define MAXCMDLEN (2 * MAXPGPATH) in exec_prog() macro
87 char cmd[MAXCMDLEN]; in exec_prog()
101 written += vsnprintf(cmd + written, MAXCMDLEN - written, fmt, ap); in exec_prog()
103 if (written >= MAXCMDLEN) in exec_prog()
105 written += snprintf(cmd + written, MAXCMDLEN - written, in exec_prog()
107 if (written >= MAXCMDLEN) in exec_prog()
/dports/databases/postgresql10-client/postgresql-10.19/src/bin/pg_upgrade/
H A Dexec.c86 #define MAXCMDLEN (2 * MAXPGPATH) in exec_prog() macro
87 char cmd[MAXCMDLEN]; in exec_prog()
101 written += vsnprintf(cmd + written, MAXCMDLEN - written, fmt, ap); in exec_prog()
103 if (written >= MAXCMDLEN) in exec_prog()
105 written += snprintf(cmd + written, MAXCMDLEN - written, in exec_prog()
107 if (written >= MAXCMDLEN) in exec_prog()
/dports/databases/postgresql10-contrib/postgresql-10.19/src/bin/pg_upgrade/
H A Dexec.c86 #define MAXCMDLEN (2 * MAXPGPATH) in exec_prog() macro
87 char cmd[MAXCMDLEN]; in exec_prog()
101 written += vsnprintf(cmd + written, MAXCMDLEN - written, fmt, ap); in exec_prog()
103 if (written >= MAXCMDLEN) in exec_prog()
105 written += snprintf(cmd + written, MAXCMDLEN - written, in exec_prog()
107 if (written >= MAXCMDLEN) in exec_prog()
/dports/databases/postgresql10-plperl/postgresql-10.19/src/bin/pg_upgrade/
H A Dexec.c86 #define MAXCMDLEN (2 * MAXPGPATH) in exec_prog() macro
87 char cmd[MAXCMDLEN]; in exec_prog()
101 written += vsnprintf(cmd + written, MAXCMDLEN - written, fmt, ap); in exec_prog()
103 if (written >= MAXCMDLEN) in exec_prog()
105 written += snprintf(cmd + written, MAXCMDLEN - written, in exec_prog()
107 if (written >= MAXCMDLEN) in exec_prog()
/dports/databases/postgresql11-plperl/postgresql-11.14/src/bin/pg_upgrade/
H A Dexec.c86 #define MAXCMDLEN (2 * MAXPGPATH) in exec_prog() macro
87 char cmd[MAXCMDLEN]; in exec_prog()
101 written += vsnprintf(cmd + written, MAXCMDLEN - written, fmt, ap); in exec_prog()
103 if (written >= MAXCMDLEN) in exec_prog()
105 written += snprintf(cmd + written, MAXCMDLEN - written, in exec_prog()
107 if (written >= MAXCMDLEN) in exec_prog()
/dports/databases/postgresql11-docs/postgresql-11.14/src/bin/pg_upgrade/
H A Dexec.c86 #define MAXCMDLEN (2 * MAXPGPATH) in exec_prog() macro
87 char cmd[MAXCMDLEN]; in exec_prog()
101 written += vsnprintf(cmd + written, MAXCMDLEN - written, fmt, ap); in exec_prog()
103 if (written >= MAXCMDLEN) in exec_prog()
105 written += snprintf(cmd + written, MAXCMDLEN - written, in exec_prog()
107 if (written >= MAXCMDLEN) in exec_prog()
/dports/databases/postgresql11-plpython/postgresql-11.14/src/bin/pg_upgrade/
H A Dexec.c86 #define MAXCMDLEN (2 * MAXPGPATH)
87 char cmd[MAXCMDLEN];
101 written += vsnprintf(cmd + written, MAXCMDLEN - written, fmt, ap);
103 if (written >= MAXCMDLEN)
105 written += snprintf(cmd + written, MAXCMDLEN - written,
107 if (written >= MAXCMDLEN)
/dports/databases/postgresql11-server/postgresql-11.14/src/bin/pg_upgrade/
H A Dexec.c86 #define MAXCMDLEN (2 * MAXPGPATH)
87 char cmd[MAXCMDLEN];
101 written += vsnprintf(cmd + written, MAXCMDLEN - written, fmt, ap);
103 if (written >= MAXCMDLEN)
105 written += snprintf(cmd + written, MAXCMDLEN - written,
107 if (written >= MAXCMDLEN)
/dports/databases/postgresql11-contrib/postgresql-11.14/src/bin/pg_upgrade/
H A Dexec.c86 #define MAXCMDLEN (2 * MAXPGPATH) in exec_prog() macro
87 char cmd[MAXCMDLEN]; in exec_prog()
101 written += vsnprintf(cmd + written, MAXCMDLEN - written, fmt, ap); in exec_prog()
103 if (written >= MAXCMDLEN) in exec_prog()
105 written += snprintf(cmd + written, MAXCMDLEN - written, in exec_prog()
107 if (written >= MAXCMDLEN) in exec_prog()
/dports/databases/postgresql11-pltcl/postgresql-11.14/src/bin/pg_upgrade/
H A Dexec.c86 #define MAXCMDLEN (2 * MAXPGPATH) in exec_prog() macro
87 char cmd[MAXCMDLEN]; in exec_prog()
101 written += vsnprintf(cmd + written, MAXCMDLEN - written, fmt, ap); in exec_prog()
103 if (written >= MAXCMDLEN) in exec_prog()
105 written += snprintf(cmd + written, MAXCMDLEN - written, in exec_prog()
107 if (written >= MAXCMDLEN) in exec_prog()
/dports/databases/postgresql11-client/postgresql-11.14/src/bin/pg_upgrade/
H A Dexec.c86 #define MAXCMDLEN (2 * MAXPGPATH) in exec_prog() macro
87 char cmd[MAXCMDLEN]; in exec_prog()
101 written += vsnprintf(cmd + written, MAXCMDLEN - written, fmt, ap); in exec_prog()
103 if (written >= MAXCMDLEN) in exec_prog()
105 written += snprintf(cmd + written, MAXCMDLEN - written, in exec_prog()
107 if (written >= MAXCMDLEN) in exec_prog()
/dports/databases/postgresql14-pltcl/postgresql-14.1/src/bin/pg_upgrade/
H A Dexec.c87 #define MAXCMDLEN (2 * MAXPGPATH) in exec_prog() macro
88 char cmd[MAXCMDLEN]; in exec_prog()
102 written += vsnprintf(cmd + written, MAXCMDLEN - written, fmt, ap); in exec_prog()
104 if (written >= MAXCMDLEN) in exec_prog()
106 written += snprintf(cmd + written, MAXCMDLEN - written, in exec_prog()
108 if (written >= MAXCMDLEN) in exec_prog()
/dports/databases/postgresql14-docs/postgresql-14.1/src/bin/pg_upgrade/
H A Dexec.c87 #define MAXCMDLEN (2 * MAXPGPATH) in exec_prog() macro
88 char cmd[MAXCMDLEN]; in exec_prog()
102 written += vsnprintf(cmd + written, MAXCMDLEN - written, fmt, ap); in exec_prog()
104 if (written >= MAXCMDLEN) in exec_prog()
106 written += snprintf(cmd + written, MAXCMDLEN - written, in exec_prog()
108 if (written >= MAXCMDLEN) in exec_prog()
/dports/databases/postgresql14-server/postgresql-14.1/src/bin/pg_upgrade/
H A Dexec.c87 #define MAXCMDLEN (2 * MAXPGPATH) in exec_prog() macro
88 char cmd[MAXCMDLEN]; in exec_prog()
102 written += vsnprintf(cmd + written, MAXCMDLEN - written, fmt, ap); in exec_prog()
104 if (written >= MAXCMDLEN) in exec_prog()
106 written += snprintf(cmd + written, MAXCMDLEN - written, in exec_prog()
108 if (written >= MAXCMDLEN) in exec_prog()
/dports/databases/postgresql14-plpython/postgresql-14.1/src/bin/pg_upgrade/
H A Dexec.c87 #define MAXCMDLEN (2 * MAXPGPATH) in exec_prog() macro
88 char cmd[MAXCMDLEN]; in exec_prog()
102 written += vsnprintf(cmd + written, MAXCMDLEN - written, fmt, ap); in exec_prog()
104 if (written >= MAXCMDLEN) in exec_prog()
106 written += snprintf(cmd + written, MAXCMDLEN - written, in exec_prog()
108 if (written >= MAXCMDLEN) in exec_prog()
/dports/databases/postgresql14-plperl/postgresql-14.1/src/bin/pg_upgrade/
H A Dexec.c87 #define MAXCMDLEN (2 * MAXPGPATH) in exec_prog() macro
88 char cmd[MAXCMDLEN]; in exec_prog()
102 written += vsnprintf(cmd + written, MAXCMDLEN - written, fmt, ap); in exec_prog()
104 if (written >= MAXCMDLEN) in exec_prog()
106 written += snprintf(cmd + written, MAXCMDLEN - written, in exec_prog()
108 if (written >= MAXCMDLEN) in exec_prog()

12345