Searched refs:st (Results 251 - 275 of 709) sorted by relevance

<<11121314151617181920>>

/freebsd-10.2-release/contrib/libarchive/libarchive/test/
H A Dtest_write_disk_appledouble.c86 struct stat st;
131 assertEqualInt(0, stat("file3", &st));
132 assertEqualInt(UF_COMPRESSED, st.st_flags & UF_COMPRESSED);
190 assertEqualInt(0, stat("file3", &st));
191 assertEqualInt(0, st.st_flags & UF_COMPRESSED);
/freebsd-10.2-release/crypto/openssh/
H A Dsftp.c937 struct sftp_statvfs st; local
944 if (do_statvfs(conn, path, &st, 1) == -1)
947 ffree = st.f_files ? (100 * (st.f_files - st.f_ffree) / st.f_files) : 0;
951 (unsigned long long)st.f_files,
952 (unsigned long long)(st.f_files - st.f_ffree),
953 (unsigned long long)st
[all...]
/freebsd-10.2-release/usr.bin/csup/
H A Dupdater.c72 struct status *st; member in struct:file_update
122 fup_new(struct coll *coll, struct status *st) argument
129 fup->st = st;
283 struct status *st; local
313 st = status_open(coll, coll->co_scantime, &errmsg);
314 if (st == NULL) {
318 fup = fup_new(coll, st);
320 status_close(st, &errmsg);
429 error = status_put(fup->st, s
879 struct status *st; local
951 struct status *st; local
1263 struct status *st; local
1541 struct status *st; local
[all...]
H A Drsyncfile.c76 struct stat st; local
80 error = stat(path, &st);
85 rf->fsize = st.st_size;
/freebsd-10.2-release/sys/dev/sound/pci/
H A Dals4000.c76 bus_space_tag_t st; member in struct:sc_info
110 bus_space_write_1(sc->st, sc->sh, ALS_GCR_INDEX, index);
111 return bus_space_read_4(sc->st, sc->sh, ALS_GCR_DATA);
117 bus_space_write_1(sc->st, sc->sh, ALS_GCR_INDEX, index);
118 bus_space_write_4(sc->st, sc->sh, ALS_GCR_DATA, data);
124 return bus_space_read_1(sc->st, sc->sh, ALS_SB_MPU_IRQ);
130 bus_space_write_1(sc->st, sc->sh, ALS_SB_MPU_IRQ, data);
136 bus_space_write_1(sc->st, sc->sh, ALS_MIXER_INDEX, index);
137 return bus_space_read_1(sc->st, sc->sh, ALS_MIXER_DATA);
143 bus_space_write_1(sc->st, s
[all...]
/freebsd-10.2-release/contrib/one-true-awk/
H A Dawkgram.y71 %type <i> do st
311 st: label
317 BREAK st { if (!inloop) SYNTAX("break illegal outside of loops");
319 | CONTINUE st { if (!inloop) SYNTAX("continue illegal outside of loops");
321 | do {inloop++;} stmt {--inloop;} WHILE '(' pattern ')' st
323 | EXIT pattern st { $$ = stat1(EXIT, $2); }
324 | EXIT st { $$ = stat1(EXIT, NIL); }
329 | NEXT st { if (infunc)
332 | NEXTFILE st { if (infunc)
335 | RETURN pattern st {
[all...]
/freebsd-10.2-release/contrib/wpa/src/utils/
H A Dos_win32.c33 SYSTEMTIME st; local
35 GetSystemTime(&st);
36 SystemTimeToFileTime(&st, &ft);
/freebsd-10.2-release/contrib/sendmail/libsm/
H A Dsmstdio.c290 struct stat st; local
297 if (fstat(fd, &st) == 0)
298 return st.st_size;
/freebsd-10.2-release/release/picobsd/tinyware/passwd/
H A Dpw_util.c125 struct stat st; local
138 if (fstat(lockfd, &st) < 0)
140 if (st.st_nlink != 0)
/freebsd-10.2-release/contrib/libarchive/cpio/test/
H A Dtest_option_c.c58 struct stat st; local
59 assertEqualInt(0, stat(p, &st));
60 return st.st_nlink;
/freebsd-10.2-release/sys/dev/scc/
H A Dscc_dev_quicc.c107 uint16_t rb, st; local
113 st = quicc_read2(bas, rb);
115 quicc_write2(bas, rb, st | 0x9000);
/freebsd-10.2-release/tools/regression/aio/aiop/
H A Daiop.c134 struct timeval st, et, rt; local
197 gettimeofday(&st, NULL);
215 timersub(&et, &st, &rt);
/freebsd-10.2-release/sys/contrib/octeon-sdk/
H A Docteon-feature.h150 cvmx_rnm_ctl_status_t st; local
151 st.u64 = cvmx_read_csr(CVMX_RNM_CTL_STATUS);
152 return st.s.eer_val;
/freebsd-10.2-release/usr.sbin/ppp/
H A Dtcp.c171 struct stat st; local
173 if (fstat(p->fd, &st) != -1 && (st.st_mode & S_IFSOCK)) {
/freebsd-10.2-release/contrib/opie/
H A Dopieftpd.c664 struct stat st; local
669 st.st_size = 0;
676 st.st_size = -1;
678 st.st_blksize = BUFSIZ;
687 (fstat(fileno(fin), &st) < 0 || (st.st_mode & S_IFMT) != S_IFREG)) {
711 dout = dataconn(name, st.st_size, "w");
715 send_data(fin, dout, st.st_blksize);
729 struct stat st; local
732 if (unique && stat(name, &st)
1178 struct stat st; local
1235 struct stat st; local
1371 struct stat st; local
1411 struct stat st; local
[all...]
/freebsd-10.2-release/contrib/sendmail/makemap/
H A Dmakemap.c94 int st; local
478 st = 1;
482 st = 0;
486 st = -1;
490 if (st < 0)
499 else if (st > 0)
/freebsd-10.2-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.2-release/usr.sbin/makefs/
H A Dcd9660.c871 newnode->fileDataLength = node->inode->st.st_size;
877 cd9660_time_915(newnode->isoDirRecord->date, node->inode->st.st_mtime);
1895 (int)inode->st.st_ino, inode->ino));
1911 to->node->inode->st.st_dev = 0;
1912 to->node->inode->st.st_ino = 0;
1913 to->node->inode->st.st_size = 0;
1914 to->node->inode->st.st_blksize = from->node->inode->st.st_blksize;
1915 to->node->inode->st.st_atime = from->node->inode->st
[all...]
/freebsd-10.2-release/contrib/tcp_wrappers/
H A Dsafe_finger.c153 struct stat st; local
163 if (fstat(i, &st) == -1 && open("/dev/null", 2) != i)
/freebsd-10.2-release/sys/dev/stg/
H A Dtmc18c30reg.h136 #define STG_IS_PHASE_DATA(st) \
137 ((((st) & PHASE_MASK) & ~BSTAT_IO) == BSTAT_BSY)
/freebsd-10.2-release/sys/kern/
H A Dsubr_kdb.c376 struct stack st; local
379 stack_zero(&st);
380 stack_save(&st);
381 stack_print_ddb(&st);
400 struct stack st; local
403 stack_zero(&st);
404 stack_save_td(&st, td);
405 stack_print_ddb(&st);
/freebsd-10.2-release/usr.sbin/ctm/ctm/
H A Dctm_input.c114 struct stat st; local
126 if ( -1 == stat(Buffer, &st) ) {
/freebsd-10.2-release/contrib/gdb/gdb/
H A Dmdebugread.c643 if (sh->st != stEnd && sh->st != stBlock)
659 switch (sh->st)
769 if (sh->st == stProc && sh->sc != scText)
780 switch (tsym.st)
789 "unknown symbol type 0x%x", sh->st);
821 if (sh->st == stProc)
859 top_stack->blocktype = sh->st;
912 switch (tsym.st)
1007 tsym.st);
3803 struct symtab *st = NULL; local
4777 struct symtab *st; local
[all...]
/freebsd-10.2-release/sys/dev/bwi/
H A Dif_bwi.c2072 struct bwi_txstats_data *st; local
2076 st = malloc(sizeof(*st), M_DEVBUF, M_NOWAIT | M_ZERO);
2077 if (st == NULL) {
2081 sc->sc_txstats = st;
2099 &st->stats_ring_dtag);
2106 error = bus_dmamem_alloc(st->stats_ring_dtag, &st->stats_ring,
2108 &st->stats_ring_dmap);
2112 bus_dma_tag_destroy(st
2181 struct bwi_txstats_data *st; local
2436 struct bwi_txstats_data *st = sc->sc_txstats; local
3407 struct bwi_txstats_data *st = sc->sc_txstats; local
[all...]
/freebsd-10.2-release/contrib/nvi/common/
H A Drecover.c339 int st; local
399 if ((st = rcv_dlnwrite(sp, "file", t, fp))) {
400 if (st == 1)
404 if ((st = rcv_dlnwrite(sp, "path", cp_path, fp))) {
405 if (st == 1)
520 int st; local
561 if ((st = rcv_dlnread(sp, &dtype, &data, fp))) {
562 if (st == 1)
632 int st; local
682 if ((st
[all...]

Completed in 201 milliseconds

<<11121314151617181920>>