/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/io/ |
H A D | nargv.t | 23 other(); 35 other(); 46 sub other { subroutine 47 print STDOUT "# Calling other\n";
|
/osnet-11/usr/src/lib/libnisdb/ |
H A D | db_item.cc | 85 item::equal(item* other, bool_t casein) argument 88 return ((len == other->len) && 89 (!strncasecmp(value, other->value, len))); 91 return ((len == other->len) && 92 (!memcmp(value, other->value, len))); 96 item::equal(char* other, int olen, bool_t casein) argument 99 return ((len == olen) && (!strncasecmp(value, other, len))); 101 return ((len == olen) && (!memcmp(value, other, len)));
|
H A D | db_vers.cc | 40 /* Constructor that makes copy of 'other'. */ 41 vers::vers(vers* other) argument 44 assign(other); 48 vers::assign(vers* other) argument 51 if (other == NULL) { 55 time_sec = other->time_sec; 56 time_usec = other->time_usec; 57 vers_low = other->vers_low; 58 vers_high = other->vers_high; 128 * Predicate indicating whether this vers is earlier than 'other' i 132 earlier_than(vers *other) argument 187 equal( vers *other) argument [all...] |
H A D | db_index_entry.cc | 78 other, // current pointer of updated list2 local 93 /* find 'current' in 'other' list */ 95 for (other = otherstart; 96 other != NULL; 97 other = other->next_result) { 98 if (current->location == other->location) 101 otherprev = other; 103 if (other != NULL) { /* found */ 104 /* delete 'other' fro [all...] |
/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt/cipher/ |
H A D | ecc.c | 92 const char *other; /* Other name. */ member in struct:__anon510 465 if (!strcmp (name, curve_aliases[aliasno].other))
|
/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt-grub/cipher/ |
H A D | ecc.c | 92 const char *other; /* Other name. */ member in struct:__anon560 465 if (!strcmp (name, curve_aliases[aliasno].other))
|
/osnet-11/usr/src/lib/libipadm/common/ |
H A D | ipadm_if.c | 720 * Checks if `ifname' is plumbed and in an IPMP group on its "other" address 736 * other_af_sock is the socket for the "other" address family. 1340 * In case of any other error, we continue with 1552 * other interfaces, only for the non-legacy case. 1874 * and the other status is NOSUCH_IF 1879 * and the other status is GRP_NOTEMPTY 1882 * and the other status is GRP_NOTEMPTY 1889 ipadm_status_t other; local 1899 other = v6_status; 1901 other [all...] |
/osnet-11/usr/src/lib/libshare_plugins/nfs/ |
H A D | libshare_nfs.c | 687 * Then add in any other security modes that were not in the sec list. 850 * all other property types will 1666 * Cannot have '*' with other values 1696 "%s: cannot mix \"*\" with other values: %s=%s"), 2136 * no other NFS share exists in path (ancestor/decendents) 2764 * if we are using AUTH_UNIX, handle like other things 3708 * check to see if logging and other services need to 4085 * proto_option_defs for parsing and validation. If "other" and 4087 * compared against the property specified in "other" using the 4105 char *other; member in struct:proto_option_defs [all...] |
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ |
H A D | op.c | 358 /* No GvIN_PAD_off(cGVOPo_gv) here, because other references 409 /* No GvIN_PAD_off here, because other references may still 3418 Perl_newLOGOP(pTHX_ I32 type, I32 flags, OP *first, OP *other) argument 3420 return new_logop(type, flags, &first, &other); 3429 OP *other = *otherp; local 3432 return newBINOP(type, flags, scalar(first), scalar(other)); 3458 if (other->op_type == OP_CONST) 3459 other->op_private |= OPpCONST_SHORTCIRCUIT; 3460 return other; 3463 op_free(other); [all...] |
/osnet-11/usr/src/lib/libsqlite/tool/ |
H A D | lemon.c | 712 /* Compute the first state. All other states will be 820 struct config *cfp, *other; local 840 other = plp->cfp; 841 Plink_add(&other->fplp,cfp); 2406 }else{ /* All other (one character) operators */ 3474 ** (In other words, generate the %destructor actions)
|