Home
last modified time | relevance | path

Searched refs:pfpath (Results 1 – 23 of 23) sorted by relevance

/dports/devel/p5-System-Info/System-Info-0.058/lib/System/Info/
H A DSolaris.pm39 my $pfpath = "/usr/platform/$platform/sbin/prtdiag";
40 if (-x "$pfpath") { # Not on Solaris-x86
41 my $prtdiag = `$pfpath`;
/dports/print/ghostscript8-x11/ghostscript-8.71/psi/
H A Dzfile.c954 const gs_file_path *pfpath = lib_path; in lib_file_open() local
957 for (pi = 0; pi < r_size(&pfpath->list); ++pi) { in lib_file_open()
958 const ref *prdir = pfpath->list.value.refs + pi; in lib_file_open()
1010 lib_fopen(const gs_file_path_ptr pfpath, const gs_memory_t *mem, const char *fname) in lib_fopen() argument
1020 code = lib_file_open(pfpath, mem, NULL, fname, strlen(fname), in lib_fopen()
H A Dfiles.h105 FILE *lib_fopen(const gs_file_path_ptr pfpath, const gs_memory_t *mem, const char *);
/dports/print/ghostscript8-base/ghostscript-8.71/psi/
H A Dzfile.c954 const gs_file_path *pfpath = lib_path; in lib_file_open() local
957 for (pi = 0; pi < r_size(&pfpath->list); ++pi) { in lib_file_open()
958 const ref *prdir = pfpath->list.value.refs + pi; in lib_file_open()
1010 lib_fopen(const gs_file_path_ptr pfpath, const gs_memory_t *mem, const char *fname) in lib_fopen() argument
1020 code = lib_file_open(pfpath, mem, NULL, fname, strlen(fname), in lib_fopen()
H A Dfiles.h105 FILE *lib_fopen(const gs_file_path_ptr pfpath, const gs_memory_t *mem, const char *);
/dports/print/ghostscript9-x11/ghostscript-9.06/psi/
H A Dzfile.c930 const gs_file_path *pfpath = lib_path; in lib_file_open_search_with_combine() local
933 for (pi = 0; pi < r_size(&pfpath->list); ++pi) { in lib_file_open_search_with_combine()
934 const ref *prdir = pfpath->list.value.refs + pi; in lib_file_open_search_with_combine()
1049 lib_fopen(const gs_file_path_ptr pfpath, const gs_memory_t *mem, const char *fname) in lib_fopen() argument
1059 code = lib_file_open(pfpath, mem, NULL, fname, strlen(fname), in lib_fopen()
H A Dfiles.h106 FILE *lib_fopen(const gs_file_path_ptr pfpath, const gs_memory_t *mem, const char *);
/dports/print/ghostscript9-base/ghostscript-9.06/psi/
H A Dzfile.c930 const gs_file_path *pfpath = lib_path; in lib_file_open_search_with_combine() local
933 for (pi = 0; pi < r_size(&pfpath->list); ++pi) { in lib_file_open_search_with_combine()
934 const ref *prdir = pfpath->list.value.refs + pi; in lib_file_open_search_with_combine()
1049 lib_fopen(const gs_file_path_ptr pfpath, const gs_memory_t *mem, const char *fname) in lib_fopen() argument
1059 code = lib_file_open(pfpath, mem, NULL, fname, strlen(fname), in lib_fopen()
H A Dfiles.h106 FILE *lib_fopen(const gs_file_path_ptr pfpath, const gs_memory_t *mem, const char *);
/dports/print/ghostscript7-base/ghostscript-7.07/src/
H A Dgxfill.c349 gx_path *pfpath; in gx_general_fill_path() local
486 pfpath = ppath; in gx_general_fill_path()
504 pfpath = &ffpath; in gx_general_fill_path()
514 pfpath = ppath; in gx_general_fill_path()
520 pfpath = &ffpath; in gx_general_fill_path()
523 if ((code = add_y_list(pfpath, &lst, adjust_below, adjust_above, &ibox)) < 0) in gx_general_fill_path()
539 unclose_path(pfpath, lst.close_count); in gx_general_fill_path()
541 if (pfpath != ppath) /* had to flatten */ in gx_general_fill_path()
542 gx_path_free(pfpath, "gx_default_fill_path(flattened path)"); in gx_general_fill_path()
H A Dzfile.c893 const gs_file_path *pfpath = &gs_lib_path; in lib_file_fopen() local
902 for (pi = 0; pi < r_size(&pfpath->list); ++pi) { in lib_file_fopen()
903 const ref *prdir = pfpath->list.value.refs + pi; in lib_file_fopen()
/dports/print/ghostscript7-x11/ghostscript-7.07/src/
H A Dgxfill.c349 gx_path *pfpath; in gx_general_fill_path() local
486 pfpath = ppath; in gx_general_fill_path()
504 pfpath = &ffpath; in gx_general_fill_path()
514 pfpath = ppath; in gx_general_fill_path()
520 pfpath = &ffpath; in gx_general_fill_path()
523 if ((code = add_y_list(pfpath, &lst, adjust_below, adjust_above, &ibox)) < 0) in gx_general_fill_path()
539 unclose_path(pfpath, lst.close_count); in gx_general_fill_path()
541 if (pfpath != ppath) /* had to flatten */ in gx_general_fill_path()
542 gx_path_free(pfpath, "gx_default_fill_path(flattened path)"); in gx_general_fill_path()
H A Dzfile.c893 const gs_file_path *pfpath = &gs_lib_path; in lib_file_fopen() local
902 for (pi = 0; pi < r_size(&pfpath->list); ++pi) { in lib_file_fopen()
903 const ref *prdir = pfpath->list.value.refs + pi; in lib_file_fopen()
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/psi/
H A Dfiles.h106 gp_file *lib_fopen(const gs_file_path_ptr pfpath, const gs_memory_t *mem, const char *);
H A Dzfile.c1144 const gs_file_path *pfpath = lib_path; in lib_file_open_search_with_combine() local
1148 for (pi = 0; pi < r_size(&pfpath->list) && code == 1; ++pi) { in lib_file_open_search_with_combine()
1149 const ref *prdir = pfpath->list.value.refs + pi; in lib_file_open_search_with_combine()
1279 lib_fopen(const gs_file_path_ptr pfpath, const gs_memory_t *mem, const char *fname) in lib_fopen() argument
1289 code = lib_file_open(pfpath, mem, NULL, fname, strlen(fname), in lib_fopen()
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/psi/
H A Dfiles.h106 gp_file *lib_fopen(const gs_file_path_ptr pfpath, const gs_memory_t *mem, const char *);
H A Dzfile.c1144 const gs_file_path *pfpath = lib_path; in lib_file_open_search_with_combine() local
1148 for (pi = 0; pi < r_size(&pfpath->list) && code == 1; ++pi) { in lib_file_open_search_with_combine()
1149 const ref *prdir = pfpath->list.value.refs + pi; in lib_file_open_search_with_combine()
1279 lib_fopen(const gs_file_path_ptr pfpath, const gs_memory_t *mem, const char *fname) in lib_fopen() argument
1289 code = lib_file_open(pfpath, mem, NULL, fname, strlen(fname), in lib_fopen()
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/base/
H A Dgxfill.c292 gx_path *pfpath; in gx_general_fill_path() local
480 pfpath = ppath; in gx_general_fill_path()
482 pfpath = ppath; in gx_general_fill_path()
484 pfpath = ppath; in gx_general_fill_path()
490 pfpath = &ffpath; in gx_general_fill_path()
492 code = gx_path_merge_contacting_contours(pfpath); in gx_general_fill_path()
500 if ((code = add_y_list(pfpath, &lst)) < 0) in gx_general_fill_path()
524 unclose_path(pfpath, lst.close_count); in gx_general_fill_path()
526 if (pfpath != ppath) /* had to flatten */ in gx_general_fill_path()
527 gx_path_free(pfpath, "gx_general_fill_path"); in gx_general_fill_path()
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/base/
H A Dgxfill.c292 gx_path *pfpath; in gx_general_fill_path() local
480 pfpath = ppath; in gx_general_fill_path()
482 pfpath = ppath; in gx_general_fill_path()
484 pfpath = ppath; in gx_general_fill_path()
490 pfpath = &ffpath; in gx_general_fill_path()
492 code = gx_path_merge_contacting_contours(pfpath); in gx_general_fill_path()
500 if ((code = add_y_list(pfpath, &lst)) < 0) in gx_general_fill_path()
524 unclose_path(pfpath, lst.close_count); in gx_general_fill_path()
526 if (pfpath != ppath) /* had to flatten */ in gx_general_fill_path()
527 gx_path_free(pfpath, "gx_general_fill_path"); in gx_general_fill_path()
/dports/print/ghostscript8-x11/ghostscript-8.71/base/
H A Dgxfill.c272 gx_path *pfpath; in gx_general_fill_path() local
435 pfpath = ppath; in gx_general_fill_path()
437 pfpath = ppath; in gx_general_fill_path()
439 pfpath = ppath; in gx_general_fill_path()
445 pfpath = &ffpath; in gx_general_fill_path()
447 code = gx_path_merge_contacting_contours(pfpath); in gx_general_fill_path()
453 if ((code = add_y_list(pfpath, &lst)) < 0) in gx_general_fill_path()
498 unclose_path(pfpath, lst.close_count); in gx_general_fill_path()
500 if (pfpath != ppath) /* had to flatten */ in gx_general_fill_path()
501 gx_path_free(pfpath, "gx_general_fill_path"); in gx_general_fill_path()
/dports/print/ghostscript8-base/ghostscript-8.71/base/
H A Dgxfill.c272 gx_path *pfpath; in gx_general_fill_path() local
435 pfpath = ppath; in gx_general_fill_path()
437 pfpath = ppath; in gx_general_fill_path()
439 pfpath = ppath; in gx_general_fill_path()
445 pfpath = &ffpath; in gx_general_fill_path()
447 code = gx_path_merge_contacting_contours(pfpath); in gx_general_fill_path()
453 if ((code = add_y_list(pfpath, &lst)) < 0) in gx_general_fill_path()
498 unclose_path(pfpath, lst.close_count); in gx_general_fill_path()
500 if (pfpath != ppath) /* had to flatten */ in gx_general_fill_path()
501 gx_path_free(pfpath, "gx_general_fill_path"); in gx_general_fill_path()
/dports/print/ghostscript9-base/ghostscript-9.06/base/
H A Dgxfill.c294 gx_path *pfpath; in gx_general_fill_path() local
456 pfpath = ppath; in gx_general_fill_path()
458 pfpath = ppath; in gx_general_fill_path()
460 pfpath = ppath; in gx_general_fill_path()
466 pfpath = &ffpath; in gx_general_fill_path()
468 code = gx_path_merge_contacting_contours(pfpath); in gx_general_fill_path()
474 if ((code = add_y_list(pfpath, &lst)) < 0) in gx_general_fill_path()
519 unclose_path(pfpath, lst.close_count); in gx_general_fill_path()
521 if (pfpath != ppath) /* had to flatten */ in gx_general_fill_path()
522 gx_path_free(pfpath, "gx_general_fill_path"); in gx_general_fill_path()
/dports/print/ghostscript9-x11/ghostscript-9.06/base/
H A Dgxfill.c294 gx_path *pfpath; in gx_general_fill_path() local
456 pfpath = ppath; in gx_general_fill_path()
458 pfpath = ppath; in gx_general_fill_path()
460 pfpath = ppath; in gx_general_fill_path()
466 pfpath = &ffpath; in gx_general_fill_path()
468 code = gx_path_merge_contacting_contours(pfpath); in gx_general_fill_path()
474 if ((code = add_y_list(pfpath, &lst)) < 0) in gx_general_fill_path()
519 unclose_path(pfpath, lst.close_count); in gx_general_fill_path()
521 if (pfpath != ppath) /* had to flatten */ in gx_general_fill_path()
522 gx_path_free(pfpath, "gx_general_fill_path"); in gx_general_fill_path()