real 562 maint/gnulib/lib/argp-help.c const struct argp_option *real, real 568 maint/gnulib/lib/argp-help.c const struct argp_option *opt, *real = entry->opt; real 571 maint/gnulib/lib/argp-help.c for (opt = real, nopts = entry->num; nopts > 0 && !val; opt++, nopts--) real 575 maint/gnulib/lib/argp-help.c real = opt; real 577 maint/gnulib/lib/argp-help.c val = (*func)(opt, real, domain, cookie); real 593 maint/gnulib/lib/argp-help.c const struct argp_option *real, real 599 maint/gnulib/lib/argp-help.c const struct argp_option *opt, *real = entry->opt; real 601 maint/gnulib/lib/argp-help.c for (opt = real, nopts = entry->num; nopts > 0 && !val; opt++, nopts--) real 605 maint/gnulib/lib/argp-help.c real = opt; real 607 maint/gnulib/lib/argp-help.c val = (*func)(opt, real, domain, cookie); real 615 maint/gnulib/lib/argp-help.c until_short (const struct argp_option *opt, const struct argp_option *real, real 1078 maint/gnulib/lib/argp-help.c arg (const struct argp_option *real, const char *req_fmt, const char *opt_fmt, real 1081 maint/gnulib/lib/argp-help.c if (real->arg) real 1083 maint/gnulib/lib/argp-help.c if (real->flags & OPTION_ARG_OPTIONAL) real 1085 maint/gnulib/lib/argp-help.c dgettext (domain, real->arg)); real 1088 maint/gnulib/lib/argp-help.c dgettext (domain, real->arg)); real 1228 maint/gnulib/lib/argp-help.c const struct argp_option *real = entry->opt, *opt; real 1238 maint/gnulib/lib/argp-help.c if (! odoc (real)) real 1239 maint/gnulib/lib/argp-help.c for (opt = real, num = entry->num; num > 0; opt++, num--) real 1248 maint/gnulib/lib/argp-help.c for (opt = real, num = entry->num; num > 0; opt++, num--) real 1258 maint/gnulib/lib/argp-help.c arg (real, " %s", "[%s]", real 1261 maint/gnulib/lib/argp-help.c else if (real->arg) real 1268 maint/gnulib/lib/argp-help.c if (odoc (real)) real 1272 maint/gnulib/lib/argp-help.c for (opt = real, num = entry->num; num > 0; opt++, num--) real 1289 maint/gnulib/lib/argp-help.c for (opt = real, num = entry->num; num > 0; opt++, num--) real 1294 maint/gnulib/lib/argp-help.c arg (real, "=%s", "[=%s]", real 1305 maint/gnulib/lib/argp-help.c if (!oshort (real) && !real->name) real 1307 maint/gnulib/lib/argp-help.c print_header (real->doc, entry->argp, &pest); real 1314 maint/gnulib/lib/argp-help.c const char *tstr = real->doc ? dgettext (state == NULL ? NULL real 1316 maint/gnulib/lib/argp-help.c real->doc) : 0; real 1317 maint/gnulib/lib/argp-help.c const char *fstr = filter_doc (tstr, real->key, entry->argp, state); real 1386 maint/gnulib/lib/argp-help.c const struct argp_option *real, real 1390 maint/gnulib/lib/argp-help.c if (!(opt->arg || real->arg) real 1391 maint/gnulib/lib/argp-help.c && !((opt->flags | real->flags) & OPTION_NO_USAGE)) real 1400 maint/gnulib/lib/argp-help.c const struct argp_option *real, real 1405 maint/gnulib/lib/argp-help.c int flags = opt->flags | real->flags; real 1408 maint/gnulib/lib/argp-help.c arg = real->arg; real 1432 maint/gnulib/lib/argp-help.c const struct argp_option *real, real 1437 maint/gnulib/lib/argp-help.c int flags = opt->flags | real->flags; real 1440 maint/gnulib/lib/argp-help.c arg = real->arg; real 295 maint/gnulib/lib/argp-parse.c const struct argp_option *real = argp->options; real 298 maint/gnulib/lib/argp-parse.c if (real || argp->parser) real 302 maint/gnulib/lib/argp-parse.c if (real) real 303 maint/gnulib/lib/argp-parse.c for (opt = real; !__option_is_end (opt); opt++) real 307 maint/gnulib/lib/argp-parse.c real = opt; real 309 maint/gnulib/lib/argp-parse.c if (! (real->flags & OPTION_DOC)) real 316 maint/gnulib/lib/argp-parse.c if (real->arg) real 319 maint/gnulib/lib/argp-parse.c if (real->flags & OPTION_ARG_OPTIONAL) real 331 maint/gnulib/lib/argp-parse.c (real->arg real 332 maint/gnulib/lib/argp-parse.c ? (real->flags & OPTION_ARG_OPTIONAL real 344 maint/gnulib/lib/argp-parse.c ((opt->key ? opt->key : real->key) & USER_MASK) real 89 maint/gnulib/lib/idpriv-drop.c uid_t real; real 92 maint/gnulib/lib/idpriv-drop.c if (getresuid (&real, &effective, &saved) < 0 real 93 maint/gnulib/lib/idpriv-drop.c || real != uid real 110 maint/gnulib/lib/idpriv-drop.c gid_t real; real 113 maint/gnulib/lib/idpriv-drop.c if (getresgid (&real, &effective, &saved) < 0 real 114 maint/gnulib/lib/idpriv-drop.c || real != gid real 79 maint/gnulib/lib/idpriv-droptemp.c uid_t real; real 82 maint/gnulib/lib/idpriv-droptemp.c if (getresuid (&real, &effective, &saved) < 0 real 83 maint/gnulib/lib/idpriv-droptemp.c || real != uid real 98 maint/gnulib/lib/idpriv-droptemp.c uid_t real; real 101 maint/gnulib/lib/idpriv-droptemp.c if (getresgid (&real, &effective, &saved) < 0 real 102 maint/gnulib/lib/idpriv-droptemp.c || real != gid real 166 maint/gnulib/lib/idpriv-droptemp.c uid_t real; real 169 maint/gnulib/lib/idpriv-droptemp.c if (getresuid (&real, &effective, &saved) < 0 real 170 maint/gnulib/lib/idpriv-droptemp.c || real != uid real 185 maint/gnulib/lib/idpriv-droptemp.c uid_t real; real 188 maint/gnulib/lib/idpriv-droptemp.c if (getresgid (&real, &effective, &saved) < 0 real 189 maint/gnulib/lib/idpriv-droptemp.c || real != gid real 33 maint/gnulib/tests/test-idpriv-drop.c uid_t real; real 36 maint/gnulib/tests/test-idpriv-drop.c ASSERT (getresuid (&real, &effective, &saved) >= 0); real 38 maint/gnulib/tests/test-idpriv-drop.c (int) real, (int) effective, (int) saved); real 52 maint/gnulib/tests/test-idpriv-drop.c gid_t real; real 55 maint/gnulib/tests/test-idpriv-drop.c ASSERT (getresgid (&real, &effective, &saved) >= 0); real 57 maint/gnulib/tests/test-idpriv-drop.c (int) real, (int) effective, (int) saved); real 111 maint/gnulib/tests/test-idpriv-drop.c uid_t real; real 114 maint/gnulib/tests/test-idpriv-drop.c if (getresuid (&real, &effective, &saved) < 0 real 115 maint/gnulib/tests/test-idpriv-drop.c || real != uid real 132 maint/gnulib/tests/test-idpriv-drop.c gid_t real; real 135 maint/gnulib/tests/test-idpriv-drop.c if (getresgid (&real, &effective, &saved) < 0 real 136 maint/gnulib/tests/test-idpriv-drop.c || real != gid real 33 maint/gnulib/tests/test-idpriv-droptemp.c uid_t real; real 36 maint/gnulib/tests/test-idpriv-droptemp.c ASSERT (getresuid (&real, &effective, &saved) >= 0); real 38 maint/gnulib/tests/test-idpriv-droptemp.c (int) real, (int) effective, (int) saved); real 52 maint/gnulib/tests/test-idpriv-droptemp.c gid_t real; real 55 maint/gnulib/tests/test-idpriv-droptemp.c ASSERT (getresgid (&real, &effective, &saved) >= 0); real 57 maint/gnulib/tests/test-idpriv-droptemp.c (int) real, (int) effective, (int) saved);