| /freebsd-11-stable/contrib/ncurses/misc/ |
| HD | shlib | 92 system= 94 system="$SHLIB_HOST" 96 system=cygwin 98 system=beos 100 system=darwin 102 system=unix 110 system=cygwin 113 system=darwin 117 test -n "$system" && break 121 case .$system in
|
| /freebsd-11-stable/usr.sbin/fwcontrol/ |
| HD | fwdv.c | 104 int len, tlen, npad, fd, k, m, vec, system = -1, nb; in dvrecv() local 195 if (system < 0) { in dvrecv() 196 system = ciph->fdf.dv.fs; in dvrecv() 197 fprintf(stderr, "%s\n", system_name[system]); in dvrecv() 201 if (system == 1 && in dvrecv() 204 nb = nblocks[system]; in dvrecv() 206 k / (3600 * frame_rate[system]), in dvrecv() 207 (k / (60 * frame_rate[system])) % 60, in dvrecv() 208 (k / frame_rate[system]) % 60, in dvrecv() 209 k % frame_rate[system]); in dvrecv() [all …]
|
| /freebsd-11-stable/contrib/ntp/lib/isc/include/isc/ |
| HD | platform.h.in | 34 * Define if this system needs the <netinet/in6.h> header file included 40 * Define if this system needs the <netinet6/in6.h> header file included 46 * If sockaddrs on this system have an sa_len field, ISC_PLATFORM_HAVESALEN 52 * If this system has the IPv6 structure definitions, ISC_PLATFORM_HAVEIPV6 58 * If this system is missing in6addr_any, ISC_PLATFORM_NEEDIN6ADDRANY will 64 * If this system is missing in6addr_loopback, ISC_PLATFORM_NEEDIN6ADDRLOOPBACK 70 * If this system has in6_pktinfo, ISC_PLATFORM_HAVEIN6PKTINFO will be 76 * If this system has in_addr6, rather than in6_addr, ISC_PLATFORM_HAVEINADDR6 82 * If this system has sin6_scope_id, ISC_PLATFORM_HAVESCOPEID will be defined. 87 * If this system needs inet_ntop(), ISC_PLATFORM_NEEDNTOP will be defined. [all …]
|
| /freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/funcs/ |
| HD | tst.system.d | 37 system("echo %s %d %d", "foo", this->a, this->b); 38 system("ping -q -c 1 localhost 2>/dev/null | grep -v '^round-trip '"); 39 system("echo %d", ++this->a); 40 system("ping -q -c 1 localhost 2>/dev/null | grep -v '^round-trip '"); 41 system("echo %d", ++this->a); 42 system("ping -q -c 1 localhost 2>/dev/null | grep -v '^round-trip '"); 43 system("echo %d", ++this->a);
|
| /freebsd-11-stable/contrib/libreadline/examples/rlfe/ |
| HD | config.h.in | 83 * Define POSIX if your system supports IEEE Std 1003.1-1988 (POSIX). 138 * Define BSDWAIT if your system defines a 'union wait' in <sys/wait.h> 168 * If your system has the calls setreuid() and setregid(), 175 * If your system supports BSD4.4's seteuid() and setegid(), define 201 * If your system has the new format /etc/ttys (like 4.3 BSD) and the 207 * Define USEBCOPY if the bcopy/memcpy from your system's C library 222 * If your system has vsprintf() and requires the use of the macros in 229 * If your system has strerror() define this. 240 * Define this if your system supports named pipes. 245 * Define this if your system exits select() immediatly if a pipe is [all …]
|
| /freebsd-11-stable/etc/casper/ |
| HD | Makefile | 3 FILES= system.dns 4 FILES+= system.grp 5 FILES+= system.pwd 6 FILES+= system.random 7 FILES+= system.sysctl
|
| /freebsd-11-stable/contrib/ntp/scripts/ntpsweep/ |
| HD | ntpsweep.in | 61 Host st offset(s) version system processor 103 my $system = ""; 116 my $vars = ntp_read_vars(0, [qw(processor system daemon_version)], $host) || {}; 118 $system = $vars->{system}; 130 $system =~ s/UNIX\///; 131 $system =~ s/RELEASE/r/; 132 $system =~ s/CURRENT/c/; 155 (substr $system, 0, 12), (substr $processor, 0, 9);
|
| /freebsd-11-stable/tests/sys/kqueue/libkqueue/ |
| HD | vnode.c | 32 system("touch ./kqueue-test.tmp"); in test_kevent_vnode_add() 79 if (system("echo hello >> ./kqueue-test.tmp") < 0) in test_kevent_vnode_note_write() 104 if (system("touch ./kqueue-test.tmp") < 0) in test_kevent_vnode_note_attrib() 132 if (system("mv ./kqueue-test.tmp ./kqueue-test2.tmp") < 0) in test_kevent_vnode_note_rename() 144 if (system("mv ./kqueue-test2.tmp ./kqueue-test.tmp") < 0) in test_kevent_vnode_note_rename() 185 if (system("touch ./kqueue-test.tmp") < 0) in test_kevent_vnode_disable_and_enable() 193 if (system("touch ./kqueue-test.tmp") < 0) in test_kevent_vnode_disable_and_enable() 223 if (system("touch ./kqueue-test.tmp") < 0) in test_kevent_vnode_dispatch() 237 if (system("touch ./kqueue-test.tmp") < 0) in test_kevent_vnode_dispatch()
|
| /freebsd-11-stable/sys/arm/broadcom/bcm2835/ |
| HD | bcm2835_machdep.c | 75 phandle_t system; in bcm2835_late_init() local 79 system = OF_finddevice("/system"); in bcm2835_late_init() 80 if (system != 0) { in bcm2835_late_init() 81 len = OF_getencprop(system, "linux,serial", cells, in bcm2835_late_init() 86 len = OF_getencprop(system, "linux,revision", cells, in bcm2835_late_init()
|
| /freebsd-11-stable/usr.sbin/pc-sysinstall/examples/ |
| HD | README | 10 installed system 20 extracting the install images to the system. Using this mode 21 it is also possible to do a system restore, by specifying a 22 full system backup as the install source. 24 Upgrades will mount the target disk, and extract the system 34 on the installed system will *not* be automatically configured. 40 This is set to the location you want to extract your system to, 93 netSaveDev specifies what networking to enable on the installed system 125 root zpool of the target system to update. I.E: 249 rsync - Pull the system data from a ssh + rsync server, specified with variables below [all …]
|
| /freebsd-11-stable/share/examples/etc/ |
| HD | README.examples | 12 bsd-style-copyright - copyright style for bsd system 13 crontab - system scheduled command table (see crontab(5)) 28 hosts.equiv - defines system-wide trusted hosts (see ruserok(3)) 36 make.conf - example configuration variables for system builds 42 newsyslog.conf - configuration for system log file rotator newsyslog(8) 50 profile - system-wide .profile for sh(1) 52 rc - system startup script (see init(8)) 58 rc.shutdown - system shutdown script (see init(8)) 73 defaults/rc.conf - default system configuration info (see rc.conf(5))
|
| /freebsd-11-stable/crypto/openssh/contrib/redhat/ |
| HD | sshd.pam | 2 auth required pam_stack.so service=system-auth 4 account required pam_stack.so service=system-auth 5 password required pam_stack.so service=system-auth 6 session required pam_stack.so service=system-auth
|
| /freebsd-11-stable/etc/pam.d/ |
| HD | login | 9 auth include system 14 account include system 17 session include system 20 password include system
|
| /freebsd-11-stable/contrib/amd/ |
| HD | FREEBSD-upgrade | 35 r1.17 Uniformly refer to a file system as "file system" 52 r1.9 Uniformly refer to a file system as "file system". 67 r1.8 Uniformly refer to a file system as "file system" 75 r1.7 Uniformly refer to a file system as "file system" 85 r1.13 Uniformly refer to a file system as "file system"
|
| /freebsd-11-stable/usr.sbin/bsdconfig/security/include/ |
| HD | messages.subr | 36 …system security\npolicy. Please read the system documentation carefully before modifying\nthese s… 45 msg_securelevel_desc="Configure securelevels for the system" 46 …system runs with.\nWhen operating at a securelevel, certain root privileges are disabled,\nwhich m…
|
| HD | securelevel.hlp | 8 -1 Permanently insecure mode - always run the system in level 0 15 1 Secure mode - the system immutable and system append-only 25 system is multi-user. 37 Securelevels must be used in combination with careful system design and 38 application of protective mechanisms to prevent system configuration
|
| /freebsd-11-stable/contrib/tcp_wrappers/ |
| HD | README.IRIX | 8 system. Here is my first-hand experience with wrapper release 6.3. 30 rstatd: the wrapper hangs in the recvfrom() system call, and I 34 services cannot be wrapped until SGI fixes their system so that it 39 (5) When an IRIX 5.2 system is a NIS client, it can have problems with 43 your system tries DNS before NIS (hostresorder bind nis local). 48 So, TLI services cannot be wrapped until SGI fixes their system so 51 I am not impressed by the quality of the IRIX system software. There 52 are many things that work on almost every other system except with IRIX.
|
| /freebsd-11-stable/sys/gnu/dts/arm/ |
| HD | imx27-phytec-phycore-rdk.dts | 228 label = "system:red1:user"; 233 label = "system:green1:user"; 238 label = "system:blue1:user"; 243 label = "system:red2:user"; 248 label = "system:green2:user"; 253 label = "system:blue2:user"; 258 label = "system:red3:nand"; 264 label = "system:green3:live"; 270 label = "system:blue3:cpu";
|
| /freebsd-11-stable/usr.sbin/extattr/tests/ |
| HD | extattr_test.sh | 168 atf_check -s exit:0 -o empty setextattr system myattr myvalue foo 169 atf_check -s exit:0 -o inline:"myattr\n" lsextattr -q system foo 170 atf_check -s exit:0 -o inline:"myvalue\n" getextattr -q system myattr foo 171 atf_check -s exit:0 -o empty rmextattr system myattr foo 172 atf_check -s exit:0 -o empty lsextattr -q system foo 246 atf_check -s exit:0 -o empty setextattr system sysattr sysval foo 248 atf_check -s exit:0 -o inline:"sysattr\n" lsextattr -q system foo 251 atf_check -s exit:0 -o inline:"sysval\n" getextattr -q system sysattr foo 253 atf_check -s exit:0 -o empty rmextattr system sysattr foo 255 atf_check -s exit:0 -o empty lsextattr -q system foo [all …]
|
| /freebsd-11-stable/usr.sbin/bsdconfig/include/ |
| HD | bsdconfig.hlp | 1 This menu allows you to configure your system after the installation 3 password and the system time zone. 8 For setting the timezone after the system is installed, use the 'Time 11 For more information on the overall general system configuration, see
|
| /freebsd-11-stable/contrib/netbsd-tests/rump/rumpvfs/ |
| HD | t_etfs.c | 125 rv = system("dd if=/dev/zero bs=512 count=64 " in ATF_TC_BODY() 129 rv = system("dd if=/dev/zero bs=512 count=128 " in ATF_TC_BODY() 179 if (system("mount_mfs -s 64m -o nosuid,nodev mfs mfsdir") != 0) in ATF_TC_BODY() 183 rv = system("dd if=/dev/zero of=" IMG_ON_MFS " bs=1 count=1 seek=8t"); in ATF_TC_BODY() 217 system("umount mfsdir"); in ATF_TC_CLEANUP() 235 rv = system("dd if=/dev/zero of=disk.img bs=1000 count=64"); in ATF_TC_BODY() 237 rv = system("yes | tr '\\ny' '\\1' " in ATF_TC_BODY()
|
| /freebsd-11-stable/tools/tools/tinybsd/ |
| HD | README | 12 The system has been entirely based on the ease of image customization from 39 As you can see, it's a kernel file identical to your system's, leaving only 43 files we'd want the new system to have, in this one we'll have all files to be 44 put into our embedded system, already having all available files for running 45 the system well. Put in or take out the files you need according to your 73 which you want TinyBSD ports system to install in your embedded system. You whould 83 tinybsd: This is the script that builds the entire system. You'll hardly 85 directory for it to create the entire system tree. Once done, it'll copy all 106 your system. 111 the device on the system and fetch the information using diskinfo(8): [all …]
|
| /freebsd-11-stable/usr.sbin/bsdconfig/usermgmt/include/ |
| HD | usermgmt.hlp | 1 These screens allow you to add groups and users to your system. 5 system will show you what it would chose for most of these fields. 16 names are already used for system files. 19 explicitly. If you don't fill in these fields, the system will choose 21 associated names) are what the operating system actually uses to 30 that the user must enter when logging into the system. It's often the 48 Some of the system's groups have a special meaning. In particular, 56 minor administrative operations, like performing system backups, or 57 shutting down the system -- without first becoming superuser! So,
|
| /freebsd-11-stable/usr.sbin/pc-sysinstall/doc/ |
| HD | help-index | 16 Provides a listing of the disk drives detected on this system 25 Tests to see if this system is a laptop or desktop 28 Tests to see if this system is actually running in an emulator such as VirtualBox 31 Returns a listing of the detected network cards on this system 58 Return the size of installed system RAM in MegaBytes 67 Return a list of PC-BSD & FreeBSD installs on this system for updates 86 ready for MBR or GPT file system layouts.
|
| /freebsd-11-stable/crypto/heimdal/include/ |
| HD | config.h.in | 508 /* Define to 1 if the system has the type `int16_t'. */ 511 /* Define to 1 if the system has the type `int32_t'. */ 514 /* Define to 1 if the system has the type `int64_t'. */ 517 /* Define to 1 if the system has the type `int8_t'. */ 559 /* Define to 1 if the system has the type `long long'. */ 580 /* Define to 1 if you have a working `mmap' system call. */ 710 /* Define to 1 if the system has the type `sa_family_t'. */ 803 /* Define to 1 if the system has the type `socklen_t'. */ 809 /* Define to 1 if the system has the type `ssize_t'. */ 884 /* Define to 1 if the system has the type `struct addrinfo'. */ [all …]
|