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

/macosx-10.10.1/ICU-531.30/icuSources/tools/toolutil/
H A Duoptions.h56 char shortName; /* 'f' for -f */ member in struct:UOption
62 #define UOPTION_DEF(longName, shortName, hasArg) \
63 { longName, NULL, NULL, NULL, shortName, hasArg, 0 }
H A Duoptions.c73 if(c==options[j].shortName) {
/macosx-10.10.1/rsync-45/rsync/popt/
H A Dpopthelp.c26 if (key->shortName == '?')
73 for (opt = table; opt->longName || opt->shortName || opt->arg; opt++) {
210 if (opt->longName && opt->shortName)
211 sprintf(left, "-%c, %s%s", opt->shortName,
214 else if (opt->shortName != '\0')
215 sprintf(left, "-%c", opt->shortName);
357 while (opt->longName || opt->shortName || opt->arg) {
364 if (opt->shortName != '\0') len += sizeof("-X")-1;
365 if (opt->shortName != '\0' && opt->longName) len += sizeof(", ")-1;
405 if ((opt->longName || opt->shortName)
[all...]
H A Dpopt.c62 for (; opt->longName || opt->shortName || opt->arg; opt++) {
85 for (; opt->longName || opt->shortName || opt->arg; opt++) {
113 for (; opt->longName || opt->shortName || opt->arg; opt++) {
123 ((myOpt->shortName && opt->shortName && shorty &&
124 myOpt->shortName == opt->shortName) ||
237 /* Only one of longName, shortName should be set, not both. */
239 /*@null@*/ const char * longName, char shortName)
255 else if (shortName !
238 handleExec( poptContext con, const char * longName, char shortName) argument
297 handleAlias( poptContext con, const char * longName, char shortName, const char * nextCharArg) argument
434 findOption(const struct poptOption * opt, const char * longName, char shortName, poptCallbackType * callback, const void ** callbackData, int singleDash) argument
[all...]
H A Dpopt.h116 char shortName; /*!< may be '\0' */ member in struct:poptOption
129 char shortName; /*!< may be '\0' */ member in struct:poptAlias
H A Dpoptconfig.c51 item->option.shortName = opt[1];
/macosx-10.10.1/ICU-531.30/icuSources/tools/pkgdata/
H A Dpkgtypes.h111 const char *shortName; /* name of what we're building */ member in struct:UPKGOptions_
124 const char *libName; /* name for library (default: shortName) */
H A Dpkgdata.cpp325 options[i].shortName,
350 o.shortName = options[NAME].value;
352 int32_t len = (int32_t)uprv_strlen(o.shortName);
357 if (*(sp = o.shortName)) {
371 o.libName = o.shortName;
554 if (o->shortName != NULL) {
556 uprv_strcat(targetDir, o->shortName);
576 uprv_strcpy(datFileName, o->shortName);
1576 createCommonDataFile(o->tmpDir, o->shortName, o->entryName, NULL, o->srcDir, o->comment, o->fileListFiles->str, 0, TRUE, o->verbose, gencmnFile);
1626 o->shortName,
[all...]
/macosx-10.10.1/kext_tools-384.1.4/
H A Dkextfind_main.c120 if (queryCallback->shortName) {
121 QEQuerySetSynonymForPredicate(query, queryCallback->shortName,
236 if (reportCallback->shortName) {
238 reportCallback->shortName,
H A Dkextfind_tables.h40 CFStringRef shortName; member in struct:querySetup
/macosx-10.10.1/dyld-353.2.1/launch-cache/
H A Ddyld_shared_cache_util.cpp286 const char* shortName = strrchr(dylibInfo->path, '/') + 1; local
292 sprintf(message, "exports from %s", shortName);
299 sprintf(message, "bindings from %s", shortName);
306 sprintf(message, "lazy bindings from %s", shortName);
313 sprintf(message, "weak bindings from %s", shortName);
/macosx-10.10.1/IOAudioFamily-200.6/
H A DIOAudioDevice.cpp946 void IOAudioDevice::setDeviceShortName(const char *shortName) argument
948 audioDebugIOLog(3, "+ IOAudioDevice[%p]::setDeviceShortName(%p)\n", this, shortName);
950 if (shortName) {
951 setProperty(kIOAudioDeviceShortNameKey, shortName);
953 audioDebugIOLog(3, "- IOAudioDevice[%p]::setDeviceShortName(%p)\n", this, shortName);
H A DIOAudioDevice.h379 virtual void setDeviceShortName(const char *shortName ) AVAILABLE_MAC_OS_X_VERSION_10_4_AND_LATER_BUT_DEPRECATED_IN_MAC_OS_X_VERSION_10_10;
/macosx-10.10.1/network_cmds-457/natd.tproj/
H A Dnatd.c1529 const char* shortName; member in struct:OptionInfo
1774 if (info->shortName)
1775 if (!strcmp (info->shortName, option))
2041 if (info->shortName)
2042 fprintf (stderr, "-%-20s %s\n", info->shortName,
/macosx-10.10.1/rsync-45/rsync/
H A Doptions.c413 /* longName, shortName, argInfo, argPtr, value, descrip, argDesc */
595 /* longName, shortName, argInfo, argPtr, value, descrip, argDesc */
663 *shortname = op->shortName;
788 if (op->shortName) {
790 " (-%c)\n", op->shortName);

Completed in 115 milliseconds