Home
last modified time | relevance | path

Searched refs:operator (Results 1 – 25 of 72) sorted by relevance

123

/illumos-gate/usr/src/cmd/audio/include/
H A DAudioTypes.h86 inline Boolean operator=(int x) // Assignment from int
88 inline operator int() // Cast to integer
90 inline Boolean operator!() // Logical not
105 inline operator fileaccess_t() // Cast to enum in fileaccess_t()
107 inline operator int() { // Cast to integer
142 inline operator double() const
144 inline Double& operator += (double y)
146 inline Double& operator -= (double y)
148 Double& operator=(const Double&) = default; variable
175 inline int operator == (const Double &x, const Double &y) {
[all …]
H A DAudioError.h61 inline AudioError operator = (AudioError val) // Assignment
63 inline operator int() // Cast to integer
65 inline int operator == (audioerror_t e) // Compare
67 inline int operator != (audioerror_t e) // Compare
69 inline int operator == (AudioError e) // Compare
71 inline int operator != (AudioError e) // Compare
H A DAudioFile.h52 inline operator vmaccess_t() // Cast to enum in vmaccess_t()
54 inline operator int() { // Cast to integer
80 AudioFile operator=(AudioFile); // Assignment is illegal variable
H A DAudioHdr.h185 operator Audio_hdr() { in Audio_hdr()
198 int operator == (const AudioHdr& tst)
210 int operator != (const AudioHdr& tst)
H A DAudioList.h42 void operator=(AudioListEntry); // Assignment is illegal
74 AudioList operator=(AudioList); // Assignment is illegal variable
H A DAudioPipe.h40 AudioPipe operator=(AudioPipe); // Assignment is illegal variable
H A DAudioExtent.h44 AudioExtent operator=(AudioExtent); // Assignment is illegal variable
/illumos-gate/usr/src/lib/libfru/include/
H A DStr.h46 void operator=(const Str& rhs); member
47 void operator=(const char *str); member
49 int operator != (const Str& rhs) const;
50 int operator == (const Str& rhs) const;
52 char& operator[](int index) const;
53 Str& operator<<(Str rhs);
54 Str& operator<<(long long i);
55 Str& operator<<(long i);
56 Str& operator<<(int i);
57 Str& operator<<(char c);
/illumos-gate/usr/src/tools/ndrgen/
H A Dndr_print.c210 char *operator; in print_field_attr() local
220 operator = NULL; in print_field_attr()
222 operator = arg->n_sym->name; in print_field_attr()
224 if (operator != NULL) { in print_field_attr()
229 if (strcmp(name, operator) == 0) in print_field_attr()
230 operator = NULL; in print_field_attr()
231 else if (strchr(valid, *operator) == NULL) in print_field_attr()
232 compile_error("invalid operator: %s", operator); in print_field_attr()
240 if ((value == 0) && strcmp(operator, "/") == 0) in print_field_attr()
244 if (operator) in print_field_attr()
[all …]
H A Dndr_parse.y123 | SIZE_IS_KW LP arg operator INTEGER RP
128 | LENGTH_IS_KW LP arg operator INTEGER RP
133 | SWITCH_IS_KW LP arg operator INTEGER RP
165 operator: STAR
/illumos-gate/usr/src/cmd/make/include/mksh/
H A Ddefs.h810 Name operator->() const { return node->name; }
813 operator Name() { return node->name; } in Name()
816 iterator& operator=(const iterator &o) { node = o.node; return *this; }
819 int operator==(const iterator &o) const { return (node == o.node); }
820 int operator!=(const iterator &o) const { return (node != o.node); }
823 iterator& operator++();
824 iterator operator++(int) { iterator it = *this; ++*this; return it; }
905 operator==(const timestruc_t &t1, const timestruc_t &t2) {
910 operator!=(const timestruc_t &t1, const timestruc_t &t2) {
915 operator>(const timestruc_t &t1, const timestruc_t &t2) {
[all …]
/illumos-gate/usr/src/lib/libsqlite/test/
H A Din.test13 # focus of this file is testing the IN and BETWEEN operator.
58 # Testing of the IN operator using static lists on the right-hand side.
79 } {1 {right-hand side of IN operator must be constant}}
83 } {1 {right-hand side of IN operator must be constant}}
90 } {1 {right-hand side of IN operator must be constant}}
94 } {1 {right-hand side of IN operator must be constant}}
100 # Testing the IN operator where the right-hand side is a SELECT
160 # Make sure the IN operator works with INTEGER PRIMARY KEY fields.
231 # Tests of IN operator against empty sets. (Ticket #185)
H A Dselect4.test39 # Union All operator
112 # Union operator
140 # Except operator
190 # Intersect operator
392 # NULLs are indistinct for the UNION operator.
393 # Make sure the UNION operator recognizes this
/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/libc/port/i18n/
H A Dplural_parser.c42 static const unsigned int operator[] = { variable
431 return (operator[ret]); in gettoken()
467 flag = operator[T_INIT]; in plural_expr()
675 flag = operator[T_EXP]; in plural_expr()
714 flag = operator[T_EXP]; in plural_expr()
750 flag = operator[T_EXP]; in plural_expr()
763 flag = operator[T_EXP]; in plural_expr()
782 flag = operator[T_EXP]; in plural_expr()
/illumos-gate/usr/src/test/zfs-tests/tests/functional/acl/nontrivial/
H A Dzfs_acl_chmod_compact_001_pos.ksh202 for operator in "A0+" "A0="; do
206 if [[ $operator == "A0=" ]]; then
210 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/ucbcmd/expr/
H A Dexpr.y108 char *operator[] = { variable
128 for(i = 0; *operator[i]; ++i) in yylex()
129 if(EQL(operator[i], p)) in yylex()
/illumos-gate/usr/src/cmd/sgs/libelf/common/
H A Dlibelf.32.msg139 @ MSG_STR_OPERATOR_1 "operator"
140 @ MSG_STR_OPERATOR_2 "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/cmd/expr/
H A Dexpr.c88 static char *operator[] = { variable
160 for (i = 0; *operator[i]; ++i) in yylex()
161 if (EQL(operator[i], p)) in yylex()
/illumos-gate/usr/src/lib/libfru/libfru/
H A DAncestor.h92 void operator=(const Ancestor&); member
H A DPayloadReader.h89 void operator=(const PayloadReader&); member

123