Searched refs:st (Results 151 - 175 of 1269) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.dg/compat/
H A Dstruct-complex-1.h3 struct st struct
H A Dunion-m128-1_y.c20 foo (SS_struct_mi128 st) argument
24 x.x = st.x;
/netbsd-6-1-5-RELEASE/lib/libm/arch/i387/
H A Ds_ilogb.S18 fstp %st
28 fstp %st
H A Ds_ilogbf.S18 fstp %st
28 fstp %st
H A Ds_scalbn.S23 fstp %st(0)
28 fstp %st(1) /* clean up stack */
H A Ds_scalbnf.S23 fstp %st(0)
28 fstp %st(1) /* clean up stack */
/netbsd-6-1-5-RELEASE/sys/arch/arm/xscale/
H A Di80312_mem.c59 i80312_sdram_bounds(bus_space_tag_t st, bus_space_handle_t sh, argument
65 sdbr = bus_space_read_4(st, sh, I80312_MEM_SB);
66 sbr0 = bus_space_read_4(st, sh, I80312_MEM_SB0);
67 sbr1 = bus_space_read_4(st, sh, I80312_MEM_SB1);
H A Di80321_mcu.c59 i80321_sdram_bounds(bus_space_tag_t st, bus_space_handle_t sh, argument
65 sdbr = bus_space_read_4(st, sh, MCU_SDBR);
66 sbr0 = bus_space_read_4(st, sh, MCU_SBR0);
67 sbr1 = bus_space_read_4(st, sh, MCU_SBR1);
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/util/
H A Dload_file.c57 struct stat st; local
70 if (fstat(vstream_fileno(fp), &st) < 0)
75 if (st.st_mtime < before - 1 || st.st_mtime > after)
H A Dlstat_as.c12 /* int lstat_as(path, st, euid, egid)
14 /* struct stat *st;
52 int lstat_as(const char *path, struct stat * st, uid_t euid, gid_t egid) argument
66 status = lstat(path, st);
H A Dmake_dirs.c59 struct stat st; local
81 if ((ret = stat(saved_path, &st)) >= 0) {
82 if (!S_ISDIR(st.st_mode)) {
87 saved_mode = st.st_mode;
117 if ((ret = stat(saved_path, &st)) < 0)
119 if (!S_ISDIR(st.st_mode)) {
130 if ((ret = stat(saved_path, &st)) < 0) {
136 if (st.st_gid != egid && (ret = chown(saved_path, -1, egid)) < 0) {
H A Dstat_as.c12 /* int stat_as(path, st, euid, egid)
14 /* struct stat *st;
52 int stat_as(const char *path, struct stat * st, uid_t euid, gid_t egid) argument
66 status = stat(path, st);
/netbsd-6-1-5-RELEASE/usr.bin/xlint/lint1/
H A Dprint.c113 strg_t *st; local
137 st = tn->tn_strg;
138 switch (st->st_tspec) {
142 (void)snprintf(buf, bufsiz, "\"%s\"", st->st_cp);
/netbsd-6-1-5-RELEASE/external/bsd/libarchive/dist/libarchive/
H A Darchive_write_open_fd.c84 struct stat st; local
88 if (fstat(mine->fd, &st) != 0) {
96 if (S_ISREG(st.st_mode))
97 archive_write_set_skip_file(a, st.st_dev, st.st_ino);
107 if (S_ISCHR(st.st_mode) || S_ISBLK(st.st_mode) ||
108 S_ISFIFO(st.st_mode) || (mine->fd == 1))
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/compat/
H A Dunion-m128-1_y.c19 foo (SS_struct_mi128 st) argument
23 x.x = st.x;
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/testsuite/d10v-elf/
H A Dt-dbt.s10 st r2, @(DMAP_REG,r0)
12 st r2, @(IMAP1_REG,r0)
/netbsd-6-1-5-RELEASE/sys/arch/pmax/include/
H A Dsysconf.h85 #define sys_notsupp(st) { platform_not_supported, st }
/netbsd-6-1-5-RELEASE/sys/arch/mips/alchemy/
H A Dau_timer.c61 while (bus_space_read_4(st, sh, PC_COUNTER_CONTROL) \
64 bus_space_write_4(st, sh, (reg), (val)); \
66 while (bus_space_read_4(st, sh, (reg)) & (wait)) \
71 au_cal_timers(bus_space_tag_t st, bus_space_handle_t sh) argument
79 ctl = bus_space_read_4(st, sh, PC_COUNTER_CONTROL);
95 ctr = bus_space_read_4(st, sh, PC_COUNTER_READ_1);
97 octr = bus_space_read_4(st, sh, PC_COUNTER_READ_1);
102 ctr = bus_space_read_4(st, sh, PC_COUNTER_READ_1);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Dscan-types.sh16 cat >st-dummy.c <<!EOF!
33 if ${CPP} st-dummy.c >TMP ; then true
35 echo "scan-types: could not invoke ${CPP} on st-dummy.c" 1>&2 ; exit 1
37 tr ' ' ' ' <TMP >st-dummy.out
44 # Search st-dummy.out for a typedef for $TYPE, and write it out
47 ${SED} -n -e "s|.*typedef *\(.*\) X*$TYPE *;.*|\1|w TMP" <st-dummy.out>/dev/null
60 ${SED} -n -e "s|.*typedef[ ][ ]*\(.*[^a-zA-Z0-9_]\)${VALUE}[ ]*;.*|\1|w TMP" <st-dummy.out>/dev/null
106 extern $tmp read();" >st-dummy.c
107 ${CC} -c st-dummy.c >/dev/null 2>&1 || tmp=int
114 cat >st
[all...]
/netbsd-6-1-5-RELEASE/lib/libc/arch/sparc/gen/
H A Dswapcontext.S44 st %g0, [%o2 + 40 + 11 * 4] ! gr[_REG_O0] = 0
48 st %o1, [%o2 + 40 + 2 * 4] ! gr[_REG_nPC] = retaddr + 4
50 st %o1, [%o2 + 40 + 1 * 4] ! gr[_REG_PC] = retaddr
/netbsd-6-1-5-RELEASE/lib/libc/arch/sparc/sys/
H A Dptrace.S54 st %g0, [%o0]
61 st %g0, [%g1]
64 st %g0, [%g1 + %lo(_C_LABEL(errno))]
/netbsd-6-1-5-RELEASE/share/examples/refuse/id3fs/
H A Did3fs.c55 id3fs_getattr(const char *path, struct stat *st) argument
60 (void) memset(st, 0x0, sizeof(*st));
61 st->st_mode = S_IFDIR | 0755;
62 st->st_nlink = 2;
70 (void) memcpy(st, &id3.file, sizeof(*st));
73 (void) memcpy(st, &id3.dir, sizeof(*st));
76 (void) memcpy(st,
120 id3fs_statfs(const char *path, struct statvfs *st) argument
[all...]
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/global/
H A Dmbox_open.c18 /* MBOX *mbox_open(path, flags, mode, st, user, group, lock_style,
23 /* struct stat *st;
40 /* The \fBpath, flags, mode, st, user, group, why\fR arguments
106 MBOX *mbox_open(const char *path, int flags, mode_t mode, struct stat * st, argument
116 if (st == 0)
117 st = &local_statbuf;
141 && (stat(path, st) < 0 || S_ISREG(st->st_mode))) {
164 if ((fp = safe_open(path, flags | O_NONBLOCK, mode, st,
182 if (S_ISREG(st
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/atf/dist/atf-c/detail/
H A Dfs.c550 atf_fs_stat_init(atf_fs_stat_t *st, const atf_fs_path_t *p) argument
555 if (lstat(pstr, &st->m_sb) == -1) {
559 int type = st->m_sb.st_mode & S_IFMT;
562 case S_IFBLK: st->m_type = atf_fs_stat_blk_type; break;
563 case S_IFCHR: st->m_type = atf_fs_stat_chr_type; break;
564 case S_IFDIR: st->m_type = atf_fs_stat_dir_type; break;
565 case S_IFIFO: st->m_type = atf_fs_stat_fifo_type; break;
566 case S_IFLNK: st->m_type = atf_fs_stat_lnk_type; break;
567 case S_IFREG: st->m_type = atf_fs_stat_reg_type; break;
568 case S_IFSOCK: st
597 atf_fs_stat_get_device(const atf_fs_stat_t *st) argument
603 atf_fs_stat_get_inode(const atf_fs_stat_t *st) argument
609 atf_fs_stat_get_mode(const atf_fs_stat_t *st) argument
615 atf_fs_stat_get_size(const atf_fs_stat_t *st) argument
621 atf_fs_stat_get_type(const atf_fs_stat_t *st) argument
627 atf_fs_stat_is_owner_readable(const atf_fs_stat_t *st) argument
633 atf_fs_stat_is_owner_writable(const atf_fs_stat_t *st) argument
639 atf_fs_stat_is_owner_executable(const atf_fs_stat_t *st) argument
645 atf_fs_stat_is_group_readable(const atf_fs_stat_t *st) argument
651 atf_fs_stat_is_group_writable(const atf_fs_stat_t *st) argument
657 atf_fs_stat_is_group_executable(const atf_fs_stat_t *st) argument
663 atf_fs_stat_is_other_readable(const atf_fs_stat_t *st) argument
669 atf_fs_stat_is_other_writable(const atf_fs_stat_t *st) argument
675 atf_fs_stat_is_other_executable(const atf_fs_stat_t *st) argument
698 struct stat st; local
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/unit/atf-src/atf-c/detail/
H A Dfs.c551 atf_fs_stat_init(atf_fs_stat_t *st, const atf_fs_path_t *p) argument
556 if (lstat(pstr, &st->m_sb) == -1) {
560 int type = st->m_sb.st_mode & S_IFMT;
563 case S_IFBLK: st->m_type = atf_fs_stat_blk_type; break;
564 case S_IFCHR: st->m_type = atf_fs_stat_chr_type; break;
565 case S_IFDIR: st->m_type = atf_fs_stat_dir_type; break;
566 case S_IFIFO: st->m_type = atf_fs_stat_fifo_type; break;
567 case S_IFLNK: st->m_type = atf_fs_stat_lnk_type; break;
568 case S_IFREG: st->m_type = atf_fs_stat_reg_type; break;
569 case S_IFSOCK: st
589 atf_fs_stat_fini(atf_fs_stat_t *st) argument
598 atf_fs_stat_get_device(const atf_fs_stat_t *st) argument
604 atf_fs_stat_get_inode(const atf_fs_stat_t *st) argument
610 atf_fs_stat_get_mode(const atf_fs_stat_t *st) argument
616 atf_fs_stat_get_size(const atf_fs_stat_t *st) argument
622 atf_fs_stat_get_type(const atf_fs_stat_t *st) argument
628 atf_fs_stat_is_owner_readable(const atf_fs_stat_t *st) argument
634 atf_fs_stat_is_owner_writable(const atf_fs_stat_t *st) argument
640 atf_fs_stat_is_owner_executable(const atf_fs_stat_t *st) argument
646 atf_fs_stat_is_group_readable(const atf_fs_stat_t *st) argument
652 atf_fs_stat_is_group_writable(const atf_fs_stat_t *st) argument
658 atf_fs_stat_is_group_executable(const atf_fs_stat_t *st) argument
664 atf_fs_stat_is_other_readable(const atf_fs_stat_t *st) argument
670 atf_fs_stat_is_other_writable(const atf_fs_stat_t *st) argument
676 atf_fs_stat_is_other_executable(const atf_fs_stat_t *st) argument
699 struct stat st; local
[all...]

Completed in 268 milliseconds

1234567891011>>