Lines Matching refs:optarg
293 size_t len = MSG_ARG_WRAP_SIZE + strlen(optarg) + 1; in str2chr_wrap_cb()
298 MSG_ORIG(MSG_ARG_WRAP), optarg); in str2chr_wrap_cb()
299 optarg = str; in str2chr_wrap_cb()
360 optarg = argv[optind]; in str2chr()
368 optarg = &arg[optsz]; in str2chr()
370 if (*optarg == '=') { in str2chr()
371 if (*(++optarg) == '\0') { in str2chr()
444 optarg = (char *)MSG_ORIG(MSG_ARG_RESCAN_START); in ld_getopt()
455 optarg = (char *)MSG_ORIG(MSG_ARG_RESCAN_END); in ld_getopt()
469 optarg = in ld_getopt()
507 optarg = (char *) in ld_getopt()
520 optarg = (char *) in ld_getopt()
536 optarg = (char *)MSG_ORIG(MSG_ARG_HELP); in ld_getopt()
567 optarg = (char *) in ld_getopt()
576 optarg = (char *)MSG_ORIG(MSG_ARG_DEFS); in ld_getopt()
586 optarg = in ld_getopt()
620 optarg = (char *) in ld_getopt()
651 optarg = in ld_getopt()
678 if ((c == 'W') && (strncmp(optarg, in ld_getopt()
680 DBG_CALL(Dbg_args_Wldel(lml, ndx, optarg)); in ld_getopt()
681 c = optarg[MSG_ARG_T_WL_SIZE]; in ld_getopt()
682 optarg += MSG_ARG_T_WL_SIZE + 1; in ld_getopt()