Searched refs:os (Results 1 - 25 of 629) sorted by relevance

1234567891011>>

/freebsd-10-stable/contrib/apr/misc/unix/
H A Dgetopt.c40 APR_DECLARE(apr_status_t) apr_getopt_init(apr_getopt_t **os, apr_pool_t *cont,
45 *os = apr_palloc(cont, sizeof(apr_getopt_t));
46 (*os)->cont = cont;
47 (*os)->reset = 0;
48 (*os)->errfn = (apr_getopt_err_fn_t*)(fprintf);
49 (*os)->errarg = (void*)(stderr);
51 (*os)->place = EMSG;
52 (*os)->argc = argc;
60 (*os)->argv = argv_buff;
61 (*os)
158 permute(apr_getopt_t *os) argument
181 serr(apr_getopt_t *os, const char *err, const char *str, apr_status_t status) argument
191 cerr(apr_getopt_t *os, const char *err, int ch, apr_status_t status) argument
[all...]
/freebsd-10-stable/crypto/openssl/crypto/hmac/
H A Dhm_ameth.c78 ASN1_OCTET_STRING *os = (ASN1_OCTET_STRING *)pkey->pkey.ptr; local
79 if (os) {
80 if (os->data)
81 OPENSSL_cleanse(os->data, os->length);
82 ASN1_OCTET_STRING_free(os);
108 ASN1_OCTET_STRING *os; local
109 os = ASN1_OCTET_STRING_new();
110 if (!os || !ASN1_OCTET_STRING_set(os, *pde
124 ASN1_OCTET_STRING *os = (ASN1_OCTET_STRING *)pkey->pkey.ptr; local
[all...]
/freebsd-10-stable/contrib/unbound/libunbound/python/doc/
H A Dconf.py13 import sys, os
16 # is relative to the documentation root, use os.path.abspath to make it
18 sys.path.append(os.path.abspath(os.path.join(os.path.dirname(__file__),'../')))
19 sys.path.append(os.path.abspath(os.path.join(os.path.dirname(__file__),'../../../')))
20 sys.path.append(os.path.abspath(os
[all...]
/freebsd-10-stable/contrib/libyaml/config/
H A Dconfig.sub131 os=-$maybe_os
137 then os=`echo $1 | sed 's/.*-/-/'`
138 else os=; fi
146 case $os in
147 -sun*os*)
157 os=
161 os=-cnk
164 os=
170 os=-vxworks
174 os
[all...]
/freebsd-10-stable/contrib/libpcap/
H A Dconfig.sub131 os=-$maybe_os
137 then os=`echo $1 | sed 's/.*-/-/'`
138 else os=; fi
146 case $os in
147 -sun*os*)
157 os=
161 os=-cnk
164 os=
170 os=-vxworks
174 os
[all...]
/freebsd-10-stable/contrib/tcpdump/
H A Dconfig.sub131 os=-$maybe_os
137 then os=`echo $1 | sed 's/.*-/-/'`
138 else os=; fi
146 case $os in
147 -sun*os*)
157 os=
161 os=-cnk
164 os=
170 os=-vxworks
174 os
[all...]
/freebsd-10-stable/crypto/heimdal/
H A Dconfig.sub130 os=-$maybe_os
136 then os=`echo $1 | sed 's/.*-/-/'`
137 else os=; fi
145 case $os in
146 -sun*os*)
156 os=
160 os=-cnk
163 os=
169 os=-vxworks
173 os
[all...]
/freebsd-10-stable/contrib/ncurses/
H A Dconfig.sub126 os=-$maybe_os
132 then os=`echo $1 | sed 's/.*-/-/'`
133 else os=; fi
141 case $os in
142 -sun*os*)
152 os=
156 os=
162 os=-vxworks
166 os=-chorusos
170 os
[all...]
/freebsd-10-stable/contrib/binutils/
H A Dconfig.sub126 os=-$maybe_os
132 then os=`echo $1 | sed 's/.*-/-/'`
133 else os=; fi
141 case $os in
142 -sun*os*)
152 os=
156 os=
162 os=-vxworks
166 os=-chorusos
170 os
[all...]
/freebsd-10-stable/contrib/ofed/libibcm/config/
H A Dconfig.sub124 os=-$maybe_os
130 then os=`echo $1 | sed 's/.*-/-/'`
131 else os=; fi
139 case $os in
140 -sun*os*)
150 os=
154 os=
160 os=-vxworks
164 os=-chorusos
168 os
[all...]
/freebsd-10-stable/contrib/ofed/librdmacm/config/
H A Dconfig.sub124 os=-$maybe_os
130 then os=`echo $1 | sed 's/.*-/-/'`
131 else os=; fi
139 case $os in
140 -sun*os*)
150 os=
154 os=
160 os=-vxworks
164 os=-chorusos
168 os
[all...]
/freebsd-10-stable/contrib/openbsm/config/
H A Dconfig.sub122 os=-$maybe_os
128 then os=`echo $1 | sed 's/.*-/-/'`
129 else os=; fi
137 case $os in
138 -sun*os*)
148 os=
152 os=
158 os=-vxworks
162 os=-chorusos
166 os
[all...]
/freebsd-10-stable/contrib/libreadline/support/
H A Dconfig.sub122 os=-$maybe_os
128 then os=`echo $1 | sed 's/.*-/-/'`
129 else os=; fi
137 case $os in
138 -sun*os*)
148 os=
152 os=
158 os=-vxworks
162 os=-chorusos
166 os
[all...]
/freebsd-10-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Ddmu_objset.c9 * or http://www.opensolaris.org/os/licensing.
85 dmu_objset_spa(objset_t *os) argument
87 return (os->os_spa);
91 dmu_objset_zil(objset_t *os) argument
93 return (os->os_zil);
97 dmu_objset_pool(objset_t *os) argument
101 if ((ds = os->os_dsl_dataset) != NULL && ds->ds_dir)
104 return (spa_get_dsl(os->os_spa));
108 dmu_objset_ds(objset_t *os) argument
110 return (os
114 dmu_objset_type(objset_t *os) argument
120 dmu_objset_name(objset_t *os, char *buf) argument
126 dmu_objset_id(objset_t *os) argument
134 dmu_objset_syncprop(objset_t *os) argument
140 dmu_objset_logbias(objset_t *os) argument
148 objset_t *os = arg; local
161 objset_t *os = arg; local
175 objset_t *os = arg; local
189 objset_t *os = arg; local
207 objset_t *os = arg; local
221 objset_t *os = arg; local
235 objset_t *os = arg; local
251 objset_t *os = arg; local
265 objset_t *os = arg; local
277 objset_t *os = arg; local
302 objset_t *os; local
491 objset_t *os; local
599 dmu_objset_rele(objset_t *os, void *tag) argument
637 dmu_objset_disown(objset_t *os, void *tag) argument
643 dmu_objset_evict_dbufs(objset_t *os) argument
693 dmu_objset_evict(objset_t *os) argument
719 dmu_objset_evict_done(objset_t *os) argument
749 dmu_objset_snap_cmtime(objset_t *os) argument
759 objset_t *os; local
871 objset_t *os; local
896 dmu_objset_create(const char *name, dmu_objset_type_t type, uint64_t flags, void (*func)(objset_t *os, void *arg, cred_t *cr, dmu_tx_t *tx), void *arg) argument
1052 objset_t *os = arg; local
1081 objset_t *os = arg; local
1097 dmu_objset_sync(objset_t *os, zio_t *pio, dmu_tx_t *tx) argument
1186 dmu_objset_is_dirty(objset_t *os, uint64_t txg) argument
1201 dmu_objset_userused_enabled(objset_t *os) argument
1233 do_userquota_cacheflush(objset_t *os, userquota_cache_t *cache, dmu_tx_t *tx) argument
1289 dmu_objset_do_userquota_updates(objset_t *os, dmu_tx_t *tx) argument
1397 objset_t *os = dn->dn_objset; local
1497 dmu_objset_userspace_present(objset_t *os) argument
1504 dmu_objset_userspace_upgrade(objset_t *os) argument
1553 dmu_objset_space(objset_t *os, uint64_t *refdbytesp, uint64_t *availbytesp, uint64_t *usedobjsp, uint64_t *availobjsp) argument
1561 dmu_objset_fsid_guid(objset_t *os) argument
1567 dmu_objset_fast_stat(objset_t *os, dmu_objset_stats_t *stat) argument
1575 dmu_objset_stats(objset_t *os, nvlist_t *nv) argument
1590 dmu_objset_is_snapshot(objset_t *os) argument
1599 dmu_snapshot_realname(objset_t *os, char *name, char *real, int maxlen, boolean_t *conflict) argument
1614 dmu_snapshot_list_next(objset_t *os, int namelen, char *name, uint64_t *idp, uint64_t *offp, boolean_t *case_conflict) argument
1653 dmu_dir_list_next(objset_t *os, int namelen, char *name, uint64_t *idp, uint64_t *offp) argument
2043 dmu_objset_set_user(objset_t *os, void *user_ptr) argument
2050 dmu_objset_get_user(objset_t *os) argument
[all...]
/freebsd-10-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Ddmu_objset.h9 * or http://www.opensolaris.org/os/licensing.
136 #define DMU_META_DNODE(os) ((os)->os_meta_dnode.dnh_dnode)
137 #define DMU_USERUSED_DNODE(os) ((os)->os_userused_dnode.dnh_dnode)
138 #define DMU_GROUPUSED_DNODE(os) ((os)->os_groupused_dnode.dnh_dnode)
140 #define DMU_OS_IS_L2CACHEABLE(os) \
141 ((os)->os_secondary_cache == ZFS_CACHE_ALL || \
142 (os)
[all...]
/freebsd-10-stable/contrib/tcsh/
H A Dsvn4 import os
6 #for name in os.environ.keys():
7 # print "key " + name + " = " + os.environ[name]
10 pipeOut = os.popen3(cmd, mode = 'br')[1]
13 if os.path.isdir(line.strip()):
18 if not os.environ.has_key("COMMAND_LINE"):
22 cmdLine = os.environ["COMMAND_LINE"]
/freebsd-10-stable/contrib/ntp/sntp/libopts/
H A Denv.c37 do_env_opt(tOptState * os, char * env_name,
118 do_env_opt(tOptState * os, char * env_name, argument
121 os->pzOptArg = getenv(env_name);
122 if (os->pzOptArg == NULL)
125 os->flags = OPTST_PRESET | OPTST_ALLOC_ARG | os->pOD->fOptState;
126 os->optType = TOPT_UNDEFINED;
128 if ( (os->pOD->pz_DisablePfx != NULL)
129 && (streqvcmp(os->pzOptArg, os
[all...]
/freebsd-10-stable/contrib/subversion/
H A Dwin-tests.py30 import os, sys, subprocess
110 CMDLINE_TEST_SCRIPT_NATIVE_PATH = CMDLINE_TEST_SCRIPT_PATH.replace('/', os.sep)
112 sys.path.insert(0, os.path.join('build', 'generator'))
117 version_header = os.path.join('subversion', 'include', 'svn_version.h')
190 os.environ['SVN_ASP_DOT_NET_HACK'] = opt
192 abs_httpd_dir = os.path.abspath(val)
244 abs_srcdir = os.path.abspath("")
245 abs_objdir = os.path.join(abs_srcdir, objdir)
250 abs_builddir = os.path.abspath(args[0])
290 tgt_dir = os
[all...]
/freebsd-10-stable/crypto/openssl/ssl/
H A Dssl_asn1.c387 ASN1_OCTET_STRING os, *osp; local
391 osp = &os;
415 os.data = NULL;
416 os.length = 0;
419 if (os.length != 3) {
425 ((unsigned long)os.data[0] << 16L) |
426 ((unsigned long)os.data[1] << 8L) | (unsigned long)os.data[2];
430 if (os.length != 2) {
436 ((unsigned long)os
[all...]
/freebsd-10-stable/contrib/file/
H A Dconfig.sub122 os=-$maybe_os
126 os=-linux-android
132 then os=`echo $1 | sed 's/.*-/-/'`
133 else os=; fi
141 case $os in
142 -sun*os*)
152 os=
156 os=-cnk
159 os=
165 os
[all...]
/freebsd-10-stable/contrib/byacc/
H A Dconfig.sub123 os=-$maybe_os
127 os=-linux-android
133 then os=`echo $1 | sed 's/.*-/-/'`
134 else os=; fi
142 case $os in
143 -sun*os*)
153 os=
157 os=-cnk
160 os=
166 os
[all...]
/freebsd-10-stable/contrib/dialog/
H A Dconfig.sub123 os=-$maybe_os
127 os=-linux-android
133 then os=`echo $1 | sed 's/.*-/-/'`
134 else os=; fi
142 case $os in
143 -sun*os*)
153 os=
157 os=-cnk
160 os=
166 os
[all...]
/freebsd-10-stable/contrib/unbound/
H A Dconfig.sub123 os=-$maybe_os
127 os=-linux-android
133 then os=`echo $1 | sed 's/.*-/-/'`
134 else os=; fi
142 case $os in
143 -sun*os*)
153 os=
157 os=-cnk
160 os=
166 os
[all...]
/freebsd-10-stable/contrib/ntp/sntp/libevent/build-aux/
H A Dconfig.sub123 os=-$maybe_os
127 os=-linux-android
133 then os=`echo $1 | sed 's/.*-/-/'`
134 else os=; fi
142 case $os in
143 -sun*os*)
153 os=
157 os=-cnk
160 os=
166 os
[all...]
/freebsd-10-stable/crypto/openssh/
H A Dconfig.sub130 os=-$maybe_os
134 os=-linux-android
140 then os=`echo $1 | sed 's/.*-/-/'`
141 else os=; fi
149 case $os in
150 -sun*os*)
160 os=
164 os=-cnk
167 os=
173 os
[all...]

Completed in 157 milliseconds

1234567891011>>