Searched refs:st (Results 201 - 225 of 1036) sorted by relevance

1234567891011>>

/macosx-10.10/libarchive-30/libarchive/libarchive/
H A Darchive_read_open_fd.c71 struct stat st; local
76 if (fstat(fd, &st) != 0) {
99 if (S_ISREG(st.st_mode)) {
100 archive_read_extract_set_skip_file(a, st.st_dev, st.st_ino);
H A Darchive_read_open_file.c71 struct stat st; local
93 if (fstat(fileno(mine->f), &st) == 0 && S_ISREG(st.st_mode)) {
94 archive_read_extract_set_skip_file(a, st.st_dev, st.st_ino);
/macosx-10.10/libarchive-30/libarchive/libarchive/test/
H A Dtest_extattr_freebsd.c47 struct stat st;
129 assertEqualInt(0, stat("test0", &st));
130 assertEqualInt(st.st_mtime, 123456);
140 assertEqualInt(0, stat("test1", &st));
141 assertEqualInt(st.st_mtime, 12345678);
/macosx-10.10/postfix-255/postfix/src/local/
H A Dfile.c85 struct stat st; local
162 S_IRUSR | S_IWUSR, &st, -1, -1,
166 if (S_ISREG(st.st_mode) && st.st_mode & (S_IXUSR | S_IXGRP | S_IXOTH)) {
171 S_ISREG(st.st_mode) ? copy_flags :
/macosx-10.10/ksh-23/ksh/src/lib/libcmd/
H A Dfds.c170 struct stat st; local
217 else if (fstat(unit, &st) || !(sp = sfnew(NiL, NiL, SF_UNBOUND, unit, SF_WRITE)))
221 if (fstat(i, &st))
252 sfprintf(sp, "%02d %s%s %s %s\n", i, m, x, fmtmode(st.st_mode, 0), s);
272 if (!st.st_mode)
273 st.st_mode = S_IFSOCK|S_IRUSR|S_IWUSR;
346 sfprintf(sp, "%02d %s%s %s /dev/%s/%s/%d\n", i, m, x, fmtmode(st.st_mode, 0), s, a, port);
348 sfprintf(sp, "%02d %s%s %s /dev/%s/%s\n", i, m, x, fmtmode(st.st_mode, 0), s, a);
352 sfprintf(sp, "%02d %s%s %s /dev/inode/%u/%u\n", i, m, x, fmtmode(st.st_mode, 0), st
[all...]
/macosx-10.10/ntp-92/libntp/
H A Dstatestr.c232 int st
242 strcpy(cb, getcode(CTL_SYS_LI(st), leap_codes));
244 strcat(cb, getcode(CTL_SYS_SOURCE(st), sync_codes));
246 strcat(cb, getevents(CTL_SYS_NEVNT(st)));
248 strcat(cb, getcode(CTL_SYS_EVENT(st), sys_codes));
256 pst = (u_char) CTL_PEER_STATVAL(st);
292 strcat(cb, getevents(CTL_PEER_NEVNT(st)));
293 if (CTL_PEER_EVENT(st) != EVNT_UNSPEC) {
295 strcat(cb, getcode(CTL_PEER_EVENT(st),
302 strcat(cb, getevents(CTL_SYS_NEVNT(st)));
[all...]
/macosx-10.10/emacs-93/emacs/lisp/progmodes/
H A Dperl-mode.el145 (let ((st (make-syntax-table (standard-syntax-table))))
146 (modify-syntax-entry ?\n ">" st)
147 (modify-syntax-entry ?# "<" st)
150 (modify-syntax-entry ?$ "/" st)
151 (modify-syntax-entry ?% ". p" st)
152 (modify-syntax-entry ?@ ". p" st)
153 (modify-syntax-entry ?& "." st)
154 (modify-syntax-entry ?\' "\"" st)
155 (modify-syntax-entry ?* "." st)
156 (modify-syntax-entry ?+ "." st)
[all...]
/macosx-10.10/Heimdal-398.1.2/appl/ftp/ftpd/
H A Dls.c72 struct stat st; member in struct:fileinfo
154 struct stat *st = &file->st; local
156 file->inode = st->st_ino;
157 file->bsize = block_convert(st->st_blocks);
159 if(S_ISDIR(st->st_mode)) {
163 else if(S_ISCHR(st->st_mode))
165 else if(S_ISBLK(st->st_mode))
167 else if(S_ISREG(st->st_mode)) {
169 if(st
[all...]
/macosx-10.10/groff-38/groff/src/preproc/eqn/
H A Dtext.cpp103 static void set_special_char_type(const char *ch, int st, int ft) argument
110 if (st >= 0)
111 p->spacing_type = st;
259 void char_box::handle_char_type(int st, int ft) argument
261 if (st >= 0)
262 char_table[c].spacing_type = st;
267 void special_char_box::handle_char_type(int st, int ft) argument
269 set_special_char_type(s, st, ft);
275 int st = lookup_spacing_type(type); local
277 if (st <
347 handle_char_type(int st, int ft) argument
[all...]
/macosx-10.10/libarchive-30/libarchive/contrib/shar/
H A Dtree.c118 struct stat st; member in struct:tree
123 #define hasStat 16 /* The st entry is set. */
388 if (stat(t->basename, &t->st) != 0)
392 return (&t->st);
415 const struct stat *st; local
435 st = tree_current_stat(t);
437 if (st == NULL)
440 return (S_ISDIR(st->st_mode));
451 const struct stat *st; local
468 st
482 const struct stat *st = tree_current_lstat(t); local
[all...]
/macosx-10.10/dcerpc-61/dcerpc/ncklib/
H A Dcomsoc.c537 unsigned32 *st
543 CODING_ERROR (st);
553 *st = rpc_s_no_memory;
557 (*rpc_g_protocol_id[binding_r->protocol_id].binding_epv->binding_changed) (binding_r, st);
559 if (*st)
564 *st = rpc_s_ok;
575 unsigned32 *st
580 CODING_ERROR (st);
592 *st = rpc_s_ok;
662 unsigned32 *st
[all...]
H A Ddgfwd.c155 unsigned32 st; local
179 UUID_IS_NIL(&hdrp->if_id, &st))
208 &st);
210 if (st != rpc_s_ok)
213 ("(rpc__dg_fwd_pkt) fwd map function returned error (st=%08lx, ptype=%s) [%s]\n",
214 (unsigned long)st,
292 unsigned32 st; local
316 * Set up the 1st two components of the forwarded pkt. Note that
413 rpc__naf_addr_free(&fwd_addr, &st);
492 unsigned32 st; local
[all...]
H A Ddgsoc.c110 unsigned32 * /*st*/
204 unsigned32 *st
216 *st = rpc_s_ok;
324 *st = rpc_s_cant_create_sock;
341 *st = rpc_s_cant_bind_sock;
490 pseq_id, (dce_pointer_t) eltp, st);
492 if (*st != rpc_s_ok)
529 unsigned32 *st
534 use_protseq(true, pseq_id, rpc_addr, endpoint, &sp_elt, st);
535 if (*st
554 unsigned32 st; local
584 unsigned32 st; local
[all...]
/macosx-10.10/postfix-255/postfix/src/postsuper/
H A Dpostsuper.c394 #define READY_MESSAGE(st) (((st).st_mode & S_IRWXU) == MAIL_QUEUE_STAT_READY)
463 struct stat st; local
490 if (mail_open_ok(*msg_qpp, queue_id, &st, &msg_path) != MAIL_OPEN_YES)
509 struct stat st; local
538 if (mail_open_ok(*msg_qpp, queue_id, &st, &old_path) != MAIL_OPEN_YES)
559 struct stat st; local
592 if (mail_open_ok(*msg_qpp, queue_id, &st, &old_path) != MAIL_OPEN_YES)
610 struct stat st; local
633 if (mail_open_ok(*msg_qpp, queue_id, &st,
664 fix_queue_id(const char *actual_path, const char *actual_queue, const char *actual_id, struct stat * st) argument
732 struct stat st; local
940 fix_queue_id(STR(actual_path), queue_name, path, &st); local
1066 struct stat st; local
[all...]
/macosx-10.10/zsh-61/zsh/Src/
H A Dzsh_system.h833 # define GET_ST_ATIME_NSEC(st) (st).st_atim.tv_nsec
835 # define GET_ST_ATIME_NSEC(st) (st).st_atimespec.tv_nsec
837 # define GET_ST_ATIME_NSEC(st) (st).st_atimensec
840 # define GET_ST_MTIME_NSEC(st) (st).st_mtim.tv_nsec
842 # define GET_ST_MTIME_NSEC(st) (st)
[all...]
/macosx-10.10/Heimdal-398.1.2/lib/roken/
H A Droken-common.h293 #define SE_PROCSTATUS(st) (((st) >= 0 && (st) < 126)? st: -1)
294 #define SE_PROCSIGNAL(st) (((st) >= 128)? (st) - 128: -1)
295 #define SE_IS_ERROR(st) ((st) < 0 || (st) >
[all...]
/macosx-10.10/dcerpc-61/dcerpc/idl_lib/
H A Dpickling.c146 error_status_t *st /* [out] status */
154 *st = rpc_s_no_memory;
162 uuid_create_nil(&(p_es_state->IDL_pickle_header.IDL_syntax_id.id), st);
169 *st = idl_es_add_state_to_handle(p_es_state);
170 if (*st == error_status_ok)
192 error_status_t *st /* [out] status */
200 *st = rpc_s_no_memory;
208 uuid_create_nil(&(p_es_state->IDL_pickle_header.IDL_syntax_id.id), st);
214 *st = rpc_s_ss_bad_buffer;
222 *st
1448 idl_es_set_attrs( idl_es_handle_t h, unsigned32 flags, error_status_t *st) argument
1466 idl_es_inq_attrs( idl_es_handle_t h, unsigned32 *flags, error_status_t *st) argument
[all...]
/macosx-10.10/rsync-45/rsync/
H A Dsyscall.c255 int do_stat(const char *fname, STRUCT_STAT *st) argument
258 return stat64(fname, st);
260 return stat(fname, st);
264 int do_lstat(const char *fname, STRUCT_STAT *st) argument
268 return lstat64(fname, st);
270 return lstat(fname, st);
273 return do_stat(fname, st);
277 int do_fstat(int fd, STRUCT_STAT *st) argument
280 return fstat64(fd, st);
282 return fstat(fd, st);
[all...]
/macosx-10.10/bind9-45.101/bind9/lib/isc/win32/
H A Dtime.c258 SYSTEMTIME st; local
266 FileTimeToSystemTime(&localft, &st)) {
267 GetDateFormat(LOCALE_USER_DEFAULT, 0, &st, "dd-MMM-yyyy",
270 TIME_FORCE24HOURFORMAT, &st, NULL, TimeBuf, 50);
273 st.wMilliseconds);
281 SYSTEMTIME st; local
288 if (FileTimeToSystemTime(&t->absolute, &st)) {
289 GetDateFormat(LOCALE_USER_DEFAULT, 0, &st,
293 &st, "hh':'mm':'ss", TimeBuf, 50);
303 SYSTEMTIME st; local
[all...]
/macosx-10.10/gnutar-453/gnutar/src/
H A Dcommon.h234 #define OLDER_STAT_TIME(st, m) \
235 (timespec_cmp (get_stat_##m##time (&(st)), newer_mtime_option) < 0)
238 #define OLDER_TAR_STAT_TIME(st, m) \
239 (timespec_cmp ((st).m##time, newer_mtime_option) < 0)
433 void mv_begin (struct tar_stat_info *st);
454 bool file_dumpable_p (struct tar_stat_info *st);
457 void dump_file (const char *st, int top_level, dev_t parent_device);
458 union block *start_header (struct tar_stat_info *st);
459 void finish_header (struct tar_stat_info *st, union block *header,
462 union block * write_extended (bool global, struct tar_stat_info *st,
[all...]
/macosx-10.10/tcl-105/tcl_ext/bwidget/bwidget/
H A Dfont.tcl209 foreach st $_styles {
210 set name [lindex [BWidget::getname $st] 0]
216 ttk::checkbutton $subf.$st -text $name \
217 -variable SelectFont::$path\($st\) \
220 checkbutton $subf.$st -text $name \
221 -variable SelectFont::$path\($st\) \
226 bind $subf.$st <Return> break
227 pack $subf.$st -anchor w -padx 5
341 foreach st $_styles {
343 ttk::checkbutton $path.$st
[all...]
/macosx-10.10/tcsh-65/tcsh/
H A Dtc.os.c291 struct sf *st; local
300 else if ((st = sfxcode((short) (p[i] & SPATH_MASK))) != NULL)
301 xprintf("%s ", st->sf_ctype);
319 else if ((st = sfnum(p[i])) != NULL)
320 xprintf("%s ", st->sf_sname);
337 struct sf *st; local
353 else if ((st = sfctype(s)) != NULL)
354 p[i] = SPATH_CPU | st->sf_ccode;
357 else if ((st = sfname(s)) != NULL)
358 p[i] = st
378 struct sf *st; local
389 struct sf *st; local
421 struct sf *st; local
1444 apperr(status_$t *st) argument
1464 status_$t st; local
1539 status_$t st; local
1562 static status_$t st; local
[all...]
/macosx-10.10/OpenSSL098-52/src/util/
H A Dmkstack.pl68 #define sk_${type_thing}_new(st) SKM_sk_new($type_thing, (st))
70 #define sk_${type_thing}_free(st) SKM_sk_free($type_thing, (st))
71 #define sk_${type_thing}_num(st) SKM_sk_num($type_thing, (st))
72 #define sk_${type_thing}_value(st, i) SKM_sk_value($type_thing, (st), (i))
73 #define sk_${type_thing}_set(st, i, val) SKM_sk_set($type_thing, (st), (
[all...]
/macosx-10.10/adv_cmds-158/tabs/
H A Dtabs.c85 const char *cr, *ct, *st, *ML; local
148 if ((st = tgetstr("st", &ap)) == NULL)
172 putp(st);
175 putp(st);
179 putp(st);
182 putp(st);
/macosx-10.10/bash-94.1.2/bash-3.2/lib/sh/
H A Deaccess.c139 struct stat st; local
141 if (sh_stat (path, &st) < 0)
152 if (st.st_mode & S_IXUGO)
156 if (st.st_uid == current_user.euid) /* owner */
158 else if (group_member (st.st_gid))
161 if (st.st_mode & mode)

Completed in 284 milliseconds

1234567891011>>