Home
last modified time | relevance | path

Searched refs:cmdlen (Results 1 – 25 of 1520) sorted by relevance

12345678910>>...61

/dports/devel/openocd/openocd-0.11.0/src/jtag/drivers/versaloon/usbtoxxx/
H A Dusbtoxxx_internal.h94 uint16_t cmdlen, uint16_t retlen,
106 (cmdbuf), (cmdlen), 0, NULL, 0, 0, 0)
110 (cmdbuf), (cmdlen), (retlen), (wantbuf), \
115 (cmdlen), (retlen), (wantbuf), (wantpos), \
119 (cmdlen), 0, NULL, 0, 0, (c))
122 (cmdlen), (retlen), (retbuf), 0, (retlen), 0)
130 (cmdbuf), (cmdlen), retlen, wantbuf, \
134 (cmdbuf), (cmdlen), 0, NULL, 0, 0, 0)
137 (cmdbuf), (cmdlen), (retlen), (wantbuf), 0, \
141 (cmdbuf), (cmdlen), 0, NULL, 0, 0, 0)
[all …]
/dports/databases/postgresql96-server/postgresql-9.6.24/src/port/
H A Dsystem.c56 size_t cmdlen = strlen(command); in pgwin32_system() local
65 buf = malloc(cmdlen + 2 + 1); in pgwin32_system()
72 memcpy(&buf[1], command, cmdlen); in pgwin32_system()
73 buf[cmdlen + 1] = '"'; in pgwin32_system()
74 buf[cmdlen + 2] = '\0'; in pgwin32_system()
89 size_t cmdlen = strlen(command); in pgwin32_popen() local
98 buf = malloc(cmdlen + 2 + 1); in pgwin32_popen()
105 memcpy(&buf[1], command, cmdlen); in pgwin32_popen()
106 buf[cmdlen + 1] = '"'; in pgwin32_popen()
107 buf[cmdlen + 2] = '\0'; in pgwin32_popen()
/dports/databases/postgresql96-pltcl/postgresql-9.6.24/src/port/
H A Dsystem.c56 size_t cmdlen = strlen(command); in pgwin32_system() local
65 buf = malloc(cmdlen + 2 + 1); in pgwin32_system()
72 memcpy(&buf[1], command, cmdlen); in pgwin32_system()
73 buf[cmdlen + 1] = '"'; in pgwin32_system()
74 buf[cmdlen + 2] = '\0'; in pgwin32_system()
89 size_t cmdlen = strlen(command); in pgwin32_popen() local
98 buf = malloc(cmdlen + 2 + 1); in pgwin32_popen()
105 memcpy(&buf[1], command, cmdlen); in pgwin32_popen()
106 buf[cmdlen + 1] = '"'; in pgwin32_popen()
107 buf[cmdlen + 2] = '\0'; in pgwin32_popen()
/dports/databases/postgresql96-plpython/postgresql-9.6.24/src/port/
H A Dsystem.c56 size_t cmdlen = strlen(command); in pgwin32_system() local
65 buf = malloc(cmdlen + 2 + 1); in pgwin32_system()
72 memcpy(&buf[1], command, cmdlen); in pgwin32_system()
73 buf[cmdlen + 1] = '"'; in pgwin32_system()
74 buf[cmdlen + 2] = '\0'; in pgwin32_system()
89 size_t cmdlen = strlen(command); in pgwin32_popen() local
98 buf = malloc(cmdlen + 2 + 1); in pgwin32_popen()
105 memcpy(&buf[1], command, cmdlen); in pgwin32_popen()
106 buf[cmdlen + 1] = '"'; in pgwin32_popen()
107 buf[cmdlen + 2] = '\0'; in pgwin32_popen()
/dports/databases/postgresql96-plperl/postgresql-9.6.24/src/port/
H A Dsystem.c56 size_t cmdlen = strlen(command); in pgwin32_system() local
65 buf = malloc(cmdlen + 2 + 1); in pgwin32_system()
72 memcpy(&buf[1], command, cmdlen); in pgwin32_system()
73 buf[cmdlen + 1] = '"'; in pgwin32_system()
74 buf[cmdlen + 2] = '\0'; in pgwin32_system()
89 size_t cmdlen = strlen(command); in pgwin32_popen() local
98 buf = malloc(cmdlen + 2 + 1); in pgwin32_popen()
105 memcpy(&buf[1], command, cmdlen); in pgwin32_popen()
106 buf[cmdlen + 1] = '"'; in pgwin32_popen()
107 buf[cmdlen + 2] = '\0'; in pgwin32_popen()
/dports/databases/postgresql10-pltcl/postgresql-10.19/src/port/
H A Dsystem.c55 size_t cmdlen = strlen(command); in pgwin32_system() local
64 buf = malloc(cmdlen + 2 + 1); in pgwin32_system()
71 memcpy(&buf[1], command, cmdlen); in pgwin32_system()
72 buf[cmdlen + 1] = '"'; in pgwin32_system()
73 buf[cmdlen + 2] = '\0'; in pgwin32_system()
88 size_t cmdlen = strlen(command); in pgwin32_popen() local
97 buf = malloc(cmdlen + 2 + 1); in pgwin32_popen()
104 memcpy(&buf[1], command, cmdlen); in pgwin32_popen()
105 buf[cmdlen + 1] = '"'; in pgwin32_popen()
106 buf[cmdlen + 2] = '\0'; in pgwin32_popen()
/dports/databases/postgresql10-contrib/postgresql-10.19/src/port/
H A Dsystem.c55 size_t cmdlen = strlen(command); in pgwin32_system() local
64 buf = malloc(cmdlen + 2 + 1); in pgwin32_system()
71 memcpy(&buf[1], command, cmdlen); in pgwin32_system()
72 buf[cmdlen + 1] = '"'; in pgwin32_system()
73 buf[cmdlen + 2] = '\0'; in pgwin32_system()
88 size_t cmdlen = strlen(command); in pgwin32_popen() local
97 buf = malloc(cmdlen + 2 + 1); in pgwin32_popen()
104 memcpy(&buf[1], command, cmdlen); in pgwin32_popen()
105 buf[cmdlen + 1] = '"'; in pgwin32_popen()
106 buf[cmdlen + 2] = '\0'; in pgwin32_popen()
/dports/databases/postgresql10-client/postgresql-10.19/src/port/
H A Dsystem.c55 size_t cmdlen = strlen(command); in pgwin32_system() local
64 buf = malloc(cmdlen + 2 + 1); in pgwin32_system()
71 memcpy(&buf[1], command, cmdlen); in pgwin32_system()
72 buf[cmdlen + 1] = '"'; in pgwin32_system()
73 buf[cmdlen + 2] = '\0'; in pgwin32_system()
88 size_t cmdlen = strlen(command); in pgwin32_popen() local
97 buf = malloc(cmdlen + 2 + 1); in pgwin32_popen()
104 memcpy(&buf[1], command, cmdlen); in pgwin32_popen()
105 buf[cmdlen + 1] = '"'; in pgwin32_popen()
106 buf[cmdlen + 2] = '\0'; in pgwin32_popen()
/dports/databases/postgresql10-plpython/postgresql-10.19/src/port/
H A Dsystem.c55 size_t cmdlen = strlen(command); in pgwin32_system() local
64 buf = malloc(cmdlen + 2 + 1); in pgwin32_system()
71 memcpy(&buf[1], command, cmdlen); in pgwin32_system()
72 buf[cmdlen + 1] = '"'; in pgwin32_system()
73 buf[cmdlen + 2] = '\0'; in pgwin32_system()
88 size_t cmdlen = strlen(command); in pgwin32_popen() local
97 buf = malloc(cmdlen + 2 + 1); in pgwin32_popen()
104 memcpy(&buf[1], command, cmdlen); in pgwin32_popen()
105 buf[cmdlen + 1] = '"'; in pgwin32_popen()
106 buf[cmdlen + 2] = '\0'; in pgwin32_popen()
/dports/databases/postgresql10-plperl/postgresql-10.19/src/port/
H A Dsystem.c55 size_t cmdlen = strlen(command); in pgwin32_system() local
64 buf = malloc(cmdlen + 2 + 1); in pgwin32_system()
71 memcpy(&buf[1], command, cmdlen); in pgwin32_system()
72 buf[cmdlen + 1] = '"'; in pgwin32_system()
73 buf[cmdlen + 2] = '\0'; in pgwin32_system()
88 size_t cmdlen = strlen(command); in pgwin32_popen() local
97 buf = malloc(cmdlen + 2 + 1); in pgwin32_popen()
104 memcpy(&buf[1], command, cmdlen); in pgwin32_popen()
105 buf[cmdlen + 1] = '"'; in pgwin32_popen()
106 buf[cmdlen + 2] = '\0'; in pgwin32_popen()
/dports/databases/postgresql10-docs/postgresql-10.19/src/port/
H A Dsystem.c55 size_t cmdlen = strlen(command); in pgwin32_system() local
64 buf = malloc(cmdlen + 2 + 1); in pgwin32_system()
71 memcpy(&buf[1], command, cmdlen); in pgwin32_system()
72 buf[cmdlen + 1] = '"'; in pgwin32_system()
73 buf[cmdlen + 2] = '\0'; in pgwin32_system()
88 size_t cmdlen = strlen(command); in pgwin32_popen() local
97 buf = malloc(cmdlen + 2 + 1); in pgwin32_popen()
104 memcpy(&buf[1], command, cmdlen); in pgwin32_popen()
105 buf[cmdlen + 1] = '"'; in pgwin32_popen()
106 buf[cmdlen + 2] = '\0'; in pgwin32_popen()
/dports/databases/postgresql11-plperl/postgresql-11.14/src/port/
H A Dsystem.c55 size_t cmdlen = strlen(command); in pgwin32_system() local
64 buf = malloc(cmdlen + 2 + 1); in pgwin32_system()
71 memcpy(&buf[1], command, cmdlen); in pgwin32_system()
72 buf[cmdlen + 1] = '"'; in pgwin32_system()
73 buf[cmdlen + 2] = '\0'; in pgwin32_system()
88 size_t cmdlen = strlen(command); in pgwin32_popen() local
97 buf = malloc(cmdlen + 2 + 1); in pgwin32_popen()
104 memcpy(&buf[1], command, cmdlen); in pgwin32_popen()
105 buf[cmdlen + 1] = '"'; in pgwin32_popen()
106 buf[cmdlen + 2] = '\0'; in pgwin32_popen()
/dports/databases/postgresql11-docs/postgresql-11.14/src/port/
H A Dsystem.c55 size_t cmdlen = strlen(command); in pgwin32_system() local
64 buf = malloc(cmdlen + 2 + 1); in pgwin32_system()
71 memcpy(&buf[1], command, cmdlen); in pgwin32_system()
72 buf[cmdlen + 1] = '"'; in pgwin32_system()
73 buf[cmdlen + 2] = '\0'; in pgwin32_system()
88 size_t cmdlen = strlen(command); in pgwin32_popen() local
97 buf = malloc(cmdlen + 2 + 1); in pgwin32_popen()
104 memcpy(&buf[1], command, cmdlen); in pgwin32_popen()
105 buf[cmdlen + 1] = '"'; in pgwin32_popen()
106 buf[cmdlen + 2] = '\0'; in pgwin32_popen()
/dports/databases/R-cran-RPostgreSQL/RPostgreSQL/src/libpq/
H A Dsystem.c56 size_t cmdlen = strlen(command); in pgwin32_system() local
65 buf = malloc(cmdlen + 2 + 1); in pgwin32_system()
72 memcpy(&buf[1], command, cmdlen); in pgwin32_system()
73 buf[cmdlen + 1] = '"'; in pgwin32_system()
74 buf[cmdlen + 2] = '\0'; in pgwin32_system()
89 size_t cmdlen = strlen(command); in pgwin32_popen() local
98 buf = malloc(cmdlen + 2 + 1); in pgwin32_popen()
105 memcpy(&buf[1], command, cmdlen); in pgwin32_popen()
106 buf[cmdlen + 1] = '"'; in pgwin32_popen()
107 buf[cmdlen + 2] = '\0'; in pgwin32_popen()
/dports/databases/postgresql11-client/postgresql-11.14/src/port/
H A Dsystem.c55 size_t cmdlen = strlen(command); in pgwin32_system() local
64 buf = malloc(cmdlen + 2 + 1); in pgwin32_system()
71 memcpy(&buf[1], command, cmdlen); in pgwin32_system()
72 buf[cmdlen + 1] = '"'; in pgwin32_system()
73 buf[cmdlen + 2] = '\0'; in pgwin32_system()
88 size_t cmdlen = strlen(command); in pgwin32_popen() local
97 buf = malloc(cmdlen + 2 + 1); in pgwin32_popen()
104 memcpy(&buf[1], command, cmdlen); in pgwin32_popen()
105 buf[cmdlen + 1] = '"'; in pgwin32_popen()
106 buf[cmdlen + 2] = '\0'; in pgwin32_popen()
/dports/databases/postgresql11-pltcl/postgresql-11.14/src/port/
H A Dsystem.c55 size_t cmdlen = strlen(command); in pgwin32_system() local
64 buf = malloc(cmdlen + 2 + 1); in pgwin32_system()
71 memcpy(&buf[1], command, cmdlen); in pgwin32_system()
72 buf[cmdlen + 1] = '"'; in pgwin32_system()
73 buf[cmdlen + 2] = '\0'; in pgwin32_system()
88 size_t cmdlen = strlen(command); in pgwin32_popen() local
97 buf = malloc(cmdlen + 2 + 1); in pgwin32_popen()
104 memcpy(&buf[1], command, cmdlen); in pgwin32_popen()
105 buf[cmdlen + 1] = '"'; in pgwin32_popen()
106 buf[cmdlen + 2] = '\0'; in pgwin32_popen()
/dports/databases/postgresql11-contrib/postgresql-11.14/src/port/
H A Dsystem.c55 size_t cmdlen = strlen(command); in pgwin32_system() local
64 buf = malloc(cmdlen + 2 + 1); in pgwin32_system()
71 memcpy(&buf[1], command, cmdlen); in pgwin32_system()
72 buf[cmdlen + 1] = '"'; in pgwin32_system()
73 buf[cmdlen + 2] = '\0'; in pgwin32_system()
88 size_t cmdlen = strlen(command); in pgwin32_popen() local
97 buf = malloc(cmdlen + 2 + 1); in pgwin32_popen()
104 memcpy(&buf[1], command, cmdlen); in pgwin32_popen()
105 buf[cmdlen + 1] = '"'; in pgwin32_popen()
106 buf[cmdlen + 2] = '\0'; in pgwin32_popen()
/dports/databases/postgresql10-server/postgresql-10.19/src/port/
H A Dsystem.c55 size_t cmdlen = strlen(command); in pgwin32_system() local
64 buf = malloc(cmdlen + 2 + 1); in pgwin32_system()
71 memcpy(&buf[1], command, cmdlen); in pgwin32_system()
72 buf[cmdlen + 1] = '"'; in pgwin32_system()
73 buf[cmdlen + 2] = '\0'; in pgwin32_system()
88 size_t cmdlen = strlen(command); in pgwin32_popen() local
97 buf = malloc(cmdlen + 2 + 1); in pgwin32_popen()
104 memcpy(&buf[1], command, cmdlen); in pgwin32_popen()
105 buf[cmdlen + 1] = '"'; in pgwin32_popen()
106 buf[cmdlen + 2] = '\0'; in pgwin32_popen()
/dports/databases/postgresql11-plpython/postgresql-11.14/src/port/
H A Dsystem.c55 size_t cmdlen = strlen(command); in pgwin32_system() local
64 buf = malloc(cmdlen + 2 + 1); in pgwin32_system()
71 memcpy(&buf[1], command, cmdlen); in pgwin32_system()
72 buf[cmdlen + 1] = '"'; in pgwin32_system()
73 buf[cmdlen + 2] = '\0'; in pgwin32_system()
88 size_t cmdlen = strlen(command); in pgwin32_popen() local
97 buf = malloc(cmdlen + 2 + 1); in pgwin32_popen()
104 memcpy(&buf[1], command, cmdlen); in pgwin32_popen()
105 buf[cmdlen + 1] = '"'; in pgwin32_popen()
106 buf[cmdlen + 2] = '\0'; in pgwin32_popen()
/dports/databases/postgresql12-client/postgresql-12.9/src/port/
H A Dsystem.c55 size_t cmdlen = strlen(command); in pgwin32_system() local
64 buf = malloc(cmdlen + 2 + 1); in pgwin32_system()
71 memcpy(&buf[1], command, cmdlen); in pgwin32_system()
72 buf[cmdlen + 1] = '"'; in pgwin32_system()
73 buf[cmdlen + 2] = '\0'; in pgwin32_system()
88 size_t cmdlen = strlen(command); in pgwin32_popen() local
97 buf = malloc(cmdlen + 2 + 1); in pgwin32_popen()
104 memcpy(&buf[1], command, cmdlen); in pgwin32_popen()
105 buf[cmdlen + 1] = '"'; in pgwin32_popen()
106 buf[cmdlen + 2] = '\0'; in pgwin32_popen()
/dports/databases/postgresql11-server/postgresql-11.14/src/port/
H A Dsystem.c55 size_t cmdlen = strlen(command); in pgwin32_system() local
64 buf = malloc(cmdlen + 2 + 1); in pgwin32_system()
71 memcpy(&buf[1], command, cmdlen); in pgwin32_system()
72 buf[cmdlen + 1] = '"'; in pgwin32_system()
73 buf[cmdlen + 2] = '\0'; in pgwin32_system()
88 size_t cmdlen = strlen(command); in pgwin32_popen() local
97 buf = malloc(cmdlen + 2 + 1); in pgwin32_popen()
104 memcpy(&buf[1], command, cmdlen); in pgwin32_popen()
105 buf[cmdlen + 1] = '"'; in pgwin32_popen()
106 buf[cmdlen + 2] = '\0'; in pgwin32_popen()
/dports/databases/postgresql14-pltcl/postgresql-14.1/src/port/
H A Dsystem.c55 size_t cmdlen = strlen(command); in pgwin32_system() local
64 buf = malloc(cmdlen + 2 + 1); in pgwin32_system()
71 memcpy(&buf[1], command, cmdlen); in pgwin32_system()
72 buf[cmdlen + 1] = '"'; in pgwin32_system()
73 buf[cmdlen + 2] = '\0'; in pgwin32_system()
88 size_t cmdlen = strlen(command); in pgwin32_popen() local
97 buf = malloc(cmdlen + 2 + 1); in pgwin32_popen()
104 memcpy(&buf[1], command, cmdlen); in pgwin32_popen()
105 buf[cmdlen + 1] = '"'; in pgwin32_popen()
106 buf[cmdlen + 2] = '\0'; in pgwin32_popen()
/dports/databases/postgresql14-plperl/postgresql-14.1/src/port/
H A Dsystem.c55 size_t cmdlen = strlen(command); in pgwin32_system() local
64 buf = malloc(cmdlen + 2 + 1); in pgwin32_system()
71 memcpy(&buf[1], command, cmdlen); in pgwin32_system()
72 buf[cmdlen + 1] = '"'; in pgwin32_system()
73 buf[cmdlen + 2] = '\0'; in pgwin32_system()
88 size_t cmdlen = strlen(command); in pgwin32_popen() local
97 buf = malloc(cmdlen + 2 + 1); in pgwin32_popen()
104 memcpy(&buf[1], command, cmdlen); in pgwin32_popen()
105 buf[cmdlen + 1] = '"'; in pgwin32_popen()
106 buf[cmdlen + 2] = '\0'; in pgwin32_popen()
/dports/databases/postgresql14-server/postgresql-14.1/src/port/
H A Dsystem.c55 size_t cmdlen = strlen(command); in pgwin32_system() local
64 buf = malloc(cmdlen + 2 + 1); in pgwin32_system()
71 memcpy(&buf[1], command, cmdlen); in pgwin32_system()
72 buf[cmdlen + 1] = '"'; in pgwin32_system()
73 buf[cmdlen + 2] = '\0'; in pgwin32_system()
88 size_t cmdlen = strlen(command); in pgwin32_popen() local
97 buf = malloc(cmdlen + 2 + 1); in pgwin32_popen()
104 memcpy(&buf[1], command, cmdlen); in pgwin32_popen()
105 buf[cmdlen + 1] = '"'; in pgwin32_popen()
106 buf[cmdlen + 2] = '\0'; in pgwin32_popen()
/dports/databases/postgresql14-plpython/postgresql-14.1/src/port/
H A Dsystem.c55 size_t cmdlen = strlen(command); in pgwin32_system() local
64 buf = malloc(cmdlen + 2 + 1); in pgwin32_system()
71 memcpy(&buf[1], command, cmdlen); in pgwin32_system()
72 buf[cmdlen + 1] = '"'; in pgwin32_system()
73 buf[cmdlen + 2] = '\0'; in pgwin32_system()
88 size_t cmdlen = strlen(command); in pgwin32_popen() local
97 buf = malloc(cmdlen + 2 + 1); in pgwin32_popen()
104 memcpy(&buf[1], command, cmdlen); in pgwin32_popen()
105 buf[cmdlen + 1] = '"'; in pgwin32_popen()
106 buf[cmdlen + 2] = '\0'; in pgwin32_popen()

12345678910>>...61