Searched refs:st (Results 126 - 150 of 1036) sorted by relevance

1234567891011>>

/macosx-10.10/dcerpc-61/dcerpc/perf/
H A Dperf.c352 unsigned32 *st
374 rpc_binding_to_string_binding(bv->binding_h[0], &bstr, st);
375 rpc_string_binding_parse(bstr, NULL, &protseq, NULL, NULL, NULL, st);
376 rpc_server_use_protseq(protseq, 1, st);
377 if (*st != 0)
380 error_text(*st));
383 rpc_string_free(&protseq, st);
384 rpc_string_free(&bstr, st);
394 rpc_server_inq_bindings(&fwd_bv, st);
398 *st
423 (uuid_p_t) NULL, (rpc_mgr_epv_t) &perfb_mgr_epv, st); local
687 unsigned32 st; local
707 unsigned32 st; local
761 unsigned32 st; local
[all...]
H A Dclient.c460 unsigned32 st;
464 ((idl_char *) name, (rpc_binding_handle_t *) &h, &st);
466 if (st != rpc_s_ok)
469 name, error_text (st));
477 &st);
479 if (st != rpc_s_ok)
482 error_text (st));
488 rpc_mgmt_set_com_timeout (h, (unsigned32) timeout, &st);
490 if (st != rpc_s_ok)
493 error_text (st));
451 unsigned32 st; local
561 unsigned32 st; local
581 unsigned32 st; local
604 unsigned32 st; local
717 unsigned32 st; local
767 unsigned32 st; local
836 unsigned32 st; local
904 unsigned32 st; local
979 unsigned32 st; local
1053 unsigned32 st; local
1328 unsigned32 st; local
1431 unsigned32 st; local
1756 unsigned32 st; local
1893 unsigned32 st; local
2411 unsigned32 st; local
2585 unsigned32 st; local
[all...]
/macosx-10.10/dcerpc-61/dcerpc/ncklib/
H A Dcommonp.h242 # define UUID_EQ(uuid1, uuid2, st) \
243 (uuid_equal(&(uuid1), &(uuid2), (st)))
262 # define UUID_IS_NIL(uuid_ptr, st) \
263 (*(st) = 0, (uuid_ptr) == NULL || UUID_EQ(*(uuid_ptr), uuid_g_nil_uuid, st))
334 #define SWAP_INPLACE_16(ptr, end_of_pkt, st) { \
338 *(st) = rpc_s_ok; \
342 *(st) = rpc_s_bad_pkt; \
348 #define SWAP_INPLACE_32(ptr, end_of_pkt, st) { \
352 *(st)
[all...]
H A Dnoauth.c131 int st, i; local
140 st = rpc_s_authn_authz_mismatch;
146 st = rpc_s_unsupported_authn_level;
193 noauth_info->status = st;
194 *stp = st;
223 unsigned32 *st
234 prot_id = rpc__noauth_dg_init (&prot_epv, st);
235 if (*st == rpc_s_ok)
241 prot_id = rpc__noauth_cn_init (&prot_epv, st);
242 if (*st
[all...]
H A Ddgexec.c113 unsigned32 /*st*/
144 unsigned32 st
150 switch ((int)st)
164 RPC_DBG_GPRINTF(("(queue_mapped_reject) unknown status; st=0x%x\n", st));
177 iovec.elt[0].data_len = sizeof(st);
214 RPC_DBG_GPRINTF(("(queue_mapped_reject) st=0x%x => 0x%x [%s]\n",
215 st, mst, rpc__dg_act_seq_string(&scall->c.xq.hdr)));
244 unsigned32 st, reject_st; local
426 rpc__naf_addr_copy(scall->c.addr, &addr, &st);
[all...]
H A Dcomep.c158 unsigned32 * /*st*/
352 unsigned32 st;
523 rpc__tower_free(&ept_entry->tower, &st);
529 rpc__tower_ref_vec_free(&tower_vec, &st);
535 rpc_binding_free(&ep_binding, &st);
584 rpc_ep_unregister(ifspec, bvp, object_uuid_vec, &st);
631 rpc_ep_unregister(ifspec, bvp, ovp, &st);
695 unsigned32 i, j, k, st;
824 &tower_vec, &st);
825 if (st !
348 unsigned32 st; local
690 unsigned32 i, j, k, st; local
[all...]
H A Dcncall.c131 #define RPC_CN_FORWARD_QUEUED_CANCELS(call_r, st) \
135 rpc__cn_call_forward_cancel (call_r, st); \
143 #define RPC_CN_CHK_AND_FWD_CANCELS(call_r, st) \
146 RPC_CN_FORWARD_QUEUED_CANCELS (call_r, st); \
170 unsigned32 * /*st*/
210 ** st The return status of this routine.
234 unsigned32 *st
248 CODING_ERROR (st);
274 st);
275 if (*st !
604 st); local
2080 unsigned32 st; local
[all...]
H A Ddg.c199 PRIVATE void rpc__dg_call_transmit_int(call, data, st)
202 unsigned32 *st;
222 *st = call->status;
223 if (*st != rpc_s_ok)
230 *st = rpc_s_call_orphaned;
305 *st = rpc_s_in_args_too_big;
352 rpc__dg_call_wait(call, rpc_e_dg_wait_on_network_event, st);
353 if (*st != rpc_s_ok)
357 tmp = rpc__dg_pkt_alloc_xqe(call, st);
358 if (*st !
[all...]
H A Dgssauth.c115 unsigned32 /* out */ * /*st*/
125 unsigned32 /* out */ * /*st*/
135 unsigned32 /* out */ * /*st*/
145 unsigned32 /* out */ * /*st*/
152 unsigned32 /* out */ * /*st*/
157 unsigned32 /* out */ * /*st*/
163 unsigned32 /* out */ * /*st*/
268 unsigned32 st; local
288 st = rpc_s_authn_authz_mismatch;
295 st
680 unsigned32 st; local
[all...]
/macosx-10.10/ntp-92/libopts/
H A Denvironment.c181 tOptState st; local
196 st.pOD = pOpts->pOptDesc;
202 for (;ct-- > 0; st.pOD++) {
206 if ( ((st.pOD->fOptState & OPTST_NO_INIT) != 0)
207 || (st.pOD->optEquivIndex != NO_EQUIVALENT) )
214 if (strlen( st.pOD->pz_NAME ) >= spaceLeft)
220 strcpy( pzFlagName, st.pOD->pz_NAME );
221 checkEnvOpt(&st, zEnvName, pOpts, type);
229 st.pOD = pOpts->pOptDesc + pOpts->specOptIdx.save_opts + 1;
230 strcpy( pzFlagName, st
[all...]
/macosx-10.10/ntp-92/sntp/libopts/
H A Denvironment.c181 tOptState st; local
196 st.pOD = pOpts->pOptDesc;
202 for (;ct-- > 0; st.pOD++) {
206 if ( ((st.pOD->fOptState & OPTST_NO_INIT) != 0)
207 || (st.pOD->optEquivIndex != NO_EQUIVALENT) )
214 if (strlen( st.pOD->pz_NAME ) >= spaceLeft)
220 strcpy( pzFlagName, st.pOD->pz_NAME );
221 checkEnvOpt(&st, zEnvName, pOpts, type);
229 st.pOD = pOpts->pOptDesc + pOpts->specOptIdx.save_opts + 1;
230 strcpy( pzFlagName, st
[all...]
/macosx-10.10/ksh-23/ksh/src/lib/libast/path/
H A Dpathprobe.c75 struct stat st; local
84 if ((vfs.f_flag & ST_NOSUID) && (stat(path, &st) || st.st_uid != getuid() && st.st_uid != geteuid()))
126 struct stat st; local
157 if (pathpath(lib, "", PATH_ABSOLUTE, path, pathsize) && !stat(path, &st) && (st.st_mode & S_IWUSR))
170 if (!stat(path, &st) && st.st_size && ptime < (unsigned long)st
[all...]
H A Dpathfind.c57 struct stat st; local
59 if (dir && *dir && !streq(dir, ".") && directory(dir, &st))
90 struct stat st; local
100 if (regular(name, &st))
108 if (regular(buf, &st))
122 if (regular(buf, &st))
127 if (regular(buf, &st))
/macosx-10.10/apache-793/httpd/modules/lua/
H A Dlua_dbd.c385 lua_db_prepared_statement *st = 0; local
395 st = (lua_db_prepared_statement*) lua_topointer(L, -1);
400 if (st->variables != -1 && have < st->variables ) {
404 st->variables, have);
407 vars = apr_pcalloc(st->db->pool, have*sizeof(char *));
413 if (st->db && st->db->alive) {
420 rc = apr_dbd_pselect(st->db->driver, st
476 lua_db_prepared_statement *st = 0; local
550 lua_db_prepared_statement* st; local
622 lua_db_prepared_statement* st; local
[all...]
/macosx-10.10/Heimdal-398.1.2/lib/krb5/
H A Dsalt.c44 struct salt_type *st; local
53 for (st = e->keytype->string_to_key; st && st->type; st++) {
54 if (st->type == stype) {
55 *string = strdup (st->name);
76 struct salt_type *st; local
85 for (st = e->keytype->string_to_key; st
192 struct salt_type *st; local
[all...]
/macosx-10.10/Heimdal-398.1.2/appl/ftp/common/
H A Dcommon.h58 void *alloc_buffer (void *oldbuf, size_t *sz, struct stat *st);
/macosx-10.10/gnutar-453/gnutar/lib/
H A Dgetcwd.c141 struct stat st;
186 if (__lstat (".", &st) < 0)
188 thisdev = st.st_dev;
189 thisino = st.st_ino;
191 if (__lstat ("/", &st) < 0)
193 rootdev = st.st_dev;
194 rootino = st.st_ino;
213 parent_status = fstat (fd, &st);
218 parent_status = __lstat (dotlist, &st);
230 dotdev = st
140 struct stat st; local
[all...]
H A Dutime.c68 struct stat st;
73 || fstat (fd, &st) < 0
81 || (st.st_size == 0 && ftruncate (fd, st.st_size) < 0))
/macosx-10.10/postfix-255/postfix/src/util/
H A Dstream_test.c22 struct stat st; local
24 if (fstat(fd, &st) < 0)
27 vstream_printf("dev %ld\n", (long) st.st_dev);
28 vstream_printf("ino %ld\n", (long) st.st_ino);
/macosx-10.10/procmail-14/procmail/src/
H A Dexopen.h7 rlink P((const char*const old,const char*const newn,struct stat*st)),
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-framework-SystemConfiguration-2.5.1/PyObjCTest/
H A Dtest_SCDynamicStoreCopyDHCPInfo.py9 def callback(st, keys, info):
12 st = SCDynamicStoreCreate(None, "pyobjc.test", callback, None)
13 self.assertTrue(isinstance(st, SCDynamicStoreRef))
26 info = SCDynamicStoreCopyDHCPInfo(st, None)
/macosx-10.10/Libc-1044.1.2/locale/FreeBSD/
H A Dldpart.c62 struct stat st; local
80 if (_fstat(fd, &st) != 0)
82 if (st.st_size <= 0) {
86 bufsize = namesize + st.st_size;
93 plim = p + st.st_size;
94 if (_read(fd, p, (size_t) st.st_size) != st.st_size)
/macosx-10.10/OpenSSL098-52/src/crypto/camellia/
H A Dcmll_locl.h86 # define PUTU32(ct, st) { *((u32 *)(ct)) = SWAP((st)); }
95 # define PUTU32(ct, st) { (ct)[0] = (u8)((st) >> 24); \
96 (ct)[1] = (u8)((st) >> 16); \
97 (ct)[2] = (u8)((st) >> 8); \
98 (ct)[3] = (u8)(st); }
/macosx-10.10/bash-94.1.2/bash-3.2/lib/sh/
H A Dmailstat.c55 mailstat(path, st)
57 struct stat *st;
70 if ((i = stat(path, st)) != 0 || S_ISDIR(st->st_mode) == 0)
83 st_ret = *st;
118 *st = st_ret_last;
157 *st = st_ret_last = st_ret;
/macosx-10.10/gnutar-453/gnutar/src/
H A Dextract.c193 struct stat st; local
196 if (stat (file_name, &st) != 0)
201 cur_info = &st;
254 struct tar_stat_info const *st,
274 ts[0] = st->atime;
277 ts[1] = st->mtime;
307 chown_result = lchown (file_name, st->stat.st_uid, st->stat.st_gid);
312 chown_result = chown (file_name, st->stat.st_uid, st
253 set_stat(char const *file_name, struct tar_stat_info const *st, struct stat const *cur_info, mode_t invert_permissions, enum permstatus permstatus, char typeflag) argument
353 delay_set_stat(char const *file_name, struct tar_stat_info const *st, mode_t invert_permissions, enum permstatus permstatus) argument
387 struct stat st; local
537 struct stat st; local
628 struct stat st; local
660 struct tar_stat_info st; local
689 struct stat st; local
716 struct stat st; local
932 struct stat st; local
1377 struct stat st; local
[all...]

Completed in 281 milliseconds

1234567891011>>