Searched refs:tempval (Results 1 - 2 of 2) sorted by relevance
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/op/ |
H A D | hashassign.t | 198 my $tempval = sprintf '$utf8c{"\x{%x}"}', $chr; 199 is (eval $tempval, $value, "is key present? (maybe $tempval is optimised)"); 200 $tempval = sprintf '@temp = ("\x{%x}" => undef)', $chr; 201 eval $tempval or die "'$tempval' gave $@"; 202 is ($utf8c{$temp[0]}, $value, 'is key present? (using LHS of $tempval)'); 217 $tempval = sprintf '$temp{"\x{%x}"}', $chr; 218 is (eval $tempval, $value, "is key present? (maybe $tempval i [all...] |
/osnet-11/usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/ |
H A D | ldap_misc.c | 150 char *tempval=NULL, *save_ptr=NULL; local 292 KRB5_CONF_LDAP_SERVERS, NULL, &tempval)) != 0) { 297 if (tempval == NULL) { 311 item = strtok_r(tempval,delims,&save_ptr); 329 profile_release_string(tempval);
|
Completed in 25 milliseconds