Searched refs:longName (Results 1 - 13 of 13) sorted by relevance

/external/icu4c/tools/toolutil/
H A Duoptions.h52 const char *longName; /* "foo" for --foo */ member in struct:UOption
62 #define UOPTION_DEF(longName, shortName, hasArg) \
63 { longName, NULL, NULL, NULL, shortName, hasArg, 0 }
H A Duoptions.c45 if(options[j].longName && uprv_strcmp(arg, options[j].longName)==0) {
/external/oprofile/libpopt/
H A Dpopthelp.c98 for (opt = table; opt->longName || opt->shortName || opt->arg; opt++) {
235 if (opt->longName) nb += strlen(opt->longName);
244 if (opt->longName && opt->shortName)
247 opt->longName);
250 else if (opt->longName)
253 opt->longName);
311 *le++ = (opt->longName != NULL ? '=' : ' ');
325 *le++ = (opt->longName != NULL ? '=' : ' ');
419 while (opt->longName || op
[all...]
H A Dpopt.c69 for (; opt->longName || opt->shortName || opt->arg; opt++) {
97 for (; opt->longName || opt->shortName || opt->arg; opt++) {
130 for (; opt->longName || opt->shortName || opt->arg; opt++) {
147 (myOpt->longName && opt->longName &&
148 /*@-nullpass@*/ /* LCL: opt->longName != NULL */
149 !strcmp(myOpt->longName, opt->longName)))
262 /* Only one of longName, shortName should be set, not both. */
265 /*@null@*/ const char * longName, cha
264 handleExec( poptContext con, const char * longName, char shortName) argument
324 handleAlias( poptContext con, const char * longName, char shortName, const char * nextCharArg) argument
472 findOption(const struct poptOption * opt, const char * longName, char shortName, poptCallbackType * callback, const void ** callbackData, int singleDash) argument
[all...]
H A Dpopt.h116 const char * longName; /*!< may be NULL */ member in struct:poptOption
133 const char * longName; /*!< may be NULL */ member in struct:poptAlias
H A Dpoptconfig.c13 /*@-compmempass@*/ /* FIX: item->option.longName kept, not dependent. */
51 item->option.longName = opt + 2;
/external/fsck_msdos/
H A Ddir.c213 static char longName[DOSLONGNAMELEN] = ""; variable
622 memset(longName, 0, sizeof longName);
639 t = longName + --lidx * 13;
640 for (k = 1; k < 11 && t < longName + sizeof(longName); k += 2) {
651 for (k = 14; k < 26 && t < longName + sizeof(longName); k += 2) {
659 for (k = 28; k < 32 && t < longName + sizeof(longName);
[all...]
/external/oprofile/
H A Dpopt.h116 const char * longName; /*!< may be NULL */ member in struct:poptOption
133 const char * longName; /*!< may be NULL */ member in struct:poptAlias
/external/icu4c/test/cintltst/
H A Dudatatst.c310 char longName[1024]; local
336 longName[0] = 0;
337 while (strlen(longName) < 500) {
338 strcat(longName, name);
339 strcat(longName, "_");
341 strcat(longName, dirSepString);
342 strcat(longName, name);
344 result=udata_open(longTestPath, type, longName, &status);
347 longTestPath, longName, type, myErrorName(status));
/external/webkit/Source/WebCore/platform/graphics/win/
H A DGraphicsLayerCACF.cpp150 String longName = String::format("CALayer(%p) GraphicsLayer(%p) ", m_layer.get(), this) + name; local
151 GraphicsLayer::setName(longName);
153 m_layer->setName(longName);
/external/apache-harmony/prefs/src/test/java/org/apache/harmony/prefs/tests/java/util/prefs/
H A DAbstractPreferencesTest.java63 final static String longName; field in class:AbstractPreferencesTest
85 longName = name.toString();
499 pref.node(longName + "a");
504 assertNotNull(pref.node(longName));
1058 assertNull(p.getChildImpl(longName + "a"));
/external/icu4c/tools/pkgdata/
H A Dpkgdata.cpp334 options[i].longName ? "or --" : " ",
335 options[i].longName ? options[i].longName : "",
/external/webkit/Source/WebCore/platform/graphics/ca/
H A DGraphicsLayerCA.cpp290 String longName = String::format("CALayer(%p) GraphicsLayer(%p) ", m_layer.get(), this) + name; local
291 GraphicsLayer::setName(longName);

Completed in 330 milliseconds