Searched refs:sel (Results 1 - 16 of 16) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/IO/t/
H A Dio_sel.t17 my $sel = new IO::Select(\*STDIN);
18 $sel->add(4, 5) == 2 or print "not ";
21 $sel->add([\*STDOUT, 'foo']) == 1 or print "not ";
24 @handles = $sel->handles;
25 print "not " unless $sel->count == 4 && @handles == 4;
27 #print $sel->as_string, "\n";
29 $sel->remove(\*STDIN) == 1 or print "not ";
32 $sel->remove(\*STDIN, 5, 6) == 1 # two of there are not present
36 print "not " unless $sel->count == 2;
38 #print $sel
[all...]
/osnet-11/usr/src/lib/libdns_sd/java/com/apple/dnssd/docs/examples/src/
H A DBrowserApp.java269 BrowserListElem sel = (BrowserListElem) this.get( n);
270 return sel.fServiceName;
275 BrowserListElem sel = (BrowserListElem) this.get( n);
276 return sel.fType;
281 BrowserListElem sel = (BrowserListElem) this.get( n);
282 return sel.fDomain;
287 BrowserListElem sel = (BrowserListElem) this.get( n);
288 return sel.fInt;
H A DSimpleChat.java211 TargetListElem sel = (TargetListElem) targetList.getSelectedItem();
212 resolver = DNSSD.resolve( 0, sel.fInt, sel.fServiceName, sel.fType, sel.fDomain, this);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Term/
H A DReadLine.pm254 my $sel = select(FOUT);
256 select($sel);
261 my $sel = select($FOUT);
263 select($sel);
278 my $sel = select($out);
280 select($sel);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/IO/lib/IO/
H A DSelect.pm350 $sel = new IO::Select( $lsn );
352 while(@ready = $sel->can_read) {
357 $sel->add($new);
363 $sel->remove($fh);
H A DSocket.pm118 my $sel = new IO::Select $sock;
120 if (!$sel->can_write($timeout)) {
174 my $sel = new IO::Select $sock;
176 unless ($sel->can_read($timeout)) {
/osnet-11/usr/src/lib/libdevinfo/
H A Ddevinfo_retire.c261 int sel; local
295 sel = 0;
297 sel = supported_devices[i].sel_selector(node, rp);
298 if (sel == 1) {
306 if (sel != 1) {
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Class/
H A DStruct.pm185 my( $pre, $pst, $sel );
192 $pre = $pst = $cmt = $sel = '';
210 $sel = "->[\$i]";
216 $sel = "->{\$i}";
224 $out .= " \@_ ? ($pre\$r->$elem$sel = shift$pst) : $pre\$r->$elem$sel$pst;\n";
/osnet-11/usr/src/lib/libparted/common/libparted/fs/hfs/
H A Dhfs.h346 } sel; member in struct:_HfsCatalog
601 } sel; member in struct:_HfsPCatalog
H A Dreloc.c420 extent = catalog_data->sel.file.extents_data;
436 extent = catalog_data->sel.file.extents_res;
H A Dreloc_plus.c546 extent = catalog_data->sel.file.data_fork.extents;
575 extent = catalog_data->sel.file.res_fork.extents;
/osnet-11/usr/src/lib/libproc/common/
H A DPservice.c374 if (gs == ldtarray[i].sel) {
/osnet-11/usr/src/lib/liblldp/common/
H A Dliblldp_tlv.c1220 lldp_nvlist2app(nvlist_t *nvl, uint16_t id, uint8_t sel, lldp_appln_t *ainfop) argument
1233 if (app->la_id == id && app->la_sel == sel) {
2090 dcbx_appln_sel2str(int sel) argument
2092 switch (sel) {
/osnet-11/usr/src/cmd/sendmail/src/
H A Dreadcf.c2433 struct optioninfo *sel; local
2454 sel = NULL;
2462 sel = NULL;
2465 if (sel != NULL)
2467 sel = o;
2469 if (sel != NULL && o->o_name == NULL)
2470 o = sel;
2476 else if (sel != NULL)
2479 val, sel->o_name, o->o_name);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/I18N/LangTags/
H A DList.pm1364 =item {sel} : Selkup
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dperl5db.pl5736 my $sel = select($OUT);
5738 select($sel);

Completed in 1467 milliseconds