Home
last modified time | relevance | path

Searched refs:command_echo (Results 1 – 15 of 15) sorted by relevance

/dports/multimedia/v4l_compat/linux-5.13-rc2/tools/perf/util/
H A Dllvm-utils.c448 char *command_echo = NULL, *command_out; in llvm__compile_bpf() local
527 if (asprintf(&command_echo, "echo -n \"%s\"", template) < 0) in llvm__compile_bpf()
530 err = read_from_pipe(command_echo, (void **) &command_out, NULL); in llvm__compile_bpf()
546 free(command_echo); in llvm__compile_bpf()
562 free(command_echo); in llvm__compile_bpf()
/dports/multimedia/libv4l/linux-5.13-rc2/tools/perf/util/
H A Dllvm-utils.c448 char *command_echo = NULL, *command_out; in llvm__compile_bpf() local
527 if (asprintf(&command_echo, "echo -n \"%s\"", template) < 0) in llvm__compile_bpf()
530 err = read_from_pipe(command_echo, (void **) &command_out, NULL); in llvm__compile_bpf()
546 free(command_echo); in llvm__compile_bpf()
562 free(command_echo); in llvm__compile_bpf()
/dports/multimedia/v4l-utils/linux-5.13-rc2/tools/perf/util/
H A Dllvm-utils.c448 char *command_echo = NULL, *command_out; in llvm__compile_bpf() local
527 if (asprintf(&command_echo, "echo -n \"%s\"", template) < 0) in llvm__compile_bpf()
530 err = read_from_pipe(command_echo, (void **) &command_out, NULL); in llvm__compile_bpf()
546 free(command_echo); in llvm__compile_bpf()
562 free(command_echo); in llvm__compile_bpf()
/dports/games/freeciv/freeciv-2.6.6/server/
H A Dcommands.h117 enum cmd_echo command_echo(const struct command *pcommand);
H A Dcommands.c758 enum cmd_echo command_echo(const struct command *pcommand) in command_echo() function
H A Dstdinhand.c4301 switch (command_echo(command_by_number(cmd))) { in handle_stdin_input_real()
/dports/games/freeciv-nox11/freeciv-2.6.6/server/
H A Dcommands.h117 enum cmd_echo command_echo(const struct command *pcommand);
H A Dcommands.c758 enum cmd_echo command_echo(const struct command *pcommand) in command_echo() function
H A Dstdinhand.c4301 switch (command_echo(command_by_number(cmd))) { in handle_stdin_input_real()
/dports/comms/scmxx/scmxx-0.9.0/src/scmxx/
H A Dscmxx.h36 int command_echo (int enable);
H A Dscmxx.c119 command_echo(0); in main()
H A Dactions.c134 int command_echo (int enable) { in command_echo() function
/dports/net/kippo/kippo-0.9/kippo/commands/
H A Dbase.py39 class command_echo(HoneyPotCommand): class
42 commands['/bin/echo'] = command_echo
/dports/security/cowrie/cowrie-2.2.0/src/cowrie/commands/
H A Dbase.py121 class command_echo(HoneyPotCommand): class
165 commands['/bin/echo'] = command_echo
166 commands['echo'] = command_echo
/dports/databases/py-apsw/apsw-3.35.4-r1/tools/
H A Dshell.py1298 def command_echo(self, cmd): member in Shell