Searched refs:operator (Results 26 - 32 of 32) sorted by relevance

12

/illumos-gate/usr/src/cmd/lms/
H A DLMEConnection.h111 struct LMEProtocolVersionMessage &operator=(const struct LMEProtocolVersionMessage &y)
119 bool operator<(const struct LMEProtocolVersionMessage &y) const
126 bool operator>(const struct LMEProtocolVersionMessage &y) const
/illumos-gate/usr/src/ucbcmd/expr/
H A Dexpr.y112 char *operator[] = {
132 for(i = 0; *operator[i]; ++i)
133 if(EQL(operator[i], p))
/illumos-gate/usr/src/cmd/expr/
H A Dexpr.c92 static char *operator[] = { variable
165 for (i = 0; *operator[i]; ++i)
166 if (EQL(operator[i], p))
/illumos-gate/usr/src/lib/sun_fc/common/
H A DHBAPort.h47 bool operator==(HBAPort &comp);
/illumos-gate/usr/src/grub/grub-0.97/docs/
H A Dhelp2man82 # Provide replacement `quote-regex' operator for pre-5.005.
/illumos-gate/usr/src/cmd/mandoc/
H A Droff.c2294 * Parse a single operator, one or two characters long.
2295 * If the operator is recognized, return success and advance the
2396 char operator; local
2415 if ( ! roff_getop(v, pos, &operator))
2432 switch (operator) {
/illumos-gate/usr/src/cmd/ldap/ns_ldap/
H A Didsconfig.sh865 # Check for = (assignment operator)
4192 attributetypes: ( 1.3.18.0.2.4.1119 NAME 'printer-natural-language-configured' DESC 'The configured language in which error and status messages will be generated (by default) by this printer. Also, a possible language for printer string attributes set by operator, system administrator, or manufacturer. Also, the (declared) language of the "printer-name", "printer-location", "printer-info", and "printer-make-and-model" attributes of this printer. For example: "en-us" (US English) or "fr-fr" (French in France) Legal values of language tags conform to [RFC3066] "Tags for the Identification of Languages".' EQUALITY caseIgnoreMatch ORDERING caseIgnoreOrderingMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{127} SINGLE-VALUE )
4199 attributetypes: ( 1.3.18.0.2.4.1109 NAME 'printer-charset-configured' DESC 'The configured charset in which error and status messages will be generated (by default) by this printer. Also, a possible charset for printer string attributes set by operator, system administrator, or manufacturer. For example: "utf-8" (ISO 10646/Unicode) or "iso-8859-1" (Latin1). Legal values are defined by the IANA Registry of Coded Character Sets and the "(preferred MIME name)" SHALL be used as the tag. For coherence with IPP Model, charset tags in this attribute SHALL be lowercase normalized. This attribute SHOULD be static (time of registration) and SHOULD NOT be dynamically refreshed attributetypes: (subsequently).' EQUALITY caseIgnoreMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{63} SINGLE-VALUE )
4217 attributetypes: ( 1.3.18.0.2.4.1112 NAME 'printer-current-operator' DESC 'The name of the current human operator responsible for operating this printer. It is suggested that this string include information that would enable other humans to reach the operator, such as a phone number.' EQUALITY caseIgnoreMatch ORDERING caseIgnoreOrderingMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{127} SINGLE-VALUE )
4344 objectclasses: ( 1.3.18.0.2.6.258 NAME 'printerAbstract' DESC 'Printer related information.' SUP top ABSTRACT MAY ( printer-name $ printer-natural-language-configured $ printer-location $ printer-info $ printer-more-info $ printer-make-and-model $ printer-multiple-document-jobs-supported $ printer-charset-configured $ printer-charset-supported $ printer-generated-natural-language-supported $ printer-document-format-supported $ printer-color-supported $ printer-compression-supported $ printer-pages-per-minute $ printer-pages-per-minute-color $ printer-finishings-supported $ printer-number-up-supported $ printer-sides-supported $ printer-media-supported $ printer-media-local-supported $ printer-resolution-supported $ printer-print-quality-supported $ printer-job-priority-supported $ printer-copies-supported $ printer-job-k-octets-supported $ printer-current-operator $ printer-service-person $ printer-delivery-orientation-supported $ printer-stacking-order-supported $ printer-output-features-supported ) )

Completed in 105 milliseconds

12