Home | History | Annotate | Download | only in mac

Lines Matching refs:sysopen

1336   if(!sysopen(*TEXT, $text, O_RDONLY)) {
1337 print STDERR ($0.': licenseMaker: sysopen text: '.$!."\n");
1340 if(!sysopen(*RESOURCE, $resource, O_WRONLY|O_CREAT|O_EXCL)) {
1341 print STDERR ($0.': licenseMaker: sysopen resource: '.$!."\n");