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

/freebsd-10-stable/usr.sbin/cron/crontab/
H A Dcrontab.c327 mode_t um; local
342 um = umask(077);
346 (void) umask(um);
349 (void) umask(um);
/freebsd-10-stable/contrib/jemalloc/src/
H A Djemalloc.c519 uintmax_t um; \
523 um = malloc_strtoumax(v, &end, 0); \
530 if (um < min) \
532 else if (um > max) \
535 o = um; \
537 if (um < min || um > max) { \
543 o = um; \
/freebsd-10-stable/contrib/ntp/libntp/
H A Dntp_calendar.c782 uint32_t us, um, uh, ud, sflag; local
787 um = (sflag ^ us) / SECSPERMIN;
788 uh = um / MINSPERHR;
791 um ^= sflag;
796 split[1] = (int32_t)(um - uh * MINSPERHR );
797 split[2] = (int32_t)(us - um * SECSPERMIN);
/freebsd-10-stable/contrib/wpa/src/tls/
H A Dlibtommath.c2254 int res, um = m->used; local
2262 mp_rshd (&q, um - 1);
2265 if (((unsigned long) um) > (((mp_digit)1) << (DIGIT_BIT - 1))) {
2271 if ((res = s_mp_mul_high_digs (&q, mu, &q, um)) != MP_OKAY) {
2275 if ((res = fast_s_mp_mul_high_digs (&q, mu, &q, um)) != MP_OKAY) {
2288 mp_rshd (&q, um + 1);
2291 if ((res = mp_mod_2d (x, DIGIT_BIT * (um + 1), x)) != MP_OKAY) {
2296 if ((res = s_mp_mul_digs (&q, m, &q, um + 1)) != MP_OKAY) {
2308 if ((res = mp_lshd (&q, um + 1)) != MP_OKAY) {
/freebsd-10-stable/sys/i386/ibcs2/
H A Dibcs2_misc.c253 struct unmount_args um; local
255 um.path = uap->name;
256 um.flags = 0;
257 return sys_unmount(td, &um);
/freebsd-10-stable/crypto/openssl/crypto/aes/asm/
H A Daes-ia64.S288 mov loc0=psr.um
295 { .mmi; rum 1<<3 // clear um.ac
322 { .mii; mov psr.um=loc0
413 { .mfb; mov psr.um=loc0 // restore user mask
667 mov loc0=psr.um
674 { .mmi; rum 1<<3 // clear um.ac
701 { .mii; mov psr.um=loc0
792 { .mfb; mov psr.um=loc0 // restore user mask
/freebsd-10-stable/contrib/amd/scripts/
H A Dexpn.1652 local($newhost, $newaddr, $newname, $um) = &parse2($oldaddr,$server,$oldname,$one_to_one);
655 return (undef, $um, $newname);
H A Dexpn.in651 local($newhost, $newaddr, $newname, $um) = &parse2($oldaddr,$server,$oldname,$one_to_one);
654 return (undef, $um, $newname);
/freebsd-10-stable/contrib/sendmail/contrib/
H A Dexpn.pl642 local($newhost, $newaddr, $newname, $um) = &parse2($oldaddr,$server,$oldname,$one_to_one);
645 return (undef, $um, $newname);
/freebsd-10-stable/usr.bin/calendar/calendars/de_DE.ISO8859-1/
H A Dcalendar.geschichte58 02/21 Schlacht um Verdun, 1916
/freebsd-10-stable/crypto/openssl/crypto/modes/asm/
H A Dghash-ia64.pl230 { .mmi; rum 1<<5 // clear um.mfh
/freebsd-10-stable/crypto/openssl/crypto/bn/asm/
H A Dia64-mont.pl355 rum 1<<5 // clear um.mfh
/freebsd-10-stable/sys/dev/mlx5/
H A Dmlx5_ifc.h1405 u8 um[0x1]; member in struct:mlx5_ifc_pptb_reg_bits

Completed in 300 milliseconds