Searched refs:opt (Results 201 - 225 of 2741) sorted by relevance

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/APP-IPK/WebdavClient-ipk/CONTROL/
H A Dpostinst7 mv -f /opt/tmp/bin/* $APPS_INSTALL_PATH/bin/
9 mv -f /opt/tmp/lib/* $APPS_INSTALL_PATH/lib/
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/APP-IPK/dropbox-ipk/CONTROL/
H A Dpostinst8 #cp -rf /opt/tmp/bin/* $APPS_INSTALL_PATH/bin/
9 mv -f /opt/tmp/bin/* $APPS_INSTALL_PATH/bin/
11 #cp -rf /opt/tmp/lib/* $APPS_INSTALL_PATH/lib/
12 mv -f /opt/tmp/lib/* $APPS_INSTALL_PATH/lib/
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/APP-IPK/ftpclient-ipk/CONTROL/
H A Dpostinst7 mv -f /opt/tmp/bin/* $APPS_INSTALL_PATH/bin/
9 mv -f /opt/tmp/lib/* $APPS_INSTALL_PATH/lib/
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/APP-IPK/ASUSWebStorage-ipk/CONTROL/
H A Dpostinst7 mv -f /opt/tmp/bin/* $APPS_INSTALL_PATH/bin/
9 mv -f /opt/tmp/lib/* $APPS_INSTALL_PATH/lib/
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/APP-IPK/WebdavClient-ipk/CONTROL/
H A Dpostinst7 mv -f /opt/tmp/bin/* $APPS_INSTALL_PATH/bin/
9 mv -f /opt/tmp/lib/* $APPS_INSTALL_PATH/lib/
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/APP-IPK/dropbox-ipk/CONTROL/
H A Dpostinst8 #cp -rf /opt/tmp/bin/* $APPS_INSTALL_PATH/bin/
9 mv -f /opt/tmp/bin/* $APPS_INSTALL_PATH/bin/
11 #cp -rf /opt/tmp/lib/* $APPS_INSTALL_PATH/lib/
12 mv -f /opt/tmp/lib/* $APPS_INSTALL_PATH/lib/
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/APP-IPK/ftpclient-ipk/CONTROL/
H A Dpostinst7 mv -f /opt/tmp/bin/* $APPS_INSTALL_PATH/bin/
9 mv -f /opt/tmp/lib/* $APPS_INSTALL_PATH/lib/
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/gdb/mi/
H A Dmi-getopt.h44 struct mi_opt *opt, int *optind, char **optarg);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source3/lib/netapi/examples/
H A Dcommon.h5 const struct poptOption *opt,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/gdb/mi/
H A Dmi-getopt.h44 struct mi_opt *opt, int *optind, char **optarg);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source3/lib/netapi/examples/
H A Dcommon.h5 const struct poptOption *opt,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source3/lib/netapi/examples/
H A Dcommon.h5 const struct poptOption *opt,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/gdb/mi/
H A Dmi-getopt.h44 struct mi_opt *opt, int *optind, char **optarg);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/networking/
H A Dipcalc.c78 unsigned opt; local
94 opt = getopt32(argv, "mbn" IF_FEATURE_IPCALC_FANCY("phs"));
96 if (opt & SILENT)
98 opt &= ~SILENT;
99 if (!(opt & (BROADCAST | NETWORK | NETPREFIX))) {
102 if (!opt || argv[1])
154 if (opt & NETMASK) {
158 if (opt & BROADCAST) {
163 if (opt & NETWORK) {
169 if (opt
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/networking/
H A Dipcalc.c78 unsigned opt; local
94 opt = getopt32(argv, "mbn" IF_FEATURE_IPCALC_FANCY("phs"));
96 if (opt & SILENT)
98 opt &= ~SILENT;
99 if (!(opt & (BROADCAST | NETWORK | NETPREFIX))) {
102 if (!opt || argv[1])
154 if (opt & NETMASK) {
158 if (opt & BROADCAST) {
163 if (opt & NETWORK) {
169 if (opt
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/networking/
H A Dipcalc.c78 unsigned opt; local
94 opt = getopt32(argv, "mbn" IF_FEATURE_IPCALC_FANCY("phs"));
96 if (opt & SILENT)
98 opt &= ~SILENT;
99 if (!(opt & (BROADCAST | NETWORK | NETPREFIX))) {
102 if (!opt || argv[1])
154 if (opt & NETMASK) {
158 if (opt & BROADCAST) {
163 if (opt & NETWORK) {
169 if (opt
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/miscutils/
H A Dchrt.c49 unsigned opt; local
58 opt = getopt32(argv, "+mprfo");
59 if (opt & OPT_r)
61 if (opt & OPT_f)
63 if (opt & OPT_o)
65 if (opt & OPT_m) { /* print min/max */
73 if (opt & OPT_p) {
88 if (opt & OPT_p) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/udpxy/
H A Drparse.h54 * @param opt buffer for the parsed options c-string
59 * @return 0 if success: cmd and opt get get populated
65 char* opt, size_t optlen,
72 * @param opt options string
82 parse_udprelay( const char* opt, size_t optlen,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/miscutils/
H A Dchrt.c49 unsigned opt; local
58 opt = getopt32(argv, "+mprfo");
59 if (opt & OPT_r)
61 if (opt & OPT_f)
63 if (opt & OPT_o)
65 if (opt & OPT_m) { /* print min/max */
73 if (opt & OPT_p) {
88 if (opt & OPT_p) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba/examples/printing/
H A Dsmbprint.sysv13 # (the example here is /opt/samba), modify the server and service variables
16 # lpadmin -punixprintername -v/dev/null -i/opt/samba/smbprint
50 ) | /opt/samba/smbclient "\\\\$server\\$service" $password -N -P > /dev/null
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/miscutils/
H A Dchrt.c49 unsigned opt; local
58 opt = getopt32(argv, "+mprfo");
59 if (opt & OPT_r)
61 if (opt & OPT_f)
63 if (opt & OPT_o)
65 if (opt & OPT_m) { /* print min/max */
73 if (opt & OPT_p) {
88 if (opt & OPT_p) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba/examples/printing/
H A Dsmbprint.sysv13 # (the example here is /opt/samba), modify the server and service variables
16 # lpadmin -punixprintername -v/dev/null -i/opt/samba/smbprint
50 ) | /opt/samba/smbclient "\\\\$server\\$service" $password -N -P > /dev/null
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/udpxy/
H A Drparse.h54 * @param opt buffer for the parsed options c-string
59 * @return 0 if success: cmd and opt get get populated
65 char* opt, size_t optlen,
72 * @param opt options string
82 parse_udprelay( const char* opt, size_t optlen,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/udpxy/
H A Drparse.h54 * @param opt buffer for the parsed options c-string
59 * @return 0 if success: cmd and opt get get populated
65 char* opt, size_t optlen,
72 * @param opt options string
82 parse_udprelay( const char* opt, size_t optlen,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba/examples/printing/
H A Dsmbprint.sysv13 # (the example here is /opt/samba), modify the server and service variables
16 # lpadmin -punixprintername -v/dev/null -i/opt/samba/smbprint
50 ) | /opt/samba/smbclient "\\\\$server\\$service" $password -N -P > /dev/null

Completed in 200 milliseconds

1234567891011>>