Searched refs:opt_str (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/ruby-104/ruby/ext/tk/lib/tk/
H A Dvariable.rb1321 opt_str = opts.map{|s| s.to_s}.join(' ')
1323 opt_str = opts.to_s
1326 fail ArgumentError, 'null trace option' if opt_str.empty?
1328 if opt_str =~ /[^arwu\s]/
1333 opt_ary = opt_str.split(/\s+|\|/)
1356 opt_ary = opt_str.delete('^arwu').split(//).uniq
/macosx-10.9.5/Heimdal-323.92.1/kdc/
H A Dkrb5tgs.c1504 char opt_str[128]; local
1585 opt_str, sizeof(opt_str));
1586 if(*opt_str)
1589 cpn, from, spn, opt_str);

Completed in 100 milliseconds