Home
last modified time | relevance | path

Searched refs:rotate_path (Results 1 – 5 of 5) sorted by relevance

/dports/print/pstotext/pstotext-1.9/
H A Dmain.c119 static char *ocr_path = NULL, *rotate_path = NULL; variable
142 if ((rotate_path!=NULL) && (strcmp(rotate_path, "")!=0)) { in cleanup()
143 unlink(rotate_path); in cleanup()
144 free(rotate_path); in cleanup()
145 rotate_path = NULL; in cleanup()
201 case portrait: rotate_path = norotate; break; in do_it()
202 case landscape: rotate_path = make_temp(rot270); break; in do_it()
203 case landscapeOther: rotate_path = make_temp(rot90); break; in do_it()
205 if ((ocr_path == NULL) || (rotate_path == NULL)) { in do_it()
222 if (rotate_path && strcmp(rotate_path, "")) { in do_it()
[all …]
H A Dpstotxtd.c399 static char *ocr_path = NULL, *rotate_path = NULL; variable
416 if (rotate_path!=NULL && strcmp(rotate_path, "")!=0 && !debug) in cleanup()
417 unlink(rotate_path); in cleanup()
468 case portrait: rotate_path = ""; break; in do_it()
469 case landscape: rotate_path = make_temp(ROT270_PROLOG); break; in do_it()
470 case landscapeOther: rotate_path = make_temp(ROT90_PROLOG); break; in do_it()
496 fputs(rotate_path, gsargfile); in do_it()
517 rotate_path, in do_it()
/dports/net/samba412/samba-4.12.15/source3/lib/
H A Dtdb_validate.c410 char *rotate_path = talloc_asprintf(ctx, "%s%s", dst_path, in tdb_backup_with_rotate() local
412 if (rotate_path == NULL) { in tdb_backup_with_rotate()
419 "dst %s\n", rotate_path)); in tdb_backup_with_rotate()
420 if (unlink(rotate_path) == -1) { in tdb_backup_with_rotate()
421 DEBUG(10, ("unlink of %s failed: %s\n", rotate_path, in tdb_backup_with_rotate()
426 TALLOC_FREE(rotate_path); in tdb_backup_with_rotate()
/dports/graphics/birdfont/birdfont-2.29.5/libbirdfont/
H A DResizeTool.vala35 static bool rotate_path = false;
92 rotate_path = true;
106 if (!resize_path_proportional && !resize_width && !rotate_path) {
118 rotate_path = false;
142 if (rotate_path) {
148 || rotate_path
168 if (!rotate_path) {
/dports/audio/snd/snd-21.2/
H A Ddlocsig.rb1411 def rotate_path(rotation, *args) method in Path