Lines Matching defs:arg
41 static char *arg;
160 /* Set up the arg parsing. */
514 (void)opt_int(arg, &result);
835 arg = NULL;
853 /* Look at current arg; at end of the list? */
854 arg = NULL;
874 if ((arg = strchr(p, '=')) != NULL)
875 *arg++ = '\0';
884 if (arg) {
893 if (arg == NULL) {
899 arg = argv[opt_index++];
913 if (opt_isdir(arg) > 0)
915 opt_printf_stderr("%s: Not a directory: %s\n", prog, arg);
926 if (!opt_int(arg, &ival))
930 prog, arg, o->name);
935 prog, arg, o->name);
940 if (!opt_intmax(arg, &imval))
944 if (!opt_uintmax(arg, &umval))
948 if (!opt_long(arg, &lval))
952 if (!opt_ulong(arg, &ulval))
959 if (opt_format(arg,
966 prog, arg, o->name);
984 return arg;