Searched refs:tmpstat (Results 1 - 8 of 8) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/scripts/kconfig/
H A Dconf.c497 struct stat tmpstat; local
558 if (stat(".config", &tmpstat)) {
577 if (name && !stat(name, &tmpstat)) {
588 if (!stat(name, &tmpstat))
590 else if (!stat("all.config", &tmpstat))
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/scripts/kconfig/
H A Dconf.c497 struct stat tmpstat; local
557 if (stat(".config", &tmpstat)) {
575 if (name && !stat(name, &tmpstat)) {
586 if (!stat(name, &tmpstat))
588 else if (!stat("all.config", &tmpstat))
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/txn/
H A Dtxn_rec.c294 u_int32_t c_stat, p_stat, tmpstat; local
343 argp->child, c_stat, NULL, &tmpstat, 0);
359 info, argp->child, c_stat, NULL, &tmpstat, 0);
370 NULL, &tmpstat, 0);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/ocfs2/dlm/
H A Ddlmdomain.c861 int status, tmpstat; local
879 tmpstat = dlm_send_one_join_cancel(dlm, node);
880 if (tmpstat) {
882 "node %d\n", tmpstat, node);
884 status = tmpstat;
1028 int status = 0, tmpstat, node; local
1109 tmpstat = dlm_send_join_cancels(dlm,
1112 if (tmpstat < 0)
1113 mlog_errno(tmpstat);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/config/
H A Dconf.c469 struct stat tmpstat; local
517 if (stat(".config", &tmpstat)) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/etc/afpd/
H A Dstatus.c548 struct stat tmpstat; local
594 if (!stat(options->sigconffile, &tmpstat)) { /* conf file exists? */
H A Dvolume.c2774 struct stat tmpstat; local
2820 if (stat(obj->options.uuidconf, &tmpstat)) { /* no file */
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/ocfs2/
H A Dsuper.c433 int status = 0, tmpstat; local
488 tmpstat = ocfs2_get_sector(sb, bh,
491 if (tmpstat < 0) {
492 status = tmpstat;

Completed in 110 milliseconds