Searched refs:shortName (Results 1 - 19 of 19) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/libtransmission/
H A Dtr-getopt.h33 const char * shortName; /* short form */ member in struct:tr_option
H A Dtr-getopt.c65 const char * shortName = opt->shortName ? opt->shortName : ""; local
73 (shortName && *shortName ? "-" : " "), shortWidth, shortName,
100 if( o->shortName )
101 *shortWidth = MAX( *shortWidth, (int)strlen( o->shortName ) );
124 help.shortName = "h";
161 len = o->shortName
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/mtools-4.0.10/
H A DdirCache.h32 wchar_t *shortName; member in struct:dirCacheEntry_t
50 wchar_t *longName, wchar_t *shortName,
H A DdirCache.c98 addNameToHash(cache, dce->shortName);
208 if(entry->shortName)
209 free(entry->shortName);
232 entry->shortName = 0;
244 wchar_t *longName, wchar_t *shortName,
265 entry->shortName = wcsdup(shortName);
243 addUsedEntry(dirCache_t *cache, int beginSlot, int endSlot, wchar_t *longName, wchar_t *shortName, struct directory *dir) argument
H A Dvfat.c554 match(dce->shortName, filename, direntry->name, 1, length))) {
564 wchar_to_native(dce->shortName,tmp,13);
575 wchar_to_native(dce->shortName,tmp,13);
646 wchar_to_native(dce->shortName, shortname, 12);
731 wchar_t shortName[13]; local
753 unix_name(cp, dosname->base, dosname->ext, 0, shortName);
759 } else if(pos && !ignore_match && isHashed(cache, shortName)) {
789 (dce->shortName &&
790 !wcscasecmp(dce->shortName, wlongname))) {
802 !wcscasecmp(shortName, dc
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/popt/
H A Dpopthelp.c30 if (key->shortName == '?')
77 for (opt = table; opt->longName || opt->shortName || opt->arg; opt++) {
222 if (opt->longName && opt->shortName)
223 sprintf(left, "-%c, %s%s", opt->shortName,
226 else if (opt->shortName != '\0')
227 sprintf(left, "-%c", opt->shortName);
375 while (opt->longName || opt->shortName || opt->arg) {
382 if (opt->shortName != '\0') len += sizeof("-X")-1;
383 if (opt->shortName != '\0' && opt->longName) len += sizeof(", ")-1;
424 if ((opt->longName || opt->shortName)
[all...]
H A Dpopt.c67 for (; opt->longName || opt->shortName || opt->arg; opt++) {
90 for (; opt->longName || opt->shortName || opt->arg; opt++) {
118 for (; opt->longName || opt->shortName || opt->arg; opt++) {
129 ((myOpt->shortName && opt->shortName && shorty &&
130 myOpt->shortName == opt->shortName) ||
248 /* Only one of longName, shortName should be set, not both. */
251 /*@null@*/ const char * longName, char shortName)
267 else if (shortName !
250 handleExec( poptContext con, const char * longName, char shortName) argument
310 handleAlias( poptContext con, const char * longName, char shortName, const char * nextCharArg) argument
461 findOption(const struct poptOption * opt, const char * longName, char shortName, poptCallbackType * callback, const void ** callbackData, int singleDash) argument
[all...]
H A Dpopt.h117 char shortName; /*!< may be '\0' */ member in struct:poptOption
134 char shortName; /*!< may be '\0' */ member in struct:poptAlias
H A Dpoptconfig.c52 item->option.shortName = opt[1];
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dcmdline.cpp89 shortName = shrt;
132 wxString shortName, member in struct:wxCmdLineOption
261 if ( m_options[n].shortName == name )
355 AddSwitch(desc->shortName, desc->longName, desc->description,
360 AddOption(desc->shortName, desc->longName, desc->description,
378 void wxCmdLineParser::AddSwitch(const wxString& shortName, argument
383 wxASSERT_MSG( m_data->FindOption(shortName) == wxNOT_FOUND,
387 shortName, longName, desc,
393 void wxCmdLineParser::AddOption(const wxString& shortName, argument
399 wxASSERT_MSG( m_data->FindOption(shortName)
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libpostproc/
H A Dpostprocess_internal.h85 const char *shortName; member in struct:PPFilter
H A Dpostprocess.c771 for(i=0; filters[i].shortName!=NULL; i++){
773 || !strcmp(filters[i].shortName, filterName)){
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libpostproc/
H A Dpostprocess_internal.h85 const char *shortName; member in struct:PPFilter
H A Dpostprocess.c801 for(i=0; filters[i].shortName!=NULL; i++){
803 || !strcmp(filters[i].shortName, filterName)){
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dcmdline.h67 const wxChar *shortName; member in struct:wxCmdLineEntryDesc
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/firewire/
H A Dnosy-dump.c71 .shortName = 'd',
86 .shortName = 'x',
105 .shortName = 'v',
112 .shortName = 'o',
120 .shortName = 'i',
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/utils/
H A Dsmbget.c484 for(i = 0; long_options[i].shortName; i++) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dcmdlpars.tex68 const wxChar *shortName;
91 The field {\tt shortName} is the usual, short, name of the switch or the option.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/mediaplayer/
H A Dmediaplayer.cpp426 cmdLineDesc[0].shortName = NULL;

Completed in 294 milliseconds