Searched refs:st (Results 276 - 300 of 687) sorted by relevance

<<11121314151617181920>>

/freebsd-10.1-release/contrib/nvi/ex/
H A Dex_init.c199 int st = 0; local
214 st = 1;
220 st = 1;
224 if (st)
225 return st;
/freebsd-10.1-release/contrib/tcp_wrappers/
H A Dtcpdchk.c100 struct stat st; local
134 if (check_path(REAL_DAEMON_DIR, &st) < 0) {
136 } else if (!S_ISDIR(st.st_mode)) {
158 (void) check_path(hosts_allow_table, &st);
159 (void) check_path(hosts_deny_table, &st);
/freebsd-10.1-release/crypto/openssl/crypto/sha/asm/
H A Dsha1-sparcv9.pl261 st $A,[$ctx+0]
263 st $B,[$ctx+4]
265 st $C,[$ctx+8]
267 st $D,[$ctx+12]
269 st $E,[$ctx+16]
/freebsd-10.1-release/tools/regression/geom/ConfCmp/
H A DConfCmp.c175 struct stat st; local
194 fstat(fd, &st);
195 p = mmap(NULL, st.st_size, PROT_READ, MAP_NOCORE|MAP_PRIVATE, fd, 0);
196 i = XML_Parse(parser, p, st.st_size, 1);
199 munmap(p, st.st_size);
/freebsd-10.1-release/tools/regression/geom/MdLoad/
H A DMdLoad.c205 struct stat st; local
220 fstat(fd, &st);
221 p = mmap(NULL, st.st_size, PROT_READ, MAP_NOCORE|MAP_PRIVATE, fd, 0);
222 i = XML_Parse(parser, p, st.st_size, 1);
225 munmap(p, st.st_size);
/freebsd-10.1-release/usr.bin/killall/
H A Dkillall.c127 int st, nprocs; local
301 st = sysctl(mib, miblen, NULL, &size, NULL, 0);
310 st = sysctl(mib, miblen, procs, &size, NULL, 0);
311 } while (st == -1 && errno == ENOMEM);
312 if (st == -1)
/freebsd-10.1-release/usr.bin/tail/
H A Dforward.c324 forward(file->fp, file->file_name, style, off, &file->st);
349 fstat(fileno(file->fp), &file->st)
372 if (sb2.st_ino != file->st.st_ino ||
373 sb2.st_dev != file->st.st_dev ||
379 memcpy(&file->st, &sb2,
/freebsd-10.1-release/contrib/ofed/management/opensm/libvendor/
H A Dosm_vendor_mlx_ibmgt.c106 ib_api_status_t st = IB_SUCCESS; local
195 st = IB_ERROR;
209 st = IB_ERROR;
246 st = IB_ERROR;
274 st = IB_ERROR;
289 st = IB_ERROR;
330 st = IB_ERROR;
339 st = IB_ERROR;
353 return (ib_api_status_t) st;
/freebsd-10.1-release/usr.bin/catman/
H A Dcatman.c280 struct stat st; local
282 if (stat(dir, &st) < 0) {
290 if (find_hashtable(visited, st.st_ino, st.st_dev) != NULL) {
298 insert_hashtable(visited, st.st_ino, st.st_dev, "");
333 struct stat st; local
335 return lstat(path, &st) >= 0 && S_ISLNK(st.st_mode);
/freebsd-10.1-release/usr.bin/csup/
H A Dlister.c111 struct status *st; local
120 st = status_open(coll, -1, &l->errmsg);
121 if (st == NULL)
130 error = lister_coll(l, coll, st);
131 status_close(st, NULL);
146 lister_coll(struct lister *l, struct coll *coll, struct status *st) argument
159 while ((ret = status_get(st, NULL, 0, 0, &sr)) == 1) {
217 l->errmsg = status_errmsg(st);
221 assert(status_eof(st));
/freebsd-10.1-release/contrib/llvm/lib/Support/
H A DPath.cpp781 file_status st;
782 if (error_code ec = status(path, st))
784 result = is_directory(st);
793 file_status st;
794 if (error_code ec = status(path, st))
796 result = is_regular_file(st);
805 file_status st;
806 if (error_code ec = status(path, st))
808 result = is_symlink(st);
819 void directory_entry::replace_filename(const Twine &filename, file_status st) {
[all...]
/freebsd-10.1-release/sys/dev/cfi/
H A Dcfi_core.c480 uint32_t st0 = 0, st = 0; local
496 st = cfi_read(sc, ofs);
497 done = (st & CFI_INTEL_STATUS_WSMS);
500 st &= ~(CFI_INTEL_XSTATUS_RSVD |
503 if (st & CFI_INTEL_STATUS_DPS)
505 else if (st & CFI_INTEL_STATUS_PSLBS)
507 else if (st & CFI_INTEL_STATUS_ECLBS)
509 else if (st)
516 st = cfi_read(sc, ofs);
517 done = ((st
557 uint32_t st; local
[all...]
/freebsd-10.1-release/usr.sbin/makefs/cd9660/
H A Diso9660_rrip.c349 S_ISLNK(node->node->inode->st.st_mode))
354 ((S_ISCHR(node->node->inode->st.st_mode) ||
355 S_ISBLK(node->node->inode->st.st_mode)))) {
639 cd9660_bothendian_dword(pxinfo->inode->st.st_mode,
641 cd9660_bothendian_dword(pxinfo->inode->st.st_nlink,
643 cd9660_bothendian_dword(pxinfo->inode->st.st_uid,
645 cd9660_bothendian_dword(pxinfo->inode->st.st_gid,
647 cd9660_bothendian_dword(pxinfo->inode->st.st_ino,
659 if (sizeof (fnode->inode->st.st_dev) > 32)
660 cd9660_bothendian_dword((uint64_t)fnode->inode->st
[all...]
/freebsd-10.1-release/crypto/openssh/
H A Dsftp-client.c284 get_decode_statvfs(struct sftp_conn *conn, struct sftp_statvfs *st, argument
313 memset(st, 0, sizeof(*st));
314 st->f_bsize = buffer_get_int64(&msg);
315 st->f_frsize = buffer_get_int64(&msg);
316 st->f_blocks = buffer_get_int64(&msg);
317 st->f_bfree = buffer_get_int64(&msg);
318 st->f_bavail = buffer_get_int64(&msg);
319 st->f_files = buffer_get_int64(&msg);
320 st
958 do_statvfs(struct sftp_conn *conn, const char *path, struct sftp_statvfs *st, int quiet) argument
985 do_fstatvfs(struct sftp_conn *conn, const char *handle, u_int handle_len, struct sftp_statvfs *st, int quiet) argument
1040 struct stat st; local
[all...]
/freebsd-10.1-release/usr.sbin/bluetooth/bthidd/
H A Dkbd.c515 vkbd_status_t st; local
524 memcpy(&st, data, sizeof(st));
545 if (st.leds & LED_NUM)
550 if (st.leds & LED_CAP)
555 if (st.leds & LED_SCR)
/freebsd-10.1-release/usr.sbin/pw/
H A Dpw_user.c110 struct stat st; local
178 if (stat(cnf->home, &st) == -1) {
202 if (stat(dbuf, &st) == -1) {
205 if (stat(dbuf, &st) == -1) {
209 } else if (!S_ISDIR(st.st_mode))
214 if (stat(dbuf, &st) == -1) {
220 } else if (!S_ISDIR(st.st_mode))
263 if (stat(cnf->dotdir = arg->val, &st) == -1 || !S_ISDIR(st.st_mode))
474 if (stat(home, &st) !
1282 struct stat st; local
[all...]
/freebsd-10.1-release/cddl/contrib/dtracetoolkit/Bin/
H A Dstatsnoop82 while getopts aAcef:ghln:p:st:vxZ name
/freebsd-10.1-release/cddl/contrib/dtracetoolkit/
H A Dstatsnoop82 while getopts aAcef:ghln:p:st:vxZ name
/freebsd-10.1-release/contrib/llvm/include/llvm/Support/
H A DFileSystem.h797 explicit directory_entry(const Twine &path, file_status st = file_status())
799 , Status(st) {}
803 void assign(const Twine &path, file_status st = file_status()) {
805 Status = st;
808 void replace_filename(const Twine &filename, file_status st = file_status());
925 file_status st; local
926 if ((ec = State->Stack.top()->status(st))) return *this;
927 if (is_directory(st)) {
/freebsd-10.1-release/contrib/sendmail/vacation/
H A Dvacation.c831 int st; local
841 st = Db->smdb_get(Db, &key, &data, 0);
842 if (st != SMDBE_OK)
855 st = Db->smdb_get(Db, &key, &data, 0);
856 if (st == SMDBE_OK)
1043 union wait st; local
1045 auto int st;
1057 (void) wait(&st);
/freebsd-10.1-release/etc/
H A Dnewsyslog.conf37 /var/log/sendmail.st 640 10 * 168 BN
/freebsd-10.1-release/sys/dev/sound/pci/
H A Daureal.c76 bus_space_tag_t st[3]; member in struct:au_info
98 return bus_space_read_1(au->st[mapno], au->sh[mapno], regno);
100 return bus_space_read_2(au->st[mapno], au->sh[mapno], regno);
102 return bus_space_read_4(au->st[mapno], au->sh[mapno], regno);
113 bus_space_write_1(au->st[mapno], au->sh[mapno], regno, data);
116 bus_space_write_2(au->st[mapno], au->sh[mapno], regno, data);
119 bus_space_write_4(au->st[mapno], au->sh[mapno], regno, data);
592 au->st[i] = rman_get_bustag(reg[j]);
H A Dfm801.c137 bus_space_tag_t st; member in struct:fm801_info
178 return (bus_space_read_1(fm801->st, fm801->sh, regno));
180 return (bus_space_read_2(fm801->st, fm801->sh, regno));
182 return (bus_space_read_4(fm801->st, fm801->sh, regno));
194 bus_space_write_1(fm801->st, fm801->sh, regno, data);
197 bus_space_write_2(fm801->st, fm801->sh, regno, data);
200 bus_space_write_4(fm801->st, fm801->sh, regno, data);
602 fm801->st = rman_get_bustag(fm801->reg);
H A Dvia82c686.c76 bus_space_tag_t st; member in struct:via_info
112 return bus_space_read_1(via->st, via->sh, regno);
114 return bus_space_read_2(via->st, via->sh, regno);
116 return bus_space_read_4(via->st, via->sh, regno);
129 bus_space_write_1(via->st, via->sh, regno, data);
132 bus_space_write_2(via->st, via->sh, regno, data);
135 bus_space_write_4(via->st, via->sh, regno, data);
528 via->st = rman_get_bustag(via->reg);
/freebsd-10.1-release/sys/dev/usb/
H A Dusb_request.h55 struct mtx *mtx, struct usb_status *st);
63 struct usb_hub_status *st);

Completed in 305 milliseconds

<<11121314151617181920>>