Searched refs:phrase (Results 1 - 5 of 5) sorted by relevance
/osnet-11/usr/src/lib/libsecdb/ |
H A D | svc-rbac | 44 eval $(grep '^phrase=' $irbac) 45 if [[ -z "$phrase" ]]; then 46 echo "${irbac}: can't determine \$phrase." 56 if ! grep -s "$phrase" $f > /dev/null 2>&1; then
|
/osnet-11/usr/src/lib/libsecdb/common/ |
H A D | i.rbac | 53 phrase="This line should be kept in this file or it will be overwritten." 56 # the phrase. There are two arguments: 60 if egrep "$phrase" "$1" > /dev/null 2>&1; then 72 # $phrase 94 if egrep "$phrase" "$1" > /dev/null 2>&1; then 105 # $phrase
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Locale/ |
H A D | Maketext.pm | 44 # Most human languages put the number phrase before the qualified phrase. 130 my($handle, $phrase, @params) = @_; 135 $lex->{$phrase} ||= ($value = $handle->_compile($phrase)); 150 Carp::croak "Error in maketexting \"$phrase\":\n$err as used"; 176 my($handle, $phrase) = splice(@_,0,2); 184 print "* Looking up \"$phrase\" in $h_r\n" if DEBUG; 185 if(exists $h_r->{$phrase}) { 186 print " Found \"$phrase\" i [all...] |
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/asn.1/ |
H A D | asn1_k_decode.c | 1405 val->phrase = NULL; 1411 alloc_data(val->phrase); 1412 get_lenfield(val->phrase->length,val->phrase->data, 1414 val->phrase->magic = KV5M_DATA; 1421 krb5_free_data(NULL, val->phrase); 1423 val->phrase = NULL;
|
H A D | asn1_k_encode.c | 490 FIELDOF_NORM(passwd_phrase_element, ostring_data_ptr, phrase, 1),
|
Completed in 78 milliseconds