| /mirbsd/src/gnu/usr.bin/perl/Porting/ |
| D | p4genpatch | 38 my $system = "p4 @P4opt describe -s $CHANGE |"; 39 open my $p4, $system or die "Could not run $system"; 82 my $system = qq[p4 @P4opt print -o "$t1" "$prevfile"]; 83 my $status = `$system`; 85 warn "$0: system[$system] failed, status[$?]\n"; 106 my $system = qq[p4 @P4opt print -o "$t2" "$file"]; 108 my $type = `$system`; 110 warn "$0: `$system` failed, status[$?]\n"; 129 $system = qq[$OPT{D} -$OPT{d} "$d1" "$d2"]; 130 system($system); # no return check because diff doesn't always return 0
|
| /mirbsd/src/gnu/usr.bin/perl/vos/ |
| D | build.cm | 12 & operating system. You need to have the VOS POSIX.1 support 13 & loaded on your system. Change the following statement, if 19 &else &set_string POSIX >system>posix_object_library 103 (master_disk)>system>include_library 105 (master_disk)>system>stcp>include_library &+ 106 (master_disk)>system>include_library>sysv &+ 107 (master_disk)>system>include_library 111 (master_disk)>system>gnu_library>bin &+ 112 (master_disk)>system>command_library 114 (master_disk)>system>command_library [all …]
|
| D | config.ga.def | 9 $bin='/system/gnu_library/bin' 10 $binexp='/system/gnu_library/bin' 408 $full_csh='/system/gnu_library/bin/bash.pm' 409 $full_sed='/system/gnu_library/bin/sed.pm' 518 $installprefix='/system/ported/perl5' 519 $installprefixexp='/system/ported/perl5' 554 $privlib='/system/ported/lib/perl5/5.8.8' 555 $privlibexp='/system/ported/lib/perl5/5.8.8' 582 $sh='/system/gnu_library/bin/bash.pm' 589 $sitearch='/system/ported/lib/perl5/site_perl/5.8.8/hppa1.1' [all …]
|
| D | config.alpha.def | 9 $bin='/system/ported/command_library' 10 $binexp='/system/ported/command_library' 409 $full_sed='/system/ported/command_library/sed.pm' 518 $installprefix='/system/ported/perl5' 519 $installprefixexp='/system/ported/perl5' 554 $privlib='/system/ported/lib/perl5/5.8.8' 555 $privlibexp='/system/ported/lib/perl5/5.8.8' 589 $sitearch='/system/ported/lib/perl5/site_perl/5.8.8/hppa1.1' 590 $sitearchexp='/system/ported/lib/perl5/site_perl/5.8.8/hppa1.1' 591 $sitelib='/system/ported/lib/perl5/site_perl/5.8.8' [all …]
|
| D | compile_full_perl.cm | 3 & using this macro are a VOS Continuum system running 13 !add_library_path command (master_disk)>system>gnu_library>bin &+ 26 &if ^ (exists -directory (master_disk)>system>gnu_library>lib>perl5)
|
| /mirbsd/src/usr.sbin/makefs/ |
| D | README | 3 makefs - build a file system image from a directory tree 16 makefs creates a file system image from a given directory tree. 17 the following file system types can be built: 18 ffs BSD fast file system 19 cd9660 ISO 9660 file system 22 ext2fs Linux EXT2 file system 23 fat MS-DOS `FAT' file system (FAT12, FAT16, FAT32) 25 Various file system independent parameters and contraints can be 27 - minimum file system size (in KB) 28 - maximum file system size (in KB) [all …]
|
| /mirbsd/src/gnu/usr.bin/perl/t/op/ |
| D | exec.t | 31 $exit = system qq{$Perl -le "print q{ok $tnum - interp system(EXPR)"}}; 37 $exit = system qq{$Perl -le "print q{ok $tnum - split & direct system(EXPR)"}}; 45 $exit = system $Perl, '-le', 86 is( system(qq{$Perl -e "exit 0"}), 0, 'Explicit exit of 0' ); 89 is( system(qq{$Perl "-I../lib" -e "use vmsish qw(hushed); exit 1"}), $exit_one, 92 $rc = system { "lskdfj" } "lskdfj";
|
| D | taint.t | 159 system("/usr/bin/cp /usr/bin/cygwin1.dll .") && 167 system("/usr/bin/cp /usr/bin/cygcrypt-0.dll .") && 460 test !eval { system $TAINT }, 'system'; 942 eval { system { "echo" } "/arg0", "arg1" }; 963 test !eval { system $TAINT, $TAINT }, 'system'; 965 test !eval { system $TAINT $TAINT }, 'system'; 967 test !eval { system $TAINT $TAINT, $TAINT }, 'system'; 969 test !eval { system $TAINT 'notaint' }, 'system'; 971 test !eval { system {'notaint'} $TAINT }, 'system'; 976 system("lskdfj does not exist","with","args"); [all …]
|
| /mirbsd/src/gnu/usr.bin/perl/mint/ |
| D | README | 5 pwd command if your system pwd is broken. 7 The header files are wrappers around broken system header files. Make 11 The file system.c is an enhanced version of the system() function
|
| /mirbsd/src/gnu/usr.bin/perl/t/io/ |
| D | dup.t | 44 system sprintf $echo, 6; 46 system sprintf $echo, 7; 49 system sprintf "$echo 1>&2", 7; 60 elsif ($^O eq 'MacOS') { system 'catenate Io.dup' } 61 else { system 'cat Io.dup' }
|
| /mirbsd/src/gnu/usr.bin/binutils/etc/ |
| D | configure.texi | 4 @settitle The GNU configure and build system 10 * configure: (configure). The GNU configure and build system 14 This file documents the GNU configure and build system. 41 @title The GNU configure and build system 65 @top GNU configure and build system 67 The GNU configure and build system. 89 also includes a discussion of the older Cygnus configure system. 126 The GNU configure and build system has two main goals. 129 system permits the developer to concentrate on writing the program, 142 The GNU configure and build system is comprised of several different [all …]
|
| /mirbsd/src/usr.bin/tip/ |
| D | tip.c | 66 char *system = NOSTR; local 92 system = argv[1]; 115 if (system == NOSTR) 117 if (isalpha(*system)) 124 if (strlen(system) > sizeof PNbuf - 1) { 129 strncpy( PNbuf, system, sizeof PNbuf - 1 ); 130 for (p = system; *p; p++) 134 system = sbuf; 143 if ((i = hunt(system)) == 0) {
|
| /mirbsd/src/usr.bin/mail/misc/ |
| D | mail.help | 16 x quit, do not remove system mailbox. 22 fi <file> switch to file (%=system inbox, %user=user's 23 system inbox). + searches in your folder 35 <file> is a full or relative pathname, +folder, % (system inbox), %user 36 (specified user's system inbox), # (previous file), & (mbox file), or an
|
| /mirbsd/src/share/doc/papers/relengr/ |
| D | ref.bib.ig | 1 ref.bib:0,249 mckusi bloom karels bug fixes change system manage manual berkel softwa distri virtua… 2 ref.bib:249,216 karels change kernel system manage manual berkel softwa distri virtua vax versio as… 3 ref.bib:465,181 leffle mckusi karels quarte design implem unix operat system addiso wesley readin 1…
|
| /mirbsd/src/usr.bin/oldroff/hunt/ |
| D | tick.c | 59 static long start, user, system; variable 67 system= tx.proc_system_time; in tick() 80 sys = (tx.proc_system_time - system)/60.; in tock()
|
| /mirbsd/src/usr.bin/top/ |
| D | top.c | 170 ps.system = Yes; in parseargs() 175 ps.system = Yes; in parseargs() 271 ps.system = No; in main() 796 ps.system = !ps.system; in rundisplay() 797 old_system = ps.system; in rundisplay() 800 ps.system ? "D" : "Not d"); in rundisplay() 828 ps.system = old_system; in rundisplay() 841 if (ps.system == No) in rundisplay() 844 ps.system = Yes; in rundisplay()
|
| /mirbsd/src/gnu/usr.bin/perl/ |
| D | README.mint | 64 which other versions of sed are installed on your system. 79 to find out the value that suits to your system yourself. 124 This version (5.00402) of perl has passed most of the tests on my system: 177 of system() which is far from being POSIX compliant. A real system() 179 line to the shell. The MiNTLib system() however doesn't expect 182 string. To get a little bit of compliance to POSIX system() it 187 pass a command line to system() that exploits all features of a 188 POSIX shell. If you use the MiNTLib version of system() with 189 perl the Perl function system() will suffer from the same deficiencies. 191 You will find a fixed version of system() in the mint subdirectory. [all …]
|
| /mirbsd/src/usr.sbin/trpt/ |
| D | trpt.c | 146 char *system = NULL, *core = NULL, *cp, errbuf[_POSIX2_LINE_MAX]; in main() local 181 system = optarg; in main() 202 if (core != NULL || system != NULL) in main() 206 kd = kvm_openfiles(system, core, NULL, O_RDONLY, errbuf); in main() 210 if (core == NULL && system == NULL) in main() 215 errx(2, "%s: no namelist", system ? system : _PATH_UNIX); in main()
|
| /mirbsd/src/gnu/usr.bin/perl/pod/ |
| D | perlfaq8.pod | 8 system interaction. Topics include interprocess communication (IPC), 13 operating system (eg, L<perlvms>, L<perlplan9>, ...). These should 16 =head2 How do I find out which operating system I'm running under? 19 the name of the operating system (not its release number) that your perl 26 probably the case if you're asking this question) use system() 32 ("mice") is system-dependent. Try the following modules: 78 Controlling input buffering is a remarkably system-dependent matter. 84 system "stty cbreak </dev/tty >/dev/tty 2>&1"; 88 system "stty -cbreak </dev/tty >/dev/tty 2>&1"; 102 (assuming your system supports POSIX). [all …]
|
| D | perllocale.pod | 21 XPG4, POSIX 1.c) method called "the locale system". The locale system is 40 B<Your operating system must support the locale system>. If it does, 47 your system administrator, must make sure that this is the case. The 49 in which they are installed all vary from system to system. Some systems 51 added. Others allow you to add "canned" locales provided by the system 52 supplier. Still others allow you or the system administrator to define 55 system.) Read your system documentation for further illumination. 59 B<Perl must believe that the locale system is supported>. If it does, 76 by yourself or by whoever set up your system account. 195 be noticed, depending on your system's C library. [all …]
|
| /mirbsd/src/gnu/usr.bin/perl/os2/OS2/PrfDB/ |
| D | PrfDB.xs | 81 char system[257]; in Prf_Profiles() local 82 PRFPROFILE info = { 257, user, 257, system}; in Prf_Profiles() 88 av_push(av, newSVpv(system, info.cchSysName - 1)); in Prf_Profiles() 98 char system[257]; in Prf_SetUser() local 99 PRFPROFILE info = { 257, user, 257, system}; in Prf_SetUser()
|
| /mirbsd/src/gnu/usr.bin/binutils/gas/ |
| D | config.in | 114 /* Define if environ is not declared in system header files. */ 117 /* Define if errno is not declared in system header files. */ 120 /* Define if ffs is not declared in system header files. */ 123 /* Define if free is not declared in system header files. */ 126 /* Define if malloc is not declared in system header files. */ 129 /* Define if sbrk is not declared in system header files. */ 132 /* Define if strstr is not declared in system header files. */ 184 direction of stack growth for your system; otherwise it will be
|
| /mirbsd/src/usr.bin/sudo/ |
| D | PORTING | 8 done for you. As long as your operating system is reasonably POSIX 9 compliant porting should be easy. If your operating system has a 26 your operating system may have broken POSIX saved ID support" this 37 It is possible that on a really weird system, tgetpass() may not 55 system is using shadow passwords and sudo has not detected that 59 the manual pages on your system for "getspnam" and "getprpwnam". 70 If you are trying to port to a system without standard Berkeley 79 Sudo wants POSIX signals (sigaction and friends). If your system
|
| /mirbsd/src/usr.sbin/makefs/cd9660/ |
| D | cd9660_eltorito.c | 109 new_image->system = ET_SYS_X86; in cd9660_add_boot_disk() 111 new_image->system = ET_SYS_PPC; in cd9660_add_boot_disk() 114 new_image->system = ET_SYS_MAC; in cd9660_add_boot_disk() 175 if (tmp_image->system != new_image->system) in cd9660_add_boot_disk() 284 ie->system_type[0] = disk->system; in cd9660_boot_setup_default_entry() 428 switch (tmp_disk->system) { in cd9660_setup_boot() 446 cd9660_boot_setup_section_head(tmp_disk->system); in cd9660_setup_boot()
|
| /mirbsd/src/ |
| D | README | 3 This is the MirOS base BSD derived operating system, 8 A BSD-licenced uniprocessor operating system kernel 13 and other UNIX®-like operating system kernels 27 of being a small, modern operating system. That's why gcc is
|