Searched refs:st (Results 101 - 125 of 649) sorted by relevance

1234567891011>>

/freebsd-9.3-release/usr.sbin/snapinfo/
H A Dsnapinfo.c55 struct stat st; local
92 stat(resolved, &st) == -1 || /* is it stat'able */
93 !S_ISDIR(st.st_mode)) { /* is it a directory */
142 compare_function(const char *path, const struct stat *st, int flags, argument
146 if (flags == FTW_F && st->st_ino == inode) {
151 printf(" (inode %d)", st->st_ino);
/freebsd-9.3-release/contrib/ofed/management/opensm/libvendor/
H A Dosm_vendor_mlx_rmpp_ctx.c52 ib_api_status_t st = IB_SUCCESS; local
73 st = osmv_rmpp_sar_init(&p_ctx->sar, p_arbt_mad, p_ctx->mad_sz,
75 if (st == IB_SUCCESS) {
81 return st;
119 ib_api_status_t st = IB_SUCCESS; local
126 st = osmv_rmpp_sar_get_mad_seg(&p_send_ctx->sar, seg_idx, p_buf);
127 if (st != IB_SUCCESS) {
182 return st;
188 ib_api_status_t st = IB_SUCCESS; local
200 st
345 ib_api_status_t st = IB_SUCCESS; local
[all...]
/freebsd-9.3-release/contrib/ntp/libntp/
H A Dstatestr.c423 u_int32 st
426 return decode_bitflags(st, " ", k_st_bits, COUNTOF(k_st_bits));
437 int st
450 getcode(CTL_SYS_LI(st), leap_codes),
451 getcode(CTL_SYS_SOURCE(st), sync_codes),
452 getevents(CTL_SYS_NEVNT(st)),
453 getcode(CTL_SYS_EVENT(st), sys_codes));
457 pst = (u_char)CTL_PEER_STATVAL(st);
461 getevents(CTL_PEER_NEVNT(st)));
462 if (CTL_PEER_EVENT(st) !
[all...]
/freebsd-9.3-release/lib/libc/include/
H A Dnss_tls.h53 static struct name##_state st; \
58 *p = &st; \
/freebsd-9.3-release/usr.sbin/cpucontrol/
H A Damd.c78 struct stat st; local
121 error = fstat(fd, &st);
126 if (st.st_size < 0 || (unsigned)st.st_size < sizeof(*fw_header)) {
133 fw_image = (uint32_t *)mmap(NULL, st.st_size, PROT_READ,
146 fw_size = (st.st_size - sizeof(*fw_header)) / sizeof(uint32_t);
162 args.size = st.st_size;
178 if(munmap(fw_image, st.st_size) != 0)
H A Dvia.c80 struct stat st; local
144 error = fstat(fd, &st);
149 if (st.st_size < 0 || (unsigned)st.st_size < sizeof(*fw_header)) {
157 fw_image = (uint32_t *)mmap(NULL, st.st_size, PROT_READ,
172 if (total_size > (unsigned)st.st_size || st.st_size < 0) {
218 if (munmap(fw_image, st.st_size) != 0)
/freebsd-9.3-release/crypto/openssh/
H A Dsftp-glob.c111 fudge_lstat(const char *path, struct stat *st) argument
118 attrib_to_stat(a, st);
124 fudge_stat(const char *path, struct stat *st) argument
131 attrib_to_stat(a, st);
/freebsd-9.3-release/gnu/lib/libregex/
H A Dregex.c53 # define regexec(pr, st, nm, pm, ef) __regexec (pr, st, nm, pm, ef)
57 # define re_set_registers(bu, re, nu, st, en) \
58 __re_set_registers (bu, re, nu, st, en)
/freebsd-9.3-release/lib/libpam/modules/pam_nologin/
H A Dpam_nologin.c65 struct stat st; local
107 if (fstat(fd, &st) == 0) {
108 mtmp = malloc(st.st_size + 1);
110 ss = read(fd, mtmp, st.st_size);
/freebsd-9.3-release/lib/msun/amd64/
H A De_remainder.S52 fstp %st
H A De_remainderf.S22 fstp %st
H A Ds_scalbnf.S36 fstp %st(1)
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dremote-fileio.c397 remote_fileio_to_fio_stat (struct stat *st, struct fio_stat *fst) argument
400 remote_fileio_to_fio_uint ((long) st->st_ino, fst->fst_ino);
401 remote_fileio_to_fio_mode (st->st_mode, fst->fst_mode);
402 remote_fileio_to_fio_uint ((long) st->st_nlink, fst->fst_nlink);
403 remote_fileio_to_fio_uint ((long) st->st_uid, fst->fst_uid);
404 remote_fileio_to_fio_uint ((long) st->st_gid, fst->fst_gid);
405 remote_fileio_to_fio_uint ((long) st->st_rdev, fst->fst_rdev);
406 remote_fileio_to_fio_ulong ((LONGEST) st->st_size, fst->fst_size);
407 remote_fileio_to_fio_ulong ((LONGEST) st->st_blksize, fst->fst_blksize);
409 remote_fileio_to_fio_ulong ((LONGEST) st
568 struct stat st; local
999 struct stat st; local
1040 struct stat st; local
1102 struct stat st; local
[all...]
/freebsd-9.3-release/sys/compat/svr4/
H A Dsvr4_termios.c76 if (st->c_cc[__CONCAT3(SVR4_,a,b)] == SVR4_POSIX_VDISABLE) \
79 bt->c_cc[__CONCAT(a,b)] = st->c_cc[__CONCAT3(SVR4_,a,b)]; \
84 if (st->f & __CONCAT3(SVR4_,a,b)) \
93 switch (st->f & __CONCAT3(SVR4_,a,b)) { \
102 switch (st->f & __CONCAT3(SVR4_,a,b)) { \
113 st->c_cc[__CONCAT3(SVR4_,a,b)] = SVR4_POSIX_VDISABLE; \
115 st->c_cc[__CONCAT3(SVR4_,a,b)] = bt->c_cc[__CONCAT(a,b)]
119 st->f |= __CONCAT3(SVR4_,a,b); \
121 st->f &= ~__CONCAT3(SVR4_,a,b)
124 st
491 struct svr4_termios st; local
[all...]
/freebsd-9.3-release/lib/libc/regex/
H A Dengine.c91 states st; /* current states */ member in struct:match
120 static void print(struct match *m, const char *caption, states st, int ch, FILE *d);
239 SETUP(m->st);
250 SP("mloop", m->st, *start);
774 states st = m->st; local
785 CLEAR(st);
786 SET1(st, startst);
787 SP("fast", st, *p);
788 st
880 states st = m->st; local
1104 print(struct match *m, const char *caption, states st, int ch, FILE *d) argument
[all...]
/freebsd-9.3-release/contrib/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);
/freebsd-9.3-release/contrib/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);
/freebsd-9.3-release/contrib/libucl/tests/
H A Dtest_speed.c65 struct stat st; local
83 (void)fstat (fin, &st);
84 map = mmap (NULL, st.st_size, PROT_READ, MAP_SHARED, fin, 0);
93 ucl_parser_add_chunk (parser, map, st.st_size);
146 munmap (map, st.st_size);
/freebsd-9.3-release/crypto/heimdal/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...]
/freebsd-9.3-release/contrib/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...]
/freebsd-9.3-release/usr.sbin/makefs/
H A Dwalk.c192 (unsigned long long)curino->st.st_dev,
193 (unsigned long long)curino->st.st_ino);
231 cur->inode->st = *stbuf;
481 dirnode->inode->st.st_gid, specnode->st_gid);
482 dirnode->inode->st.st_gid = specnode->st_gid;
486 dirnode->inode->st.st_mode & ALLPERMS, specnode->st_mode);
487 dirnode->inode->st.st_mode &= ~ALLPERMS;
488 dirnode->inode->st.st_mode |= (specnode->st_mode & ALLPERMS);
493 (long long)dirnode->inode->st.st_size,
495 dirnode->inode->st
[all...]
/freebsd-9.3-release/sys/rpc/
H A Dsvc.c253 SVCTHREAD *st; local
270 LIST_FOREACH(st, &pool->sp_idlethreads, st_ilink)
271 cv_signal(&st->st_cond);
337 SVCTHREAD *st; local
340 st = LIST_FIRST(&pool->sp_idlethreads);
341 if (st) {
342 LIST_REMOVE(st, st_ilink);
343 st->st_idle = FALSE;
345 xprt->xp_thread = st;
346 st
1076 SVCTHREAD *st, *stpref; local
1335 SVCTHREAD *st; local
1382 SVCTHREAD *st; local
[all...]
/freebsd-9.3-release/tools/test/testfloat/sparc64/
H A Dsystfloat.S57 st \src,[%sp+2231]
67 st \src,[%sp+2231]
85 st %i0,[%sp+2231]
88 st %f0,[%sp+2231]
103 st %i0,[%sp+2231]
121 st %i0,[%sp+2231]
144 st %f0,[%sp+2231]
197 st %i0,[%sp+2231]
200 st %f0,[%sp+2231]
215 st
[all...]
/freebsd-9.3-release/contrib/ntp/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...]

Completed in 274 milliseconds

1234567891011>>