Home
last modified time | relevance | path

Searched refs:pszArg (Results 1 – 25 of 52) sorted by relevance

123

/dports/devel/kBuild/kBuild-0.1.9998/src/lib/nt/
H A DtstNtFts.c66 const char *pszArg = argv[i]; in main() local
67 if (*pszArg == '-' && !fDoneOptions) in main()
69 char chOpt = *++pszArg; in main()
70 pszArg++; in main()
78 if (strcmp(pszArg, "help") == 0) in main()
80 else if (strcmp(pszArg, "version") == 0) in main()
82 else if (strcmp(pszArg, "see-dot") == 0) in main()
96 else if (strcmp(pszArg, "quiet") == 0) in main()
107 pszArg = ""; in main()
164 chOpt = *pszArg++; in main()
[all …]
/dports/devel/kBuild/kBuild-0.1.9998/src/kmk/kmkbuiltin/
H A Dredirect.c1131 char *pszArg = argv[iArg]; in kmk_builtin_redirect() local
1132 if (*pszArg == '-') in kmk_builtin_redirect()
1138 chOpt = *++pszArg; in kmk_builtin_redirect()
1139 pszArg++; in kmk_builtin_redirect()
1144 if (*pszArg == '\0') in kmk_builtin_redirect()
1190 pszArg = ""; in kmk_builtin_redirect()
1221 if (*pszArg != '\0') in kmk_builtin_redirect()
1222 pszValue = pszArg + (*pszArg == ':' || *pszArg == '='); in kmk_builtin_redirect()
1599 if (*pszArg != '\0') in kmk_builtin_redirect()
1601 if (*pszArg != ':' && *pszArg != '=') in kmk_builtin_redirect()
[all …]
H A DkSubmit.c1272 const char *pszArg = argv[iArg]; in kmk_builtin_kSubmit() local
1273 if (*pszArg == '-') in kmk_builtin_kSubmit()
1275 char chOpt = *++pszArg; in kmk_builtin_kSubmit()
1276 pszArg++; in kmk_builtin_kSubmit()
1290 if (*pszArg == '\0') in kmk_builtin_kSubmit()
1310 if (strcmp(pszArg, "help") == 0) in kmk_builtin_kSubmit()
1342 pszArg = ""; in kmk_builtin_kSubmit()
1357 if (*pszArg != '\0') in kmk_builtin_kSubmit()
1358 pszValue = pszArg + (*pszArg == ':' || *pszArg == '='); in kmk_builtin_kSubmit()
1415 if (*pszArg != '\0') in kmk_builtin_kSubmit()
[all …]
H A Dtouch.c568 const char *pszArg = papszArgs[iArg]; in touch_parse_args() local
569 if (*pszArg == '-') in touch_parse_args()
572 char ch = *++pszArg; in touch_parse_args()
573 pszArg++; in touch_parse_args()
580 const char *pszLong = pszArg; in touch_parse_args()
581 ch = *pszArg++; in touch_parse_args()
590 pszArg = ""; in touch_parse_args()
645 if (*pszArg || pszLongValue) in touch_parse_args()
647 pszValue = pszArg; in touch_parse_args()
648 pszArg = ""; in touch_parse_args()
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/apple/foundationdb/flow/
H A DSimpleOpt.h348 const SOCHAR * pszArg; member
653 cFirst = PrepareArg(pszArg); in Next()
654 if (pszArg[0] == (SOCHAR)'-') { in Next()
661 nTableIdx = LookupOption(pszArg); in Next()
667 && pszArg[0] == (SOCHAR)'-' in Next()
668 && pszArg[1] in Next()
669 && pszArg[1] != (SOCHAR)'-' in Next()
670 && pszArg[2]) in Next()
674 m_szShort[1] = pszArg[1]; in Next()
689 m_pszClump = &pszArg[1]; in Next()
[all …]
/dports/databases/grass7/grass-7.8.6/lib/vector/dglib/examples/
H A Dopt.c28 static int _ParseLongOption(GnoOption_s * pOpt, char *pszArg) in _ParseLongOption() argument
42 if ((pszPar = strchr(pszArg, '=')) != NULL) { in _ParseLongOption()
45 pszMatch = strdup(pszArg); in _ParseLongOption()
78 static int _ParseLongSwitch(GnoOption_s * pOpt, char *pszArg) in _ParseLongSwitch() argument
85 if (strcmp(pOpt->pszLong, pszArg + 2) == 0) { in _ParseLongSwitch()
96 static int _ParseShortOption(GnoOption_s * pOpt, char *pszArg, char *pszPar) in _ParseShortOption() argument
106 for (ich = 1; pszArg[ich]; ich++) { in _ParseShortOption()
107 if (pszShort[0] == pszArg[ich]) { in _ParseShortOption()
137 static int _ParseShortSwitch(GnoOption_s * pOpt, char *pszArg) in _ParseShortSwitch() argument
144 for (ich = 1; pszArg[ich]; ich++) { in _ParseShortSwitch()
[all …]
/dports/net/gamenetworkingsockets/GameNetworkingSockets-1.3.0/src/steamnetworkingsockets/certtool/
H A Dsteamnetworkingsockets_certtool.cpp442 const char *pszArg = argv[nCurArg++]; in main()
446 printf( "Invalid value for %s: '%s'\n", pszSwitch, pszArg ); \ in main()
460 LoadFileIntoBuffer( pszArg, buf ); in main()
470 if ( !s_keyCAPriv.ParsePEM( pszArg, V_strlen(pszArg) ) ) in main()
479 LoadFileIntoBuffer( pszArg, buf ); in main()
489 if ( !s_keyCertPub.SetFromOpenSSHAuthorizedKeys( pszArg, V_strlen(pszArg) ) ) in main()
500 V_AllocAndSplitString( pszArg, ",", vecCodes ); in main()
502 Plat_FatalError( "'%s' isn't a valid comma-separated list of POPs\n", pszArg ); in main()
519 V_AllocAndSplitString( pszArg, ",", vecCodes ); in main()
537 sscanf( pszArg, "%d", &s_nExpiryDays ); in main()
[all …]
/dports/graphics/podofo/podofo-0.9.7/tools/podofocountpages/
H A Dcountpages.cpp74 const char* pszArg = argv[i]; in main() local
76 if( strcmp(pszArg, "-s") == 0 ) in main()
80 else if( strcmp(pszArg, "-t") == 0 ) in main()
86 sum += count_pages( pszArg, bShortFormat ); in main()
/dports/devel/kBuild/kBuild-0.1.9998/src/lib/
H A Dquote_argv.c54 static int isWatcomPassThruOption(const char *pszArg) in isWatcomPassThruOption() argument
56 char ch = *pszArg++; in isWatcomPassThruOption()
59 ch = *pszArg++; in isWatcomPassThruOption()
65 ch = *pszArg++; in isWatcomPassThruOption()
H A Dquoted_spawn.c51 static int quoted_spawn_need_quoting(const char *pszArg) in quoted_spawn_need_quoting() argument
54 switch (*pszArg++) in quoted_spawn_need_quoting()
/dports/graphics/py-gdal/gdal-3.3.3/apps/
H A Dnearblack_lib.cpp728 static bool IsInt( const char *pszArg ) in IsInt() argument
730 if( pszArg[0] == '-' ) in IsInt()
731 pszArg++; in IsInt()
733 if( *pszArg == '\0' ) in IsInt()
736 while( *pszArg != '\0' ) in IsInt()
738 if( *pszArg < '0' || *pszArg > '9' ) in IsInt()
740 pszArg++; in IsInt()
H A Dgdal_contour.cpp46 static bool ArgIsNumeric( const char *pszArg ) in ArgIsNumeric() argument
49 return CPLGetValueType(pszArg) != CPL_VALUE_STRING; in ArgIsNumeric()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/apps/
H A Dnearblack_lib.cpp728 static bool IsInt( const char *pszArg ) in IsInt() argument
730 if( pszArg[0] == '-' ) in IsInt()
731 pszArg++; in IsInt()
733 if( *pszArg == '\0' ) in IsInt()
736 while( *pszArg != '\0' ) in IsInt()
738 if( *pszArg < '0' || *pszArg > '9' ) in IsInt()
740 pszArg++; in IsInt()
/dports/graphics/gdal/gdal-3.3.3/apps/
H A Dnearblack_lib.cpp728 static bool IsInt( const char *pszArg ) in IsInt() argument
730 if( pszArg[0] == '-' ) in IsInt()
731 pszArg++; in IsInt()
733 if( *pszArg == '\0' ) in IsInt()
736 while( *pszArg != '\0' ) in IsInt()
738 if( *pszArg < '0' || *pszArg > '9' ) in IsInt()
740 pszArg++; in IsInt()
/dports/devel/kBuild/kBuild-0.1.9998/src/lib/kStuff/kProfiler2/
H A Dprfcoreterm.cpp.h118 const char *pszArg = papszArgs[i]; in KPRF_DECL_FUNC() local
121 char ch = *pszArg++; in KPRF_DECL_FUNC()
/dports/net/gamenetworkingsockets/GameNetworkingSockets-1.3.0/tests/
H A Dtest_p2p.cpp163 const char *pszArg = GetArg(); in main() local
164 if ( !x.ParseString( pszArg ) ) in main()
165 TEST_Fatal( "'%s' is not a valid identity string", pszArg ); in main()
/dports/games/opencity/opencity-0.0.6.5stable/src/
H A DSimpleOpt.h256 SOCHAR * pszArg; //!< arg string to search for, e.g. "open", "-", "-f", "--file" member
554 m_pszOptionText = m_rgOptions[nTableIdx].pszArg; in Next()
734 SO_ASSERT(m_rgOptions[n].pszArg[0] != (SOCHAR)'/'); in LookupOption()
736 int nMatchLen = CalcMatch(m_rgOptions[n].pszArg, a_pszOption); in LookupOption()
/dports/devel/upp/upp/bazaar/plugin/gdal/ogr/ogrsf_frmts/vrt/
H A Dogrvrtlayer.cpp891 if( pszArg != NULL ) in FullInitialize()
897 if( EQUAL(pszArg,OGRFieldDefn::GetFieldTypeName( in FullInitialize()
909 pszArg ); in FullInitialize()
917 pszArg = CPLGetXMLValue( psChild, "subtype", NULL ); in FullInitialize()
918 if( pszArg != NULL ) in FullInitialize()
937 pszArg ); in FullInitialize()
999 pszArg = CPLGetXMLValue( psChild, "src", NULL ); in FullInitialize()
1001 if( pszArg != NULL ) in FullInitialize()
1004 GetSrcLayerDefn()->GetFieldIndex( pszArg ); in FullInitialize()
1009 pszArg ); in FullInitialize()
[all …]
H A Dogrvrtdatasource.cpp393 const char *pszArg = CPLGetXMLValue( psSubNode, "type", NULL ); in InstanciateUnionLayer() local
395 if( pszArg != NULL ) in InstanciateUnionLayer()
401 if( EQUAL(pszArg,OGRFieldDefn::GetFieldTypeName( in InstanciateUnionLayer()
413 pszArg ); in InstanciateUnionLayer()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/ogr/ogrsf_frmts/vrt/
H A Dogrvrtlayer.cpp903 const char *pszArg = CPLGetXMLValue(psChild, "type", nullptr); in FullInitialize() local
905 if( pszArg != nullptr ) in FullInitialize()
911 if( EQUAL(pszArg, OGRFieldDefn::GetFieldTypeName( in FullInitialize()
928 pszArg = CPLGetXMLValue(psChild, "subtype", nullptr); in FullInitialize()
929 if( pszArg != nullptr ) in FullInitialize()
936 if( EQUAL(pszArg, in FullInitialize()
957 "Invalid subtype '%s' for type '%s'.", pszArg, in FullInitialize()
1006 pszArg = CPLGetXMLValue(psChild, "src", nullptr); in FullInitialize()
1008 if( pszArg != nullptr ) in FullInitialize()
1011 GetSrcLayerDefn(), pszArg); in FullInitialize()
[all …]
H A Dogrvrtdatasource.cpp443 const char *pszArg = CPLGetXMLValue(psSubNode, "type", nullptr); in InstantiateUnionLayer() local
445 if( pszArg != nullptr ) in InstantiateUnionLayer()
451 if( EQUAL(pszArg, OGRFieldDefn::GetFieldTypeName( in InstantiateUnionLayer()
462 "Unable to identify Field type '%s'.", pszArg); in InstantiateUnionLayer()
/dports/graphics/gdal/gdal-3.3.3/ogr/ogrsf_frmts/vrt/
H A Dogrvrtlayer.cpp903 const char *pszArg = CPLGetXMLValue(psChild, "type", nullptr); in FullInitialize() local
905 if( pszArg != nullptr ) in FullInitialize()
911 if( EQUAL(pszArg, OGRFieldDefn::GetFieldTypeName( in FullInitialize()
928 pszArg = CPLGetXMLValue(psChild, "subtype", nullptr); in FullInitialize()
929 if( pszArg != nullptr ) in FullInitialize()
936 if( EQUAL(pszArg, in FullInitialize()
957 "Invalid subtype '%s' for type '%s'.", pszArg, in FullInitialize()
1006 pszArg = CPLGetXMLValue(psChild, "src", nullptr); in FullInitialize()
1008 if( pszArg != nullptr ) in FullInitialize()
1011 GetSrcLayerDefn(), pszArg); in FullInitialize()
[all …]
H A Dogrvrtdatasource.cpp443 const char *pszArg = CPLGetXMLValue(psSubNode, "type", nullptr); in InstantiateUnionLayer() local
445 if( pszArg != nullptr ) in InstantiateUnionLayer()
451 if( EQUAL(pszArg, OGRFieldDefn::GetFieldTypeName( in InstantiateUnionLayer()
462 "Unable to identify Field type '%s'.", pszArg); in InstantiateUnionLayer()
/dports/graphics/py-gdal/gdal-3.3.3/ogr/ogrsf_frmts/vrt/
H A Dogrvrtlayer.cpp903 const char *pszArg = CPLGetXMLValue(psChild, "type", nullptr); in FullInitialize() local
905 if( pszArg != nullptr ) in FullInitialize()
911 if( EQUAL(pszArg, OGRFieldDefn::GetFieldTypeName( in FullInitialize()
928 pszArg = CPLGetXMLValue(psChild, "subtype", nullptr); in FullInitialize()
929 if( pszArg != nullptr ) in FullInitialize()
936 if( EQUAL(pszArg, in FullInitialize()
957 "Invalid subtype '%s' for type '%s'.", pszArg, in FullInitialize()
1006 pszArg = CPLGetXMLValue(psChild, "src", nullptr); in FullInitialize()
1008 if( pszArg != nullptr ) in FullInitialize()
1011 GetSrcLayerDefn(), pszArg); in FullInitialize()
[all …]
H A Dogrvrtdatasource.cpp443 const char *pszArg = CPLGetXMLValue(psSubNode, "type", nullptr); in InstantiateUnionLayer() local
445 if( pszArg != nullptr ) in InstantiateUnionLayer()
451 if( EQUAL(pszArg, OGRFieldDefn::GetFieldTypeName( in InstantiateUnionLayer()
462 "Unable to identify Field type '%s'.", pszArg); in InstantiateUnionLayer()

123