Searched refs:SCALAR (Results 1 - 5 of 5) sorted by relevance

/freebsd-9.3-release/usr.sbin/pwd_mkdb/
H A Dpwd_mkdb.c367 #define SCALAR(e) store = htonl((uint32_t)(e)); \ macro
382 SCALAR(pwd.pw_uid);
383 SCALAR(pwd.pw_gid);
384 SCALAR(pwd.pw_change);
389 SCALAR(pwd.pw_expire);
390 SCALAR(pwd.pw_fields);
397 SCALAR(pwd.pw_uid);
398 SCALAR(pwd.pw_gid);
399 SCALAR(pwd.pw_change);
404 SCALAR(pw
[all...]
/freebsd-9.3-release/contrib/gcc/
H A Dtree-ssa-structalias.c77 ADDRESSOF, and SCALAR. Each constraint expression consists
80 SCALAR is a constraint expression type used to represent x, whether
388 typedef enum {SCALAR, DEREF, ADDRESSOF} constraint_expr_type; enumerator in enum:__anon1226
999 if (rhs.offset == 0 && lhs.offset == 0 && rhs.type == SCALAR)
1007 if (rhs.offset == 0 && lhs.offset == 0 && lhs.type == SCALAR)
1065 if (rhs.offset == 0 && lhs.offset == 0 && rhs.type == SCALAR)
1070 if (rhs.offset == 0 && lhs.offset == 0 && lhs.type == SCALAR)
1552 gcc_assert (c->rhs.type == SCALAR && c->lhs.type == SCALAR);
2253 cexpr.type = SCALAR;
[all...]
H A Dgengtype-yacc.y51 %token <t>SCALAR
228 type: SCALAR
H A Dgengtype-lex.l308 return SCALAR;
/freebsd-9.3-release/lib/libc/gen/
H A Dgetpwent.c983 #define SCALAR(field) do { \ macro
991 SCALAR(pwd->pw_uid);
992 SCALAR(pwd->pw_gid);
993 SCALAR(pw_change);
998 SCALAR(pw_expire);
999 SCALAR(pwd->pw_fields);
1001 #undef SCALAR macro
1054 #define SCALAR(field) do { \ macro
1063 SCALAR(pwd->pw_uid);
1064 SCALAR(pw
1073 #undef SCALAR macro
[all...]

Completed in 82 milliseconds