Home
last modified time | relevance | path

Searched full:arg_count (Results 1 – 7 of 7) sorted by relevance

/freebsd/crypto/openssl/test/testutil/
H A Doptions.c53 int n, arg_count = opt_num_rest(); in opt_check_usage() local
55 if (arg_count > (int)OSSL_NELEM(used)) in opt_check_usage()
58 n = arg_count; in opt_check_usage()
64 if (i < arg_count) in opt_check_usage()
/freebsd/contrib/xz/src/xz/
H A Dmain.c203 message_set_files(args.arg_count); in main()
208 if (opt_stdout || (args.arg_count == 1 in main()
247 for (unsigned i = 0; i < args.arg_count; ++i) { in main()
262 if (args.files_name == NULL && args.arg_count == 1) in main()
277 for (unsigned i = 0; i < args.arg_count && !user_abort; ++i) { in main()
H A Dargs.h18 unsigned int arg_count; member
H A Dargs.c895 args->arg_count = 1; in args_parse()
900 args->arg_count = (unsigned int)(argc - optind); in args_parse()
/freebsd/contrib/ntp/sntp/libopts/
H A Dao-strs.c204 "OPTION_COUNT=`expr $ARG_COUNT - $#`\n"
222 "ARG_COUNT=$#\n"
294 "ARG_COUNT=$#\n"
/freebsd/contrib/tcp_wrappers/
H A Dinetcf.c142 * ...stuff... path arg_count arguments mod_count modules in inet_cfg()
/freebsd/contrib/sqlite3/autosetup/
H A Djimsh0.c5746 int arg_count = 0; in JimCreatePipeline() local
5834 arg_array[arg_count++] = (char *)arg; in JimCreatePipeline()
5844 if (arg_count == 0) { in JimCreatePipeline()
5957 for (firstArg = 0; firstArg < arg_count; numPids++, firstArg = lastArg + 1) { in JimCreatePipeline()
5961 for (lastArg = firstArg; lastArg < arg_count; lastArg++) { in JimCreatePipeline()
5978 if (lastArg == arg_count) { in JimCreatePipeline()