| /trueos/usr.sbin/pw/ |
| HD | pw.h | 66 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);
|
| HD | pw.c | 431 struct carg * 434 struct carg *c = LIST_FIRST(_args); in getarg() 441 struct carg * 444 struct carg *ca = malloc(sizeof(struct carg)); in addarg()
|
| HD | pw_group.c | 46 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()
|
| HD | pw_user.c | 105 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/ |
| HD | s_carg.c | 34 carg(double complex z) in carg() function
|
| /trueos/crypto/openssh/ |
| HD | sftp.c | 1929 int argc, carg; in complete() local 1943 argv = makeargv(line, &carg, 1, "e, &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/ |
| HD | complex.h | 70 double carg(double complex);
|
| HD | tgmath.h | 204 #define carg(x) __tg_simple(x, carg) macro
|
| /trueos/tools/regression/include/tgmath/ |
| HD | tgmath.c | 159 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/ |
| HD | Symbol.map | 188 carg;
|
| HD | Makefile | 150 atan2.3 carg.3 atan2.3 cargf.3 atan2.3 cargl.3
|
| /trueos/usr.bin/migcom/ |
| HD | utils.c | 666 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/ |
| HD | tgmath.h | 1245 __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/ |
| HD | opts.c | 1406 handle_param (const char *carg) in handle_param() argument 1411 arg = xstrdup (carg); in handle_param()
|
| HD | builtins.def | 431 DEF_C99_BUILTIN (BUILT_IN_CARG, "carg", BT_FN_DOUBLE_COMPLEX_DOUBLE, ATTR_MATHFN_FPROUNDING)
|
| /trueos/usr.bin/vi/catalog/ |
| HD | spanish.UTF-8.base | 291 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/ |
| HD | spanish.base | 291 302 "Vi no se carg� con un int�rprete Tcl" 295 306 "Vi no se carg� con un int�rprete Perl"
|
| /trueos/contrib/libstdc++/ |
| D | ChangeLog-1998 | 885 * math/carg.c: New file.
|
| D | ChangeLog-2000 | 611 (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.
|
| D | acinclude.m4 | 863 carg(tmpd);
|
| D | configure | 7462 carg(tmpd);
|
| /trueos/contrib/llvm/tools/clang/include/clang/Basic/ |
| HD | Builtins.def | 1064 LIBBUILTIN(carg, "dXd", "fnc", "complex.h", ALL_LANGUAGES)
|
| /trueos/contrib/gcc/doc/ |
| HD | extend.texi | 5400 @findex carg 5779 @code{cargf}, @code{cargl}, @code{carg}, @code{casinf}, @code{casinhf},
|