Home
last modified time | relevance | path

Searched refs:NSTACK_GETOPT_MAX_ARGC (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_util/core/
H A Dnstackx_getopt.c21 #define NSTACK_GETOPT_MAX_ARGC 100 macro
91 if (argc <= 1 || argc > NSTACK_GETOPT_MAX_ARGC) { in NstackCheckArg()