Home
last modified time | relevance | path

Searched refs:SCALAR (Results 1 – 7 of 7) sorted by relevance

/freebsd-12-stable/usr.sbin/pwd_mkdb/
Dpwd_mkdb.c372 #define SCALAR(e) store = htonl((uint32_t)(e)); \ in main() macro
387 SCALAR(pwd.pw_uid); in main()
388 SCALAR(pwd.pw_gid); in main()
389 SCALAR(pwd.pw_change); in main()
394 SCALAR(pwd.pw_expire); in main()
395 SCALAR(pwd.pw_fields); in main()
402 SCALAR(pwd.pw_uid); in main()
403 SCALAR(pwd.pw_gid); in main()
404 SCALAR(pwd.pw_change); in main()
409 SCALAR(pwd.pw_expire); in main()
[all …]
/freebsd-12-stable/contrib/gcc/
Dtree-ssa-structalias.c388 typedef enum {SCALAR, DEREF, ADDRESSOF} constraint_expr_type; enumerator
999 if (rhs.offset == 0 && lhs.offset == 0 && rhs.type == SCALAR) in build_pred_graph()
1007 if (rhs.offset == 0 && lhs.offset == 0 && lhs.type == SCALAR) in build_pred_graph()
1065 if (rhs.offset == 0 && lhs.offset == 0 && rhs.type == SCALAR) in build_succ_graph()
1070 if (rhs.offset == 0 && lhs.offset == 0 && lhs.type == SCALAR) in build_succ_graph()
1552 gcc_assert (c->rhs.type == SCALAR && c->lhs.type == SCALAR); in do_complex_constraint()
2253 cexpr.type = SCALAR; in get_constraint_exp_from_ssa_var()
2405 temp.type = SCALAR; in get_constraint_for_component_ref()
2425 result->type = SCALAR; in get_constraint_for_component_ref()
2427 if (result->type == SCALAR) in get_constraint_for_component_ref()
[all …]
Dgengtype-yacc.y51 %token <t>SCALAR
228 type: SCALAR
Dpretty-print.h262 #define pp_scalar(PP, FORMAT, SCALAR) \ argument
265 sprintf (pp_buffer (PP)->digit_buffer, FORMAT, SCALAR); \
Dgengtype-lex.l308 return SCALAR;
DChangeLog-200416133 (CMP_{SCALAR,PS,4S}_BUILTINS, MOVTF_BUILTINS): Split INSN parameter
/freebsd-12-stable/lib/libc/gen/
Dgetpwent.c973 #define SCALAR(field) do { \ in pwdb_parse_entry_v3() macro
981 SCALAR(pwd->pw_uid); in pwdb_parse_entry_v3()
982 SCALAR(pwd->pw_gid); in pwdb_parse_entry_v3()
983 SCALAR(pw_change); in pwdb_parse_entry_v3()
988 SCALAR(pw_expire); in pwdb_parse_entry_v3()
989 SCALAR(pwd->pw_fields); in pwdb_parse_entry_v3()
991 #undef SCALAR in pwdb_parse_entry_v3()
1044 #define SCALAR(field) do { \ in pwdb_parse_entry_v4() macro
1053 SCALAR(pwd->pw_uid); in pwdb_parse_entry_v4()
1054 SCALAR(pwd->pw_gid); in pwdb_parse_entry_v4()
[all …]