| /illumos-gate/usr/src/cmd/audio/include/ |
| H A D | AudioTypes.h | 86 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 D | AudioError.h | 61 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 D | AudioFile.h | 52 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 D | AudioHdr.h | 185 operator Audio_hdr() { in Audio_hdr() 198 int operator == (const AudioHdr& tst) 210 int operator != (const AudioHdr& tst)
|
| H A D | AudioList.h | 42 void operator=(AudioListEntry); // Assignment is illegal 74 AudioList operator=(AudioList); // Assignment is illegal variable
|
| H A D | AudioPipe.h | 40 AudioPipe operator=(AudioPipe); // Assignment is illegal variable
|
| H A D | AudioExtent.h | 44 AudioExtent operator=(AudioExtent); // Assignment is illegal variable
|
| /illumos-gate/usr/src/lib/libfru/include/ |
| H A D | Str.h | 46 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 D | ndr_print.c | 210 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 D | ndr_parse.y | 123 | 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 D | defs.h | 810 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 D | in.test | 13 # 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 D | select4.test | 39 # 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 D | syslog.conf | 36 *.alert;kern.err;daemon.err operator 54 user.alert `root, operator'
|
| /illumos-gate/usr/src/lib/libc/port/i18n/ |
| H A D | plural_parser.c | 42 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 D | zfs_acl_chmod_compact_001_pos.ksh | 202 for operator in "A0+" "A0="; do 206 if [[ $operator == "A0=" ]]; then 210 log_must usr_exec chmod ${operator}${acl_spec} $node
|
| H A D | zfs_acl_chmod_rwx_002_pos.ksh | 195 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 D | expr.y | 108 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 D | libelf.32.msg | 139 @ MSG_STR_OPERATOR_1 "operator" 140 @ MSG_STR_OPERATOR_2 "operator "
|
| /illumos-gate/usr/src/lib/sun_fc/common/ |
| H A D | HBANPIVPort.h | 44 bool operator == (HBANPIVPort &comp);
|
| H A D | HBA.h | 57 bool operator == (HBA &comp);
|
| H A D | Handle.h | 63 bool operator==(Handle comp);
|
| /illumos-gate/usr/src/cmd/expr/ |
| H A D | expr.c | 88 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 D | Ancestor.h | 92 void operator=(const Ancestor&); member
|
| H A D | PayloadReader.h | 89 void operator=(const PayloadReader&); member
|