Home
last modified time | relevance | path

Searched refs:print_command (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/sys/contrib/zstd/tests/
H A Dtest-zstd-speed.py49 def execute(command, print_command=True, print_output=False, print_error=True, param_shell=True): argument
50 if print_command:
/freebsd-12.1/contrib/gdb/gdb/
H A Dprintcmd.c167 static void print_command (char *, int);
940 print_command (char *exp, int from_tty) in print_command() function
2119 c = add_com ("print", class_vars, print_command, in _initialize_printcmd()
/freebsd-12.1/contrib/ee/
H A Dee.c204 unsigned char *print_command = (unsigned char *)"lpr"; /* string to use for the print command */ variable
1645 sprintf(buffer, ">!%s", print_command); in print_buffer()
1648 wprintw(com_win, printer_msg_str, print_command); in print_buffer()
4197 print_command = malloc(strlen(str1)+1); in ee_init()
4198 strcpy(print_command, str1); in ee_init()
4336 fprintf(init_file, "%s %s\n", PRINTCOMMAND, print_command); in dump_ee_conf()