Searched refs:opt_w (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/sys/arch/sgimips/stand/sgivol/
H A Dsgivol.c64 int opt_w; /* Write a file to volume header */ variable
119 #define RESET_OPTS() opt_i = opt_m = opt_r = opt_w = opt_d = opt_p = 0
146 ++opt_w;
172 if (opt_m || opt_r || opt_w) {
202 (opt_i | opt_m | opt_w | opt_d | opt_p) ? O_RDWR : O_RDONLY);
207 fd = open(buf, (opt_i | opt_w | opt_d | opt_p)
245 if (opt_w) {
/netbsd-current/external/bsd/openldap/dist/build/
H A Dshtool266 opt_w=no
1407 if [ ".$opt_w" = .yes ]; then
1425 if [ ".$opt_q" = .no ] && [ ".$opt_w" = .no ]; then
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dstor-layout.c1157 int opt_w = 0;
1165 opt_w = OPT_Wif_not_aligned;
1173 opt_w = OPT_Wpacked_not_aligned;
1184 warning (opt_w, "alignment %u of %qT is less than %u",
1191 warning (opt_w, "%q+D offset %E in %qT isn%'t aligned to %u",
1194 warning (opt_w, "%q+D offset %E in %qT may not be aligned to %u",
1153 int opt_w = 0; local
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dstor-layout.cc1160 int opt_w = 0;
1168 opt_w = OPT_Wif_not_aligned;
1176 opt_w = OPT_Wpacked_not_aligned;
1187 warning (opt_w, "alignment %u of %qT is less than %u",
1194 warning (opt_w, "%q+D offset %E in %qT isn%'t aligned to %u",
1197 warning (opt_w, "%q+D offset %E in %qT may not be aligned to %u",
1156 int opt_w = 0; local

Completed in 202 milliseconds