Home
last modified time | relevance | path

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

/trueos/usr.sbin/pw/
HDpw.h66 struct carg struct
70 LIST_ENTRY(carg) list; argument
73 LIST_HEAD(cargs, carg);
106 struct carg *addarg(struct cargs * _args, int ch, char *argstr);
107 struct carg *getarg(struct cargs * _args, int ch);
HDpw.c431 struct carg *
434 struct carg *c = LIST_FIRST(_args); in getarg()
441 struct carg *
444 struct carg *ca = malloc(sizeof(struct carg)); in addarg()
HDpw_group.c46 struct carg *arg, struct group *grp);
54 struct carg *a_newname = getarg(args, 'l'); in pw_group()
55 struct carg *a_name = getarg(args, 'n'); in pw_group()
56 struct carg *a_gid = getarg(args, 'g'); in pw_group()
57 struct carg *arg; in pw_group()
314 delete_members(char ***members, int *grmembers, int *i, struct carg *arg, in delete_members()
358 struct carg *a_gid = getarg(args, 'g'); in gr_gidpolicy()
HDpw_user.c105 struct carg *a_name; in pw_user()
106 struct carg *a_uid; in pw_user()
107 struct carg *arg; in pw_user()
867 struct carg *a_uid = getarg(args, 'u'); in pw_uidpolicy()
923 struct carg *a_gid = getarg(args, 'g'); in pw_gidpolicy()
979 struct carg *t = LIST_NEXT(a_gid, list); in pw_gidpolicy()
994 struct carg *arg = getarg(args, 'p'); in pw_pwdpolicy()
1010 struct carg *arg = getarg(args, 'e'); in pw_exppolicy()
1024 struct carg *arg = getarg(args, 'd'); in pw_homepolicy()
1078 struct carg *arg = getarg(args, 's'); in pw_shellpolicy()
/trueos/lib/msun/src/
HDs_carg.c34 carg(double complex z) in carg() function
/trueos/crypto/openssh/
HDsftp.c1929 int argc, carg; in complete() local
1943 argv = makeargv(line, &carg, 1, &quote, &terminated); in complete()
1960 if (carg == 0) { in complete()
1962 complete_cmd_parse(el, NULL, argc == carg, '\0', 1); in complete()
1964 } else if (carg == 1 && cursor > 0 && line[cursor - 1] != ' ') { in complete()
1966 if (complete_cmd_parse(el, argv[0], argc == carg, in complete()
1969 } else if (carg >= 1) { in complete()
1974 if (carg > 1 && line[cursor-1] != ' ') in complete()
1975 filematch = argv[carg - 1]; in complete()
1980 remote, carg == argc, quote, terminated) != 0) in complete()
/trueos/include/
HDcomplex.h70 double carg(double complex);
HDtgmath.h204 #define carg(x) __tg_simple(x, carg) macro
/trueos/tools/regression/include/tgmath/
HDtgmath.c159 TGMACRO_COMPLEX_REAL_RET(carg)
603 PASS_REAL_ARG_REAL_RET_(carg, _complex) && in main()
604 PASS_COMPLEX_ARG_REAL_RET(carg)); in main()
/trueos/lib/msun/
HDSymbol.map188 carg;
HDMakefile150 atan2.3 carg.3 atan2.3 cargf.3 atan2.3 cargl.3
/trueos/usr.bin/migcom/
HDutils.c666 const char *carg = (count) ? ", c" : ""; in WriteNDRConvertArgDecl() local
695 …__NDR_convert__%s__%s__%s_t__%s(a, f%s) \\\n\t", convert, dir, rt->rtName, arg->argMsgField, carg); in WriteNDRConvertArgDecl()
714 fprintf(file, "((%s *)(a), f%s", bttype, carg); in WriteNDRConvertArgDecl()
/trueos/contrib/llvm/tools/clang/lib/Headers/
HDtgmath.h1245 __tg_carg(double _Complex __x) {return carg(__x);} in __tg_carg()
1251 #undef carg
1252 #define carg(__x) __tg_carg(__tg_promote1((__x))(__x)) macro
/trueos/contrib/gcc/
HDopts.c1406 handle_param (const char *carg) in handle_param() argument
1411 arg = xstrdup (carg); in handle_param()
HDbuiltins.def431 DEF_C99_BUILTIN (BUILT_IN_CARG, "carg", BT_FN_DOUBLE_COMPLEX_DOUBLE, ATTR_MATHFN_FPROUNDING)
/trueos/usr.bin/vi/catalog/
HDspanish.UTF-8.base291 302 "Vi no se cargó con un intérprete Tcl"
295 306 "Vi no se cargó con un intérprete Perl"
/trueos/contrib/nvi/catalog/
HDspanish.base291 302 "Vi no se carg� con un int�rprete Tcl"
295 306 "Vi no se carg� con un int�rprete Perl"
/trueos/contrib/libstdc++/
DChangeLog-1998885 * math/carg.c: New file.
DChangeLog-2000611 (EXTRA_DIST): Remove c_log, c_logf, carg, cargf.
616 * libmath/carg.c: Likewise.
621 * acinclude.m4: Remove check for c_log, c_logf, c_logl, carg,
3759 * math/carg.c (carg): Replace __atan2 with atan2.
Dacinclude.m4863 carg(tmpd);
Dconfigure7462 carg(tmpd);
/trueos/contrib/llvm/tools/clang/include/clang/Basic/
HDBuiltins.def1064 LIBBUILTIN(carg, "dXd", "fnc", "complex.h", ALL_LANGUAGES)
/trueos/contrib/gcc/doc/
HDextend.texi5400 @findex carg
5779 @code{cargf}, @code{cargl}, @code{carg}, @code{casinf}, @code{casinhf},