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

/netbsd-current/external/gpl3/gcc.old/dist/libgfortran/intrinsics/
H A Dchmod.c51 'a' is equivalent to 'ugo'. '+' sets the given permission in addition to
67 bool ugo[3]; local
110 ugo[0] = false;
111 ugo[1] = false;
112 ugo[2] = false;
137 ugo[0] = true;
138 ugo[1] = true;
139 ugo[2] = true;
154 ugo[0] = true;
169 ugo[
[all...]
/netbsd-current/external/gpl3/gcc/dist/libgfortran/intrinsics/
H A Dchmod.c51 'a' is equivalent to 'ugo'. '+' sets the given permission in addition to
67 bool ugo[3]; local
113 ugo[0] = false;
114 ugo[1] = false;
115 ugo[2] = false;
140 ugo[0] = true;
141 ugo[1] = true;
142 ugo[2] = true;
157 ugo[0] = true;
172 ugo[
[all...]
/netbsd-current/games/cribbage/
H A Dcrib.c478 BOOLEAN myturn, mego, ugo, last, played; local
489 mego = ugo = FALSE;
512 mego = ugo = FALSE;
545 if (!ugo && pnum) { /* go for player */
547 ugo = TRUE;
559 mego = ugo = FALSE;
598 mego = ugo = FALSE;
/netbsd-current/external/bsd/ntp/dist/ntpd/
H A Drefclock_palisade.c949 l_fp ugo; /* UTC-GPS offset, negative number */ local
950 ugo.Ul_i.Xl_i = (int32_t)-GPS_UTC_Offset;
951 ugo.l_uf = 0;
952 wd = gpscal_from_gpsweek((wn % 1024), (int32_t)tow, ugo);

Completed in 190 milliseconds