Home
last modified time | relevance | path

Searched refs:own (Results 1 – 25 of 661) sorted by relevance

12345678910>>...27

/freebsd-11-stable/lib/libc/stdio/
HDfmemopen.c40 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/
HDt_setattr45 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/
HDREADME1 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/
HDt_setattr.sh41 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/
HDREADME.txt12 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/
HDdbus-wpa_supplicant.conf6 <allow own="fi.w1.wpa_supplicant1"/>
13 <deny own="fi.w1.wpa_supplicant1"/>
/freebsd-11-stable/contrib/netbsd-tests/share/mk/
HDt_own.sh38 .include <bsd.own.mk>
58 .include <bsd.own.mk>
/freebsd-11-stable/sys/fs/nfsclient/
HDnfs_clport.c1255 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 …]
HDnfs_clstate.c219 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/
HDs2k-ultrix4.mc19 # distribution as a sample only. To create your own configuration
22 # to a name of your own choosing.
HDcs-ultrix4.mc19 # distribution as a sample only. To create your own configuration
22 # to a name of your own choosing.
HDcs-solaris2.mc19 # distribution as a sample only. To create your own configuration
22 # to a name of your own choosing.
HDs2k-osf1.mc19 # distribution as a sample only. To create your own configuration
22 # to a name of your own choosing.
HDcs-hpux9.mc19 # distribution as a sample only. To create your own configuration
22 # to a name of your own choosing.
HDcs-hpux10.mc19 # distribution as a sample only. To create your own configuration
22 # to a name of your own choosing.
HDcs-osf1.mc19 # distribution as a sample only. To create your own configuration
22 # to a name of your own choosing.
HDcs-sunos4.1.mc19 # distribution as a sample only. To create your own configuration
22 # to a name of your own choosing.
/freebsd-11-stable/share/mk/
HDbsd.own.mk123 .if !target(__<bsd.own.mk>__)
124 __<bsd.own.mk>__:
/freebsd-11-stable/tools/tools/net80211/wesside/udps/
HDudps.c47 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/
HDREADME10 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/
HDREADME108 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/
HDrc.firewall6 # 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/
HDMakefile3 .include <bsd.own.mk>
/freebsd-11-stable/bin/sleep/tests/
HDMakefile3 .include <bsd.own.mk>
/freebsd-11-stable/bin/mv/tests/
HDMakefile3 .include <bsd.own.mk>

12345678910>>...27