Searched defs:operator (Results 1 - 19 of 19) sorted by relevance

/illumos-gate/usr/src/cmd/audio/include/
H A DAudioError.h62 inline AudioError operator = (AudioError val) // Assignment
64 inline operator int() // Cast to integer
66 inline int operator == (audioerror_t e) // Compare
68 inline int operator != (audioerror_t e) // Compare
70 inline int operator == (AudioError e) // Compare
72 inline int operator != (AudioError e) // Compare
H A DAudioTypes.h88 inline Boolean operator=(int x) // Assignment from int
90 inline operator int() // Cast to integer
92 inline Boolean operator!() // Logical not
107 inline operator fileaccess_t() // Cast to enum
109 inline operator int() { // Cast to integer
142 inline operator double() const
144 inline Double& operator += (double y)
146 inline Double& operator -= (double y)
174 inline int operator == (const Double &x, const Double &y) {
177 inline int operator
[all...]
H A DAudioHdr.h93 // corresponding fields in audio_hdr.h since the cast operator
187 operator Audio_hdr() {
200 int operator == (const AudioHdr& tst)
212 int operator != (const AudioHdr& tst)
H A DAudioFile.h54 inline operator vmaccess_t() // Cast to enum
56 inline operator int() { // Cast to integer
80 AudioFile operator=(AudioFile); // Assignment is illegal
/illumos-gate/usr/src/cmd/lms/SyncLib/Include/
H A DSPtr.h96 // operator=
99 SPtr &operator= (const SPtr<X> &other_sptr_p)
123 SPtr &operator=(const SPtr &other_sptr_p)
147 // operator*
148 T &operator*() const
153 // operator->
154 T *operator->() const
185 inline bool operator==(const SPtr<T> &x, const SPtr<T> &y) {
191 inline bool operator!=(const SPtr<T> &x, const SPtr<T> &y) {
/illumos-gate/usr/src/lib/libfru/libgenutil/
H A DStr.cc62 Str::operator = (const Str& rhs)
71 Str::operator = (const char *str)
79 Str::operator == (const Str& rhs) const
85 Str::operator != (const Str& rhs) const
91 Str::operator[](int index) const
97 Str::operator<<(Str rhs)
108 Str::operator<<(long long i)
116 Str::operator<<(long i)
124 Str::operator<<(int i)
132 Str::operator<<(cha
[all...]
/illumos-gate/usr/src/cmd/lms/tools/
H A DATNetworkTool.h192 ATAddress &operator=(const ATAddress &y)
200 ATAddress &operator=(const struct sockaddr &yip)
235 bool operator<(const ATAddress &y) const
243 bool operator>(const ATAddress &y) const
251 bool operator==(const ATAddress &y) const
262 bool operator!=(const ATAddress &y) const
/illumos-gate/usr/src/tools/ndrgen/
H A Dndr_print.c204 char *operator; local
214 operator = NULL;
216 operator = arg->n_sym->name;
218 if (operator != NULL) {
220 * The lexer sets the name and operator to
221 * the same value if there is no operator.
223 if (strcmp(name, operator) == 0)
224 operator = NULL;
225 else if (strchr(valid, *operator) == NULL)
226 compile_error("invalid operator
[all...]
H A Dndr_parse.y118 | SIZE_IS_KW LP arg operator INTEGER RP
123 | LENGTH_IS_KW LP arg operator INTEGER RP
128 | SWITCH_IS_KW LP arg operator INTEGER RP
160 operator: STAR label
/illumos-gate/usr/src/lib/sun_fc/common/
H A DHBANPIVPort.cc61 bool HBANPIVPort::operator==(HBANPIVPort &comp) {
H A DHBA.cc206 bool HBA::operator==(HBA &comp) {
207 Trace log("HBA::operator==");
H A DHBAPort.cc65 bool HBAPort::operator==(HBAPort &comp) {
H A DHandle.cc320 bool Handle::operator==(Handle comp) {
321 Trace log("Handle::operator==");
/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/cmd/make/include/mksh/
H A Ddefs.h808 // dereference operator
809 Name operator->() const { return node->name; }
811 // conversion operator
812 operator Name() { return node->name; }
814 // assignment operator
815 iterator& operator=(const iterator &o) { node = o.node; return *this; }
818 int operator==(const iterator &o) const { return (node == o.node); }
819 int operator!=(const iterator &o) const { return (node != o.node); }
822 iterator& operator++();
823 iterator operator
[all...]
/illumos-gate/usr/src/lib/libc/port/i18n/
H A Dplural_parser.c41 * |opnum| priority | operator |
44 static const unsigned int operator[] = { variable
259 /* unary operator */
273 /* binary operator */
290 /* trinary operator: conditional */
437 return (operator[ret]);
474 flag = operator[T_INIT];
682 flag = operator[T_EXP];
721 flag = operator[T_EXP];
757 flag = operator[T_EX
[all...]
/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/cmd/make/lib/mksh/
H A Dmisc.cc1098 Name_set::iterator::operator++() {
/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) {

Completed in 153 milliseconds