Searched refs:opt_arg (Results 1 - 9 of 9) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/src/monkeys_audio_utilities/flac_mac/
H A Dmain.c41 int flac_return_val = 0, opt_arg = 1, from_arg = -1, to_arg = -1, flac_level = 5, i; local
65 opt_arg = 2;
76 opt_arg = 2;
80 default: opt_arg = 1;
105 for(i = opt_arg; i < argc; i++)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iptables-1.4.12.1/extensions/
H A Dlibxt_set.h97 parse_dirs_v0(const char *opt_arg, struct xt_set_info_v0 *info) argument
99 char *saved = strdup(opt_arg);
123 parse_dirs(const char *opt_arg, struct xt_set_info *info) argument
125 char *saved = strdup(opt_arg);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iptables-1.4.12/src/extensions/
H A Dlibxt_set.h97 parse_dirs_v0(const char *opt_arg, struct xt_set_info_v0 *info) argument
99 char *saved = strdup(opt_arg);
123 parse_dirs(const char *opt_arg, struct xt_set_info *info) argument
125 char *saved = strdup(opt_arg);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/aic7xxx/
H A Daic7xxx_osm.c939 ahc_parse_brace_option(char *opt_name, char *opt_arg, char *end, int depth, argument
952 if (*opt_arg != ':')
953 return (opt_arg);
954 opt_arg++;
962 tok_end = strchr(opt_arg, '\0');
966 switch (*opt_arg) {
980 opt_arg++;
987 opt_arg++;
997 opt_arg++;
1005 tok_end2 = strchr(opt_arg, tok_lis
[all...]
H A Daic79xx_osm.c1035 ahd_parse_brace_option(char *opt_name, char *opt_arg, char *end, int depth, argument
1048 if (*opt_arg != ':')
1049 return (opt_arg);
1050 opt_arg++;
1058 tok_end = strchr(opt_arg, '\0');
1062 switch (*opt_arg) {
1076 opt_arg++;
1083 opt_arg++;
1093 opt_arg++;
1101 tok_end2 = strchr(opt_arg, tok_lis
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/stf/
H A Dcomfychair.py416 for opt, opt_arg in opts:
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/webserver/src/
H A DWebServer.h741 void Send_SharedFile_Cmd(wxString file_hash, wxString cmd, uint32 opt_arg = 0);
742 void Send_DownloadFile_Cmd(wxString file_hash, wxString cmd, uint32 opt_arg = 0);
H A DWebServer.cpp383 void CWebServerBase::Send_SharedFile_Cmd(wxString file_hash, wxString cmd, uint32 opt_arg) argument
392 hashtag.AddTag(CECTag(EC_TAG_PARTFILE_PRIO, (uint8)opt_arg));
422 void CWebServerBase::Send_DownloadFile_Cmd(wxString file_hash, wxString cmd, uint32 opt_arg) argument
437 hashtag.AddTag(CECTag(EC_TAG_PARTFILE_PRIO, (uint8)opt_arg));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/reiserfs/
H A Dsuper.c737 opt_arg - if option is found and requires an argument and if it is specifed
742 char **opt_arg, unsigned long *bit_flags)
844 *opt_arg = p;
741 reiserfs_getopt(struct super_block *s, char **cur, opt_desc_t * opts, char **opt_arg, unsigned long *bit_flags) argument

Completed in 126 milliseconds