Searched refs:carg (Results 1 - 13 of 13) sorted by relevance

/freebsd-9.3-release/lib/msun/src/
H A Ds_carg.c34 carg(double complex z) function
/freebsd-9.3-release/usr.sbin/pw/
H A Dpw.h65 struct carg struct
69 LIST_ENTRY(carg) list;
72 LIST_HEAD(cargs, carg);
105 struct carg *addarg(struct cargs * _args, int ch, char *argstr);
106 struct carg *getarg(struct cargs * _args, int ch);
H A Dpw.c435 struct carg *
438 struct carg *c = LIST_FIRST(_args);
445 struct carg *
448 struct carg *ca = malloc(sizeof(struct carg));
H A Dpw_group.c44 struct carg *arg, struct group *grp);
52 struct carg *a_name = getarg(args, 'n');
53 struct carg *a_gid = getarg(args, 'g');
54 struct carg *arg;
302 delete_members(char ***members, int *grmembers, int *i, struct carg *arg,
343 struct carg *a_gid = getarg(args, 'g');
H A Dpw_user.c102 struct carg *a_name;
103 struct carg *a_uid;
104 struct carg *arg;
801 struct carg *a_uid = getarg(args, 'u');
857 struct carg *a_gid = getarg(args, 'g');
912 struct carg *t = LIST_NEXT(a_gid, list);
927 struct carg *arg = getarg(args, 'p');
943 struct carg *arg = getarg(args, 'e');
957 struct carg *arg = getarg(args, 'd');
1011 struct carg *ar
[all...]
/freebsd-9.3-release/include/
H A Dcomplex.h49 double carg(double complex);
H A Dtgmath.h203 #define carg(x) __tg_simple(x, carg) macro
/freebsd-9.3-release/lib/msun/
H A DSymbol.map188 carg;
H A DMakefile146 atan2.3 carg.3 atan2.3 cargf.3 atan2.3 cargl.3
/freebsd-9.3-release/tools/regression/include/tgmath/
H A Dtgmath.c159 TGMACRO_COMPLEX_REAL_RET(carg)
602 PRINT("carg",
603 PASS_REAL_ARG_REAL_RET_(carg, _complex) &&
604 PASS_COMPLEX_ARG_REAL_RET(carg));
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Headers/
H A Dtgmath.h1225 // carg
1245 __tg_carg(double _Complex __x) {return carg(__x);}
1251 #undef carg macro
1252 #define carg(__x) __tg_carg(__tg_promote1((__x))(__x)) macro
/freebsd-9.3-release/contrib/gcc/
H A Dopts.c1406 handle_param (const char *carg) argument
1411 arg = xstrdup (carg);
/freebsd-9.3-release/contrib/libstdc++/
H A Dconfigure7462 carg(tmpd);
[all...]

Completed in 141 milliseconds