Searched refs:OutputType (Results 1 - 11 of 11) sorted by relevance

/macosx-10.10.1/cups-408/cups/filter/
H A Drastertopwg.c174 strlcpy(outheader.OutputType, "Automatic",
175 sizeof(outheader.OutputType));
177 strlcpy(outheader.OutputType, "Graphics", sizeof(outheader.OutputType));
179 strlcpy(outheader.OutputType, "Photo", sizeof(outheader.OutputType));
181 strlcpy(outheader.OutputType, "Text", sizeof(outheader.OutputType));
183 strlcpy(outheader.OutputType, "TextAndGraphics",
184 sizeof(outheader.OutputType));
[all...]
H A Dtestraster.c41 "/OutputType<416263>"
130 "Abc", /* OutputType */
852 if (strcmp(header->OutputType, expected->OutputType))
853 printf(" OutputType (%s), expected (%s)\n", header->OutputType,
854 expected->OutputType);
H A Draster.c553 strlcpy(fh.OutputType, r->header.OutputType, sizeof(fh.OutputType));
666 strlcpy(fh.OutputType, r->header.OutputType, sizeof(fh.OutputType));
H A Drastertohp.c96 fprintf(stderr, "DEBUG: OutputType = \"%s\"\n", header->OutputType);
H A Drastertolabel.c172 fprintf(stderr, "DEBUG: OutputType = \"%s\"\n", header->OutputType);
H A Dinterpret.c1467 else if (!strcmp(name, "OutputType") && obj->type == CUPS_PS_STRING)
1468 strlcpy(h->OutputType, obj->value.string, sizeof(h->OutputType));
/macosx-10.10.1/vim-55/src/
H A Dif_python3.c779 PyType_Ready(&OutputType);
1409 vim_memset(&OutputType, 0, sizeof(OutputType));
1410 OutputType.tp_name = "vim.message";
1411 OutputType.tp_basicsize = sizeof(OutputObject);
1412 OutputType.tp_getattro = OutputGetattro;
1413 OutputType.tp_setattro = OutputSetattro;
1414 OutputType.tp_flags = Py_TPFLAGS_DEFAULT;
1415 OutputType.tp_doc = "vim message object";
1416 OutputType
[all...]
H A Dif_py_both.h206 static PyTypeObject OutputType; variable
210 PyObject_HEAD_INIT(&OutputType)
217 PyObject_HEAD_INIT(&OutputType)
/macosx-10.10.1/cups-408/cups/cups/
H A Draster.h226 char OutputType[64]; /* OutputType string */ member in struct:cups_page_header_s
275 char OutputType[64]; /* OutputType string */ member in struct:cups_page_header2_s
/macosx-10.10.1/llvmCore-3425.0.34/tools/bugpoint/
H A DExecutionDriver.cpp27 // OutputType - Allow the user to specify the way code should be run, to test
30 enum OutputType { enum in namespace:__anon10487
41 cl::opt<OutputType>
60 cl::opt<OutputType>
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dpostscr.vim422 syn keyword postscrConstant contained OutputType OutputAttributes NumCopies Collate Duplex Tumble

Completed in 105 milliseconds