Home
last modified time | relevance | path

Searched refs:argpoint (Results 1 – 6 of 6) sorted by relevance

/dports/lang/swi-pl/swipl-8.2.3/packages/ssl/
H A Dcryptolib.c172 va_list argpoint; in ssl_err() local
174 va_start(argpoint, fmt); in ssl_err()
175 Svfprintf(Serror, fmt, argpoint); in ssl_err()
176 va_end(argpoint); in ssl_err()
196 { va_list argpoint; in ssl_deb() local
199 va_start(argpoint, fmt); in ssl_deb()
200 Svfprintf(Serror, fmt, argpoint); in ssl_deb()
201 va_end(argpoint); in ssl_deb()
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gdb/gdb/cli/
H A Dcli-cmds.c229 int argpoint; in complete_command() local
236 argpoint = strlen (arg); in complete_command()
242 point = arg + argpoint; in complete_command()
254 completions = complete_line (point, arg, argpoint); in complete_command()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gdb/gdb/cli/
H A Dcli-cmds.c229 int argpoint; in complete_command() local
236 argpoint = strlen (arg); in complete_command()
242 point = arg + argpoint; in complete_command()
254 completions = complete_line (point, arg, argpoint); in complete_command()
/dports/devel/avr-gdb/gdb-7.3.1/gdb/cli/
H A Dcli-cmds.c261 int argpoint; in complete_command() local
268 argpoint = strlen (arg); in complete_command()
274 point = arg + argpoint; in complete_command()
286 completions = complete_line (point, arg, argpoint); in complete_command()
/dports/devel/gdb761/gdb-7.6.1/gdb/cli/
H A Dcli-cmds.c249 int argpoint; in complete_command() local
257 argpoint = strlen (arg); in complete_command()
263 point = arg + argpoint; in complete_command()
275 completions = complete_line (point, arg, argpoint); in complete_command()
/dports/audio/sc3-plugins/sc3-plugins-Version-3.9.0/source/JoshUGens/sc/classes/
H A DAmbisonicsSC2.sc315 *newt { arg argpoint, argamp=1.0;
317 .point_(argpoint)