Searched refs:cfgfile (Results 1 - 6 of 6) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/rc/
H A Dservices.c212 char cfgfile[64]; local
216 snprintf(cfgfile, sizeof(cfgfile), "/tmp/nas.%s.conf", type);
219 char *argv[] = {"nas", cfgfile, pidfile, type, NULL};
H A Dwatchdog.c776 char cfgfile[64]; local
779 snprintf(cfgfile, sizeof(cfgfile), "/tmp/nas.%s.conf", "lan");
788 char *argv[] = {"nas", cfgfile, pidfile, "lan", NULL};
/asus-wl-520gu-7.0.1.45/src/router/rc.orig/
H A Dservices.c212 char cfgfile[64]; local
216 snprintf(cfgfile, sizeof(cfgfile), "/tmp/nas.%s.conf", type);
219 char *argv[] = {"nas", cfgfile, pidfile, type, NULL};
H A Dwatchdog.c776 char cfgfile[64]; local
779 snprintf(cfgfile, sizeof(cfgfile), "/tmp/nas.%s.conf", "lan");
788 char *argv[] = {"nas", cfgfile, pidfile, "lan", NULL};
/asus-wl-520gu-7.0.1.45/src/router/LPRng/
H A Dltconfig2784 cfgfile="$ofile"
2796 cfgfile="$ofile.cfg"
2797 trap "$rm \"$cfgfile\"; exit 1" 1 2 15
2798 echo "creating $cfgfile"
2799 $rm "$cfgfile"
2800 cat <<EOF > "$cfgfile"
2801 # `$echo "$cfgfile" | sed 's%^.*/%%'` - Libtool configuration file.
2807 cat <<EOF >> "$cfgfile"
/asus-wl-520gu-7.0.1.45/src/router/libusb/
H A Dconfigure9180 cfgfile="${ofile}T"
9181 trap "$rm \"$cfgfile\"; exit 1" 1 2 15
9182 $rm -f "$cfgfile"
9186 cat <<__EOF__ >> "$cfgfile"
9189 # `$echo "$cfgfile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
9532 cat <<\EOF >> "$cfgfile"
9549 sed '$q' "$ltmain" >> "$cfgfile" || (rm -f "$cfgfile"; exit 1)
9551 mv -f "$cfgfile" "$ofile" || \
9552 (rm -f "$ofile" && cp "$cfgfile" "
[all...]

Completed in 187 milliseconds