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

12

/illumos-gate/usr/src/lib/libfru/include/
H A DStr.h48 void operator=(const Str& rhs);
49 void operator=(const char *str);
51 int operator != (const Str& rhs) const;
52 int operator == (const Str& rhs) const;
54 char& operator[](int index) const;
55 Str& operator<<(Str rhs);
56 Str& operator<<(long long i);
57 Str& operator<<(long i);
58 Str& operator<<(int i);
59 Str& operator<<(cha
[all...]
/illumos-gate/usr/src/cmd/audio/include/
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 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 DAudioFile.h54 inline operator vmaccess_t() // Cast to enum
56 inline operator int() { // Cast to integer
80 AudioFile operator=(AudioFile); // Assignment is illegal
H A DAudioPipe.h42 AudioPipe operator=(AudioPipe); // Assignment is illegal
H A DAudioList.h44 void operator=(AudioListEntry); // Assignment is illegal
76 AudioList operator=(AudioList); // Assignment is illegal
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 DAudioExtent.h46 AudioExtent operator=(AudioExtent); // Assignment is illegal
/illumos-gate/usr/src/cmd/lms/SyncLib/Include/
H A DEvent.h56 Event& operator=(const Event &rhs);
H A DSemaphore.h52 Semaphore &operator=(const Semaphore &rhs);
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) {
H A DThread.h91 Thread &operator=(const Thread &rhs);
/illumos-gate/usr/src/cmd/syslogd/
H A Dsyslog.conf36 *.alert;kern.err;daemon.err operator
54 user.alert `root, operator'
/illumos-gate/usr/src/lib/sun_fc/common/
H A DHBANPIVPort.h44 bool operator == (HBANPIVPort &comp);
H A DHBA.h57 bool operator == (HBA &comp);
H A DHandle.h63 bool operator==(Handle comp);
/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/libfru/libfru/
H A DAncestor.h94 void operator=(const Ancestor&);
H A DPayloadReader.h91 void operator=(const PayloadReader&);
/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/test/zfs-tests/tests/functional/acl/nontrivial/
H A Dzfs_acl_chmod_compact_001_pos.ksh201 for operator in "A0+" "A0="; do
205 if [[ $operator == "A0=" ]]; then
209 log_must usr_exec chmod ${operator}${acl_spec} $node
H A Dzfs_acl_chmod_rwx_002_pos.ksh195 for operator in "A0+" "A0="; do
202 if [[ $operator == "A0=" ]]; then
206 log_must usr_exec chmod $operator$acl_spec $node
/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/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...]

Completed in 1354 milliseconds

12