Home
last modified time | relevance | path

Searched refs:pstat (Results 1 – 5 of 5) sorted by relevance

/external/bc/src/
Dread.c207 struct stat pstat; in bc_read_file() local
217 if (BC_ERR(fstat(fd, &pstat) == -1)) goto malloc_err; in bc_read_file()
219 if (BC_ERR(S_ISDIR(pstat.st_mode))) { in bc_read_file()
224 size = (size_t) pstat.st_size; in bc_read_file()
/external/openssh/openbsd-compat/
Dsetproctitle.c158 pstat(PSTAT_SETCMD, pst, strlen(ptitle), 0, 0); in setproctitle()
/external/arm-trusted-firmware/include/drivers/st/
Dstm32mp1_ddr_regs.h117 uint32_t pstat; /* 0x3fc Port Status */ member
/external/toybox/toys/pending/
Dbc.c1094 struct stat pstat; in bc_read_file() local
1098 if (fstat(fileno(f), &pstat) == -1) goto malloc_err; in bc_read_file()
1100 if (S_ISDIR(pstat.st_mode)) { in bc_read_file()
/external/openssh/
Dconfigure.ac427 sys/pstat.h \
1824 pstat \