Searched refs:classification (Results 1 - 12 of 12) sorted by relevance

/macosx-10.10.1/cups-408/cups/filter/
H A Dcommon.c292 * 'WriteLabelProlog()' - Write the prolog with the classification
302 const char *classification; /* CLASSIFICATION environment variable */ local
307 * First get the current classification...
310 if ((classification = getenv("CLASSIFICATION")) == NULL)
311 classification = "";
312 if (strcmp(classification, "none") == 0)
313 classification = "";
320 if (!classification[0] && (label == NULL || !label[0]))
327 * Set the classification + page label string...
331 if (strcmp(classification, "confidentia
[all...]
H A Dpstops.c3163 * 'write_label_prolog()' - Write the prolog with the classification
3174 const char *classification; /* CLASSIFICATION environment variable */ local
3179 * First get the current classification...
3182 if ((classification = getenv("CLASSIFICATION")) == NULL)
3183 classification = "";
3184 if (strcmp(classification, "none") == 0)
3185 classification = "";
3192 if (!classification[0] && (label == NULL || !label[0]))
3199 * Set the classification + page label string...
3203 if (!strcmp(classification, "confidentia
[all...]
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/comp/
H A Dfmtmsglib.c201 fmtmsg(long classification, const char* label, int severity, const char* text, const char* action, const char* tag)
238 if (!(classification & (MM_CONSOLE|MM_PRINT)))
270 if (classification & MM_CONSOLE)
272 classification &= ~MM_CONSOLE;
284 else if (classification & MM_PRINT)
286 classification &= ~MM_PRINT;
318 if ((mask & MM_source) && (m = classification & (MM_APPL|MM_UTIL|MM_OPSYS)) && (s = display(mm_class, m, 1)))
320 if ((mask & MM_class) && (m = classification & (MM_HARD|MM_SOFT|MM_FIRM)) && (s = display(mm_class, m, 1)))
322 if ((mask & MM_status) && (m = classification & (MM_RECOVER|MM_NRECOV)) && (s = display(mm_class, m, 1)))
/macosx-10.10.1/emacs-93/emacs/lisp/gnus/
H A Dspam.el46 ;;; for the definitions of group content classification and spam processors
509 (memq 'gnus-group-spam-classification-spam
515 (memq 'gnus-group-spam-classification-ham
534 ham/spam exit processor variable with a classification and a
547 (let* ((classification (nth 0 processor-info))
554 (eq classification (nth 0 parameter))
614 (dolist (classification '(spam ham))
615 (let* ((old-articles (if (eq classification 'spam)
620 classification))
625 (processor-classification (nt
[all...]
/macosx-10.10.1/cxxfilt-11/cxxfilt/bfd/
H A Dcofflink.c213 enum coff_symbol_classification classification; local
217 classification = bfd_coff_classify_symbol (abfd, &sym);
218 if (classification == COFF_SYMBOL_GLOBAL
219 || classification == COFF_SYMBOL_COMMON)
331 enum coff_symbol_classification classification; local
336 classification = bfd_coff_classify_symbol (abfd, &sym);
337 if (classification != COFF_SYMBOL_LOCAL)
361 switch (classification)
438 && (classification == COFF_SYMBOL_GLOBAL
439 || classification
1414 enum coff_symbol_classification classification; local
[all...]
/macosx-10.10.1/cups-408/cups/scheduler/
H A Djob.c505 classification[1024], local
1053 snprintf(classification, sizeof(classification), "CLASSIFICATION=%s",
1057 snprintf(classification, sizeof(classification), "CLASSIFICATION=%s",
1060 snprintf(classification, sizeof(classification), "CLASSIFICATION=%s",
1063 envp[envc ++] = classification;
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dhog.vim179 syn match hogConfigType contained "\<classification\>" nextgroup=hogConfigTypeRegion skipwhite
/macosx-10.10.1/bash-94.1.2/bash-3.2/lib/termcap/grot/
H A Dtexinfo.tex3623 % #1 is the classification. #2 is the data type. #3 is the name and args.
3625 % #1 is the classification, #2 the data type, #3 the name, #4 the args.
/macosx-10.10.1/bash-94.1.2/bash-3.2/doc/
H A Dtexinfo.tex5261 % #1 is the classification. #2 is the data type. #3 is the name and args.
5263 % #1 is the classification, #2 the data type, #3 the name, #4 the args.
/macosx-10.10.1/bc-21/bc/doc/
H A Dtexinfo.tex4630 % #1 is the classification. #2 is the data type. #3 is the name and args.
4632 % #1 is the classification, #2 the data type, #3 the name, #4 the args.
/macosx-10.10.1/gnudiff-19/diffutils/config/
H A Dtexinfo.tex4978 % #1 is the classification. #2 is the data type. #3 is the name and args.
4980 % #1 is the classification, #2 the data type, #3 the name, #4 the args.
/macosx-10.10.1/uucp-11/uucp/
H A Dtexinfo.tex4837 % #1 is the classification. #2 is the data type. #3 is the name and args.
4839 % #1 is the classification, #2 the data type, #3 the name, #4 the args.

Completed in 300 milliseconds