Searched refs:ud (Results 1 - 7 of 7) sorted by relevance
/osnet-11/usr/src/cmd/sendmail/src/ |
H A D | arpadate.c | 24 ** ud -- unix style date string. if NULL, one is created. 58 arpadate(ud) 59 register char *ud; 77 /* SM_REQUIRE(ud == NULL || strlen(ud) >= 23); */ 79 if (ud == NULL) 80 ud = ctime(&t); 88 p = &ud[0]; /* Mon */ 95 p = &ud[8]; /* 16 */ 103 p = &ud[ [all...] |
/osnet-11/usr/src/grub/grub-0.97/docs/ |
H A D | kernel.c | 178 unsigned long ud = d; local 186 ud = -d; 194 int remainder = ud % divisor; 198 while (ud /= divisor);
|
H A D | kernel.c.texi | 178 unsigned long ud = d; 186 ud = -d; 194 int remainder = ud % divisor; 198 while (ud /= divisor);
|
/osnet-11/usr/src/lib/libbe/common/ |
H A D | be_mount.c | 445 be_unmount_data_t ud = { 0 }; local 547 ud.altroot = mountpoint; 548 ud.force = flags & BE_UNMOUNT_FLAG_FORCE; 553 if ((ret = be_unmount_zones(&ud)) != BE_SUCCESS) { 562 if ((ret = unmount_shared_fs(&ud)) != BE_SUCCESS) { 571 &ud)) != 0) { 579 if ((ret = be_unmount_root(zhp, &ud)) != BE_SUCCESS) { 661 * ud - be_unmount_data_t pointer to data for zone to be unmounted 669 be_unmount_zone_root(zfs_handle_t *zhp, be_unmount_data_t *ud) argument 674 if (zfs_unmount(zhp, NULL, ud 1198 be_unmount_data_t *ud = data; local 1721 unmount_shared_fs(be_unmount_data_t *ud) argument 2026 be_unmount_root(zfs_handle_t *zhp, be_unmount_data_t *ud) argument 2090 be_unmount_data_t ud = { 0 }; local 2291 be_unmount_zones(be_unmount_data_t *ud) argument 2481 be_unmount_one_zone(be_unmount_data_t *ud, char *zonename, char *zonepath, char *zonepath_ds) argument [all...] |
/osnet-11/usr/src/lib/libilb/common/ |
H A D | ilb_subr.c | 65 uint64_t ud; local 79 ud = y - x; 80 if (ud > INT64_MAX) 83 return ((int64_t)ud * s);
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/op/ |
H A D | subst.t | 455 my($ua, $ub, $uc, $ud) = ("\x{101}", "\x{102}", "\x{103}", "\x{104}"); 475 ($b = $a) =~ s/-($ud)?-/$na/; 477 ($b = $a) =~ s/-($ud)?-/--$na--/; 479 ($b = $a) =~ s/-($ud)?-/$uc/; 481 ($b = $a) =~ s/-($ud)?-/--$uc--/; 484 ($b = $a) =~ s/-($ud)?-/$ua/; 486 ($b = $a) =~ s/-($ud)?-/--$ua--/; 488 ($b = $a) =~ s/-($ud)?-/$na/; 490 ($b = $a) =~ s/-($ud)?-/--$na--/;
|
/osnet-11/usr/src/lib/libast/common/misc/ |
H A D | optget.c | 3476 char ud[64]; local 3479 t = ud; 3480 while (t < &ud[sizeof(ud)-2] && (c = *s++)) 3574 , ud 3692 char ud[64]; local 3695 t = ud; 3696 while (t < &ud[sizeof(ud)-2] && (c = *s++)) 3704 sfprintf(mp, "<H4><TABLE width=100%%><TR><TH align=left> %s ( %s ) <TH align=center><A href=\".\" title=\"Index\">%s</A><TH align=right>%s ( %s )</TR></TABLE></H4>\n<HR>\n", ud, sectio [all...] |
Completed in 69 milliseconds