Home
last modified time | relevance | path

Searched refs:rs_print_pipe (Results 1 – 21 of 21) sorted by relevance

/dports/chinese/eterm/Eterm-0.9.6/src/
H A Doptions.h138 extern char *rs_print_pipe;
H A Dterm.c1079 if (((my_ruid != my_euid) || (my_rgid != my_egid)) && (strcmp(rs_print_pipe, PRINTPIPE))) { in popen_printer()
1081 RESET_AND_ASSIGN(rs_print_pipe, STRDUP(PRINTPIPE)); in popen_printer()
1083 if (!(stream = (FILE *)popen(rs_print_pipe, "w"))) { in popen_printer()
1084 … libast_print_error("Can't open printer pipe \"%s\" -- %s\n", rs_print_pipe, strerror(errno)); in popen_printer()
H A Doptions.c124 char *rs_print_pipe = NULL; variable
353 SPIFOPT_STR_LONG("print-pipe", "print command", rs_print_pipe),
1475 RESET_AND_ASSIGN(rs_print_pipe, spiftool_get_word(2, buff)); in parse_misc()
2539 rs_print_pipe = NULL; in init_defaults()
2658 if (!rs_print_pipe) { in post_parse()
2659 rs_print_pipe = STRDUP(PRINTPIPE); in post_parse()
3883 if (rs_print_pipe) { in save_config()
3884 fprintf(fp, " print_pipe '%s'\n", rs_print_pipe); in save_config()
/dports/x11/eterm/Eterm-0.9.6/src/
H A Doptions.h138 extern char *rs_print_pipe;
H A Dterm.c1079 if (((my_ruid != my_euid) || (my_rgid != my_egid)) && (strcmp(rs_print_pipe, PRINTPIPE))) { in popen_printer()
1081 RESET_AND_ASSIGN(rs_print_pipe, STRDUP(PRINTPIPE)); in popen_printer()
1083 if (!(stream = (FILE *)popen(rs_print_pipe, "w"))) { in popen_printer()
1084 … libast_print_error("Can't open printer pipe \"%s\" -- %s\n", rs_print_pipe, strerror(errno)); in popen_printer()
H A Doptions.c124 char *rs_print_pipe = NULL; variable
353 SPIFOPT_STR_LONG("print-pipe", "print command", rs_print_pipe),
1475 RESET_AND_ASSIGN(rs_print_pipe, spiftool_get_word(2, buff)); in parse_misc()
2539 rs_print_pipe = NULL; in init_defaults()
2658 if (!rs_print_pipe) { in post_parse()
2659 rs_print_pipe = STRDUP(PRINTPIPE); in post_parse()
3883 if (rs_print_pipe) { in save_config()
3884 fprintf(fp, " print_pipe '%s'\n", rs_print_pipe); in save_config()
/dports/japanese/eterm/Eterm-0.9.6/src/
H A Doptions.h138 extern char *rs_print_pipe;
H A Dterm.c1079 if (((my_ruid != my_euid) || (my_rgid != my_egid)) && (strcmp(rs_print_pipe, PRINTPIPE))) { in popen_printer()
1081 RESET_AND_ASSIGN(rs_print_pipe, STRDUP(PRINTPIPE)); in popen_printer()
1083 if (!(stream = (FILE *)popen(rs_print_pipe, "w"))) { in popen_printer()
1084 … libast_print_error("Can't open printer pipe \"%s\" -- %s\n", rs_print_pipe, strerror(errno)); in popen_printer()
H A Doptions.c124 char *rs_print_pipe = NULL; variable
353 SPIFOPT_STR_LONG("print-pipe", "print command", rs_print_pipe),
1475 RESET_AND_ASSIGN(rs_print_pipe, spiftool_get_word(2, buff)); in parse_misc()
2539 rs_print_pipe = NULL; in init_defaults()
2658 if (!rs_print_pipe) { in post_parse()
2659 rs_print_pipe = STRDUP(PRINTPIPE); in post_parse()
3883 if (rs_print_pipe) { in save_config()
3884 fprintf(fp, " print_pipe '%s'\n", rs_print_pipe); in save_config()
/dports/x11/multi-aterm/multi-aterm-0.2.1/src/
H A Dmain.c1739 rs_print_pipe = NULL; in init_resources()
1957 if (!rs_print_pipe) in main()
1958 rs_print_pipe = PRINTPIPE; in main()
H A Dxresources.c299 RSTRG (rs_print_pipe, "print-pipe", "string"),
500 {0,APL_NAME".Print-pipe",APL_CLASS".print-pipe",NULL,"string",0,&rs_print_pipe,NULL},
H A Drxvt.h1000 EXTERN const char *rs_print_pipe; variable
H A Dcommand.c3076 FILE *stream = popen(rs_print_pipe, "w");
/dports/chinese/aterm/aterm-1.0.1/src/
H A Dmain.c2009 rs_print_pipe = NULL; in main()
2253 if (!rs_print_pipe) in main()
2254 rs_print_pipe = PRINTPIPE; in main()
H A Drxvt.h1073 EXTERN const char *rs_print_pipe; variable
H A Dxdefaults.c347 RSTRG(rs_print_pipe, "print-pipe", "string"),
H A Dcommand.c3012 FILE *stream = popen(rs_print_pipe, "w");
/dports/x11/aterm/aterm-1.0.1/src/
H A Dmain.c2052 rs_print_pipe = NULL; in main()
2296 if (!rs_print_pipe) in main()
2297 rs_print_pipe = PRINTPIPE; in main()
H A Drxvt.h1075 EXTERN const char *rs_print_pipe; variable
H A Dxdefaults.c350 RSTRG(rs_print_pipe, "print-pipe", "string"),
H A Dcommand.c3014 FILE *stream = popen(rs_print_pipe, "w");