Searched refs:Stat (Results 1 - 25 of 25) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ncftp-3.2.5/source/libncftp/
H A Du_gethome.c70 struct Stat st;
83 if ((Stat(tdir, &st) >= 0) && (S_ISDIR(st.st_mode))) {
96 if ((Stat(dst, &st) >= 0) && (S_ISDIR(st.st_mode))) {
102 if ((Stat(dst, &st) >= 0) && (S_ISDIR(st.st_mode)))
105 if ((Stat(dst, &st) >= 0) && (S_ISDIR(st.st_mode)))
112 if ((dst[0] != '\0') && (Stat(dst, &st) >= 0) && (S_ISDIR(st.st_mode)))
117 if ((Stat(dst, &st) >= 0) && (S_ISDIR(st.st_mode)))
121 if ((Stat(dst, &st) >= 0) && (S_ISDIR(st.st_mode)))
H A Du_mkdirs.c26 struct Stat st;
29 struct Stat st;
70 if (Stat(newdir, &st) < 0)
H A Dlglobr.c106 struct Stat st;
141 /* Use Stat rather than Lstat so top level path can be a link. */
142 if (Stat(filePtr->line[0] == '\0' ? "." : filePtr->line, &st) < 0) {
H A Dsyshdrs.h250 # define Stat WinStat64 macro
254 # define Stat stat64 macro
266 # define Stat stat macro
H A Dncftp.h769 # ifndef Stat
770 # define Stat WinStat64 macro
777 #ifndef Stat
778 #define Stat stat macro
802 struct Stat curStat;
H A Dftw.c21 struct Stat st;
379 /* Note: we use Stat instead of Lstat here because we allow the
384 if (Stat(ftwip->curPath, &ftwip->curStat) < 0) {
H A Dio_get.c68 struct Stat st;
138 statrc = Stat(dstfile, &st);
H A Drftw.c17 struct Stat st;
H A Dio_put.c167 struct Stat st;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ncftp-3.2.5/source/ncftp/
H A Dlog.c71 struct Stat st;
84 if ((gMaxLogSize <= 0) || (Stat(gLogFileName, &st) < 0))
H A Dsyshdrs.h259 # define Stat WinStat64 macro
263 # define Stat stat64 macro
275 # define Stat stat macro
H A Dls.c674 struct Stat st;
746 if (Stat(fip->relname, &st) < 0) {
H A Dcmds.c853 struct Stat st;
940 } else if (Stat(llp->line, &st) < 0) {
1005 if (Stat(llp->line, &st) < 0) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/drivers/vx/
H A Dvx_pcm.c205 info->size = rmh.Stat[0];
206 info->max_size = rmh.Stat[1];
207 info->min_size = rmh.Stat[2];
208 info->granularity = rmh.Stat[3];
234 *state = (rmh.Stat[0] & (1 << pipe->number)) ? 1 : 0;
261 result = rmh.Stat[0] & 0xffff;
285 if (rmh.Stat[0])
675 count = ((u64)(rmh.Stat[0] & 0xfffff) << 24) | (u64)rmh.Stat[1];
1150 p = chip->irq_rmh.Stat[
[all...]
H A Dvx_core.c184 rmh->Stat[0] = val & 0xffff00;
189 rmh->Stat[0] = val;
201 rmh->Stat[0] = val; /* Val is the status 1st word */
220 rmh->Stat[i] = vx_inb(chip, RXH) << 16;
221 rmh->Stat[i] |= vx_inb(chip, RXM) << 8;
222 rmh->Stat[i] |= vx_inb(chip, RXL);
469 *ret = chip->irq_rmh.Stat[0];
H A Dvx_mixer.c378 info->saturated = (rmh.Stat[0] & (1 << (audio + i))) ? 1 : 0;
379 info->vu_level = rmh.Stat[i + 1];
380 info->peak_level = rmh.Stat[i + 2];
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ncftp-3.2.5/source/sh_util/
H A Dsyshdrs.h248 # define Stat WinStat64 macro
252 # define Stat stat64 macro
264 # define Stat stat macro
H A Dncftpbatch.c371 struct Stat st;
379 if ((Stat(gLogFileName, &st) == 0) && (st.st_size > gMaxLogSize)) {
1436 struct Stat st;
1553 if ((Stat(gItemPath, &st) < 0) || (S_ISREG(st.st_mode) == 0)) {
1726 struct Stat st;
1750 if ((Stat(gItemPath, &st) < 0) || (S_ISREG(st.st_mode) == 0)) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ncftp-3.2.5/source/vis/
H A Dsyshdrs.h303 # define Stat WinStat64 macro
307 # define Stat stat64 macro
319 # define Stat stat macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ncftp-3.2.5/source/win/bmed/
H A Dutil.c516 struct Stat st;
519 struct Stat st;
560 if (Stat(newdir, &st) < 0)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/iio/Documentation/
H A Diio_utils.h43 struct stat Stat; local
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/sound/
H A Dvx_core.h51 u32 Stat[SIZE_MAX_STATUS]; member in struct:vx_rmh
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/dvb/siano/
H A Dsmscoreapi.h432 struct SMSHOSTLIB_STATISTICS_ST Stat; member in struct:SmsMsgStatisticsInfo_ST
H A Dsmsdvb.c352 smsdvb_update_dvb_stats(pReceptionData, &p->dvb.Stat);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/packages/vms/
H A Dconfig_h.com1101 $! Stat structure members

Completed in 176 milliseconds