| /freebsd-11-stable/lib/libc/stdio/ |
| HD | fmemopen.c | 40 bool own; /* did we allocate the buffer ourselves? */ member 95 ck->own = ((ck->buf = buf) == NULL); in fmemopen() 96 if (ck->own) { in fmemopen() 108 if (ck->own || mode[0] == 'w') { in fmemopen() 146 if (ck->own) in fmemopen() 256 if (ck->own) in fmemopen_close()
|
| /freebsd-11-stable/tools/regression/tmpfs/ |
| HD | t_setattr | 45 mkdir own || die 46 eval $(stat -s own | sed -e 's|st_|ost_|g') 47 chown 1234 own || die 48 eval $(stat -s own)
|
| /freebsd-11-stable/share/examples/libusb20/ |
| HD | README | 1 As I dug my own way through the documentation of libusb 2.0 that ships 2 with FreeBSD 8+ as the OS'es own USB library API, I noticed there are 8 very easy to start writing your own code based on that. 10 So I started writing my own examples, to "get a feeling" about how to 35 copy&pasting (even a larger) piece of an example into your own work, I
|
| /freebsd-11-stable/contrib/netbsd-tests/fs/tmpfs/ |
| HD | t_setattr.sh | 41 atf_check -s eq:0 -o empty -e empty mkdir own 42 eval $(stat -s own | sed -e 's|st_|ost_|g') 43 atf_check -s eq:0 -o empty -e empty chown 1234 own 44 eval $(stat -s own)
|
| /freebsd-11-stable/sys/dev/ow/ |
| HD | README.txt | 12 device, which implements the own(9) interface (n for network, the layer 16 Client drivers may only call the own(9) interface. The ow(4) driver 17 calls the owll(9) interface and implements the own(9).
|
| /freebsd-11-stable/contrib/wpa/wpa_supplicant/dbus/ |
| HD | dbus-wpa_supplicant.conf | 6 <allow own="fi.w1.wpa_supplicant1"/> 13 <deny own="fi.w1.wpa_supplicant1"/>
|
| /freebsd-11-stable/contrib/netbsd-tests/share/mk/ |
| HD | t_own.sh | 38 .include <bsd.own.mk> 58 .include <bsd.own.mk>
|
| /freebsd-11-stable/sys/fs/nfsclient/ |
| HD | nfs_clport.c | 1255 nfscl_procdoesntexist(u_int8_t *own) in nfscl_procdoesntexist() argument 1267 if (own[i] != 0) in nfscl_procdoesntexist() 1272 tl.cval[0] = *own++; in nfscl_procdoesntexist() 1273 tl.cval[1] = *own++; in nfscl_procdoesntexist() 1274 tl.cval[2] = *own++; in nfscl_procdoesntexist() 1275 tl.cval[3] = *own++; in nfscl_procdoesntexist() 1284 tl.cval[0] = *own++; in nfscl_procdoesntexist() 1285 tl.cval[1] = *own++; in nfscl_procdoesntexist() 1286 tl.cval[2] = *own++; in nfscl_procdoesntexist() 1287 tl.cval[3] = *own++; in nfscl_procdoesntexist() [all …]
|
| HD | nfs_clstate.c | 219 u_int8_t own[NFSV4CL_LOCKNAMELEN]; in nfscl_open() local 268 nfscl_filllockowner(p->td_proc, own, F_POSIX); in nfscl_open() 273 nfscl_filllockowner(NULL, own, F_POSIX); in nfscl_open() 275 nfscl_filllockowner(p->td_proc, own, F_POSIX); in nfscl_open() 280 if (!NFSBCMP(owp->nfsow_owner, own, NFSV4CL_LOCKNAMELEN)) in nfscl_open() 287 nfscl_newopen(clp, dp, &owp, &nowp, &op, &nop, own, nfhp, fhlen, in nfscl_open() 346 struct nfsclopen **nopp, u_int8_t *own, u_int8_t *fhp, int fhlen, in nfscl_newopen() argument 361 NFSBCOPY(own, nowp->nfsow_owner, NFSV4CL_LOCKNAMELEN); in nfscl_newopen() 508 u_int8_t own[NFSV4CL_LOCKNAMELEN]; in nfscl_getstateid() local 575 nfscl_filllockowner(NULL, own, F_POSIX); in nfscl_getstateid() [all …]
|
| /freebsd-11-stable/contrib/sendmail/cf/cf/ |
| HD | s2k-ultrix4.mc | 19 # distribution as a sample only. To create your own configuration 22 # to a name of your own choosing.
|
| HD | cs-ultrix4.mc | 19 # distribution as a sample only. To create your own configuration 22 # to a name of your own choosing.
|
| HD | cs-solaris2.mc | 19 # distribution as a sample only. To create your own configuration 22 # to a name of your own choosing.
|
| HD | s2k-osf1.mc | 19 # distribution as a sample only. To create your own configuration 22 # to a name of your own choosing.
|
| HD | cs-hpux9.mc | 19 # distribution as a sample only. To create your own configuration 22 # to a name of your own choosing.
|
| HD | cs-hpux10.mc | 19 # distribution as a sample only. To create your own configuration 22 # to a name of your own choosing.
|
| HD | cs-osf1.mc | 19 # distribution as a sample only. To create your own configuration 22 # to a name of your own choosing.
|
| HD | cs-sunos4.1.mc | 19 # distribution as a sample only. To create your own configuration 22 # to a name of your own choosing.
|
| /freebsd-11-stable/share/mk/ |
| HD | bsd.own.mk | 123 .if !target(__<bsd.own.mk>__) 124 __<bsd.own.mk>__:
|
| /freebsd-11-stable/tools/tools/net80211/wesside/udps/ |
| HD | udps.c | 47 void own(int s, struct sockaddr_in* s_in) { in own() function 190 own(s, &s_in); in main()
|
| /freebsd-11-stable/share/examples/tests/ |
| HD | README | 10 If you use any files in here as templates for your own code, please 11 remove all comments while doing so and then write your own if necessary.
|
| /freebsd-11-stable/contrib/bmake/mk/ |
| HD | README | 108 The include file <bsd.own.mk> contains source tree configuration parameters, 114 To get system-specific configuration parameters, bsd.own.mk will try to 119 bsd.own.mk sets the following variables, if they are not already defined 174 own install script so that the entire system can be made 179 building our own install script so that the entire system 183 Additionally, the following variables may be set by bsd.own.mk or in a 186 bsd.own.mk): 212 bsd.own.mk is generally useful when building your own Makefiles so that
|
| /freebsd-11-stable/release/picobsd/floppy.tree/etc/ |
| HD | rc.firewall | 6 # If you override this file with your own copy, you can use ${hostname} 35 # people from outside your own network. 43 # Allow any traffic to or from my own net.
|
| /freebsd-11-stable/bin/pax/tests/ |
| HD | Makefile | 3 .include <bsd.own.mk>
|
| /freebsd-11-stable/bin/sleep/tests/ |
| HD | Makefile | 3 .include <bsd.own.mk>
|
| /freebsd-11-stable/bin/mv/tests/ |
| HD | Makefile | 3 .include <bsd.own.mk>
|