Searched refs:optarg (Results 201 - 225 of 410) sorted by relevance

1234567891011>>

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/mtools-4.0.10/
H A Dmshowfat.c87 set_cmd_line_image(optarg, 0);
H A Dmpartition.c328 set_cmd_line_image(optarg, 0);
331 bootSector = optarg;
368 type = strtoul(optarg,0,0);
372 argtracks = atoi(optarg);
375 argheads = atoi(optarg);
378 argsectors = atoi(optarg);
397 tot_sectors = strtoul(optarg,0,0);
402 begin = atoi(optarg);
406 length = atoi(optarg);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/coreutils/
H A Dhead.c78 p = optarg;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/iptables-1.x/extensions/
H A Dlibip6t_NFQUEUE.c61 parse_num(optarg, tinfo);
H A Dlibip6t_condition.c40 check_inverse(optarg, &invert, &optind, 0);
H A Dlibipt_NFQUEUE.c61 parse_num(optarg, tinfo);
H A Dlibipt_condition.c40 check_inverse(optarg, &invert, &optind, 0);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_vxworks/db_printlog/
H A Ddb_printlog.c57 extern char *optarg;
95 if (db_printlog_lsn_arg(optarg, &start))
100 if (db_printlog_lsn_arg(optarg, &stop))
104 home = optarg;
110 passwd = strdup(optarg);
111 memset(optarg, 0, strlen(optarg));
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/db_printlog/
H A Ddb_printlog.c43 extern char *optarg;
80 if (lsn_arg(optarg, &start))
85 if (lsn_arg(optarg, &stop))
89 home = optarg;
95 passwd = strdup(optarg);
96 memset(optarg, 0, strlen(optarg));
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/examples_c/
H A Dbench_001.c247 extern char *optarg;
270 cache = (u_int)atoi(optarg);
273 dups = atoi(optarg);
282 iter = atoi(optarg);
285 datalen = (u_int)atoi(optarg);
288 num = atoi(optarg);
291 pagesize = (u_int)atoi(optarg);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/Documentation/accounting/
H A Dgetdelays.c252 logfile = strdup(optarg);
257 rcvbufsz = atoi(optarg);
263 strncpy(cpumask, optarg, sizeof(cpumask));
268 tid = atoi(optarg);
274 tid = atoi(optarg);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/rpc_server/c/
H A Ddb_server_util.c45 extern char *optarg;
79 (void)add_home(optarg);
83 optarg, 1, LONG_MAX, &__dbsrv_idleto))
87 logfile = optarg;
90 passwd = strdup(optarg);
91 memset(optarg, 0, strlen(optarg));
105 optarg, 1, LONG_MAX, &__dbsrv_defto))
110 optarg, 1, LONG_MAX, &__dbsrv_maxto))
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/rpc_server/cxx/
H A Ddb_server_cxxutil.cpp47 extern char *optarg;
80 (void)add_home(optarg);
84 optarg, 1, LONG_MAX, &__dbsrv_idleto))
88 logfile = optarg;
91 passwd = strdup(optarg);
92 memset(optarg, 0, strlen(optarg));
106 optarg, 1, LONG_MAX, &__dbsrv_defto))
111 optarg, 1, LONG_MAX, &__dbsrv_maxto))
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/client/
H A Dmount.cifs.c699 volumelabel = optarg;
719 orgoptions = strdup(optarg);
725 uuid = optarg;
743 rsize = atoi(optarg) ;
746 wsize = atoi(optarg);
749 uid = atoi(optarg);
752 gid = atoi(optarg);
756 user_name = optarg;
759 domain_name = optarg;
766 strncpy(mountpassword,optarg,6
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/iptables-1.x/
H A Diptables.c1989 chain = optarg;
1995 chain = optarg;
2006 chain = optarg;
2019 chain = optarg;
2029 if (optarg) chain = optarg;
2038 if (optarg) chain = optarg;
2047 if (optarg) chain = optarg;
[all...]
H A Dip6tables.c1910 chain = optarg;
1916 chain = optarg;
1927 chain = optarg;
1940 chain = optarg;
1950 if (optarg) chain = optarg;
1959 if (optarg) chain = optarg;
1968 if (optarg) chain = optarg;
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_vxworks/db_load/
H A Ddb_load.c79 extern char *optarg;
132 *clp++ = optarg;
139 if (freopen(optarg, "r", stdin) == NULL) {
141 ldg.progname, optarg, strerror(errno));
146 ldg.home = optarg;
156 ldg.passwd = strdup(optarg);
157 memset(optarg, 0, strlen(optarg));
168 if (strcmp(optarg, "lsn") == 0)
170 else if (strcmp(optarg, "filei
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/db_load/
H A Ddb_load.c65 extern char *optarg;
117 *clp++ = optarg;
124 if (freopen(optarg, "r", stdin) == NULL) {
126 ldg.progname, optarg, strerror(errno));
131 ldg.home = optarg;
141 ldg.passwd = strdup(optarg);
142 memset(optarg, 0, strlen(optarg));
153 if (strcmp(optarg, "lsn") == 0)
155 else if (strcmp(optarg, "filei
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/etc/afpd/
H A Dfce_api.c599 duration_in_seconds = atoi(optarg);
602 event_code = atoi(optarg);
605 host = strdup(optarg);
608 port = strdup(optarg);
611 path = strdup(optarg);
614 delay_between_events = atoi(optarg);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/etc/psf/
H A Dpsf.c100 extern char *optarg;
118 name = optarg;
122 host = optarg;
126 width = atoi( optarg );
138 length = atoi( optarg );
142 indent = atoi( optarg );
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/scripts/
H A Dpnmtologo.c458 logoname = optarg;
462 outputname = optarg;
466 if (!strcmp(optarg, "mono"))
468 else if (!strcmp(optarg, "vga16"))
470 else if (!strcmp(optarg, "clut224"))
472 else if (!strcmp(optarg, "gray256"))
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_vxworks/db_hotbackup/
H A Ddb_hotbackup.c54 extern char *optarg;
94 backup_dir = optarg;
116 data_dir[data_next++] = optarg;
119 home = optarg;
122 log_dir = optarg;
125 passwd = strdup(optarg);
126 memset(optarg, 0, strlen(optarg));
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_vxworks/test_micro/
H A Db_txn_write.c37 extern char *optarg;
59 count = atoi(optarg);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/db_hotbackup/
H A Ddb_hotbackup.c40 extern char *optarg;
79 backup_dir = optarg;
101 data_dir[data_next++] = optarg;
104 home = optarg;
107 log_dir = optarg;
110 passwd = strdup(optarg);
111 memset(optarg, 0, strlen(optarg));
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/test_micro/source/
H A Db_txn_write.c37 extern char *optarg;
58 count = atoi(optarg);

Completed in 306 milliseconds

1234567891011>>