/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/Perldoc/ |
H A D | ToNroff.pm | 18 sub date { shift->_perldoc_elem('date' , @_) } subroutine 66 The following options are supported: center, date, fixed, fixedbold,
|
H A D | ToMan.pm | 24 sub date { shift->_perldoc_elem('date' , @_) } subroutine 141 The following options are supported: center, date, fixed, fixedbold,
|
/osnet-11/usr/src/cmd/ast/msgcc/ |
H A D | msggen.c | 89 " the newest date for a given \aidentification\a" 124 char* date; member in struct:Xl_s 158 if (strcoll(px->date, d) < 0) 160 free(px->date); 161 if (!(px->date = strdup(d))) 168 if (!(px = newof(0, Xl_t, 1, strlen(s))) || !(px->date = strdup(d))) 494 if (px->date && (!bp || strcoll(bp->date, px->date) < 0)) 498 sfprintf(tp, "%s%s %s", t, bp->name, bp->date); [all...] |
/osnet-11/usr/src/lib/libcmd/common/ |
H A D | who.c | 171 char *date = ctime(&t); local 184 sfprintf(out,"%-*.*s %c %-*.*s %.12s ",sp->siz_user,sp->siz_user,up->ut_user,state,sp->siz_line,sp->siz_line,up->ut_line,date+4); 187 sfprintf(out,"%-*.*s %-*.*s %.12s ",sp->siz_user,sp->siz_user,up->ut_user,sp->siz_line,sp->siz_line,up->ut_line,date+4);
|
H A D | pr.c | 133 char *date; member in struct:_pr_ 163 pp->date = (char*)(pp+1); 182 if(sfprintf(pp->outfile,"%s %s Page %d\n\n\n",pp->date,header,pp->pageno)<0) 885 strcpy(pp->date, "- Date/Time --"); 887 tmfmt(pp->date, DATESZ, "%b %e %H:%M %Y", fstat(sffileno(fp), &statb) ? (time_t*)0 : &statb.st_mtime);
|
/osnet-11/usr/src/cmd/ntfsprogs/ |
H A D | ntfsundelete.h | 99 time_t date; /* Last modification date/time */ member in struct:ufile
|
/osnet-11/usr/src/lib/libparted/common/libparted/fs/fat/ |
H A D | fat.h | 82 uint16_t date; member in struct:_FatDirEntry
|
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/ |
H A D | rd_req_dec.c | 235 krb5_timestamp date, 245 skew = labs((date)-currenttime); 234 krb5int_check_clockskew2(krb5_context context, krb5_timestamp date, krb5_timestamp *ret_skew) argument
|
/osnet-11/usr/src/lib/libadm/common/ |
H A D | ckdate.c | 40 #define PROMPT "Enter the date" 41 #define MESG "Please enter a date" 404 ckdate(char *date, char *fmt, char *defstr, char *error, char *help, argument 430 (void) strcpy(date, defstr); 444 (void) strcpy(date, input);
|
/osnet-11/usr/src/grub/grub2/grub-core/net/ |
H A D | bootp.c | 564 struct grub_datetime date; local 597 err = grub_get_datetime (&date); 598 if (err || !grub_datetime2unixtime (&date, &t))
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Net/ |
H A D | NNTP.pm | 515 sub date subroutine 517 @_ == 1 or croak 'usage: $nntp->date()'; 831 =item date () 833 Returns the date on the remote server. This date will be in a UNIX time
|
/osnet-11/usr/src/lib/libzfs_jni/common/ |
H A D | libzfs_jni_util.c | 253 jobject date = NULL; local 277 date = (*env)->NewObject( 282 return (date);
|
/osnet-11/usr/src/lib/libast/amd64/include/ast/ |
H A D | ast.h | 150 unsigned long date; member in struct:__anon1102
|
H A D | tm.h | 56 #define TM_PEDANTIC (1<<3) /* pedantic date parse */ 57 #define TM_DATESTYLE (1<<4) /* date(1) style mmddHHMMccyy */ 140 Tm_zone_t* date; /* timezone from last tmdate() */ member in struct:__anon1121
|
/osnet-11/usr/src/lib/libast/common/include/ |
H A D | ast.h | 141 unsigned long date; member in struct:__anon1137
|
H A D | tm.h | 47 #define TM_PEDANTIC (1<<3) /* pedantic date parse */ 48 #define TM_DATESTYLE (1<<4) /* date(1) style mmddHHMMccyy */ 131 Tm_zone_t* date; /* timezone from last tmdate() */ member in struct:__anon1153
|
/osnet-11/usr/src/lib/libast/i386/include/ast/ |
H A D | ast.h | 150 unsigned long date; member in struct:__anon1196
|
H A D | tm.h | 56 #define TM_PEDANTIC (1<<3) /* pedantic date parse */ 57 #define TM_DATESTYLE (1<<4) /* date(1) style mmddHHMMccyy */ 140 Tm_zone_t* date; /* timezone from last tmdate() */ member in struct:__anon1215
|
/osnet-11/usr/src/lib/libast/sparc/include/ast/ |
H A D | ast.h | 150 unsigned long date; member in struct:__anon1218
|
H A D | tm.h | 56 #define TM_PEDANTIC (1<<3) /* pedantic date parse */ 57 #define TM_DATESTYLE (1<<4) /* date(1) style mmddHHMMccyy */ 140 Tm_zone_t* date; /* timezone from last tmdate() */ member in struct:__anon1237
|
/osnet-11/usr/src/lib/libast/sparcv9/include/ast/ |
H A D | ast.h | 150 unsigned long date; member in struct:__anon1240
|
H A D | tm.h | 56 #define TM_PEDANTIC (1<<3) /* pedantic date parse */ 57 #define TM_DATESTYLE (1<<4) /* date(1) style mmddHHMMccyy */ 140 Tm_zone_t* date; /* timezone from last tmdate() */ member in struct:__anon1259
|
/osnet-11/usr/src/lib/libsip/common/ |
H A D | sip_add_hdrs.c | 673 * Date = "Date" HCOLON SIP-date 674 * SIP-date = rfc1123-date 675 * rfc1123-date = wkday "," SP date1 SP time SP "GMT" 687 sip_add_date(sip_msg_t sip_msg, char *date) argument 691 if (date == NULL) 693 ret = sip_add_str_to_msg(sip_msg, SIP_DATE, date, NULL, (char)NULL);
|
/osnet-11/usr/src/lib/fm/libfmd_msg/common/ |
H A D | fmd_msg.c | 1315 char date[64]; local 1342 (void) strftime(date, sizeof (date), "%a %b %e %H:%M:%S %Z %Y", 1345 (void) strlcpy(date, FMD_MSG_MISSING, sizeof (date)); 1379 date, platform, csn, server, src_name, src_vers, uuid, 1390 date, platform, csn, server, src_name, src_vers, uuid,
|
/osnet-11/usr/src/lib/auditd_plugins/binfile/ |
H A D | binfile.c | 410 getauditdate(char *date) argument 426 (void) sprintf(date, "%.4d%.2d%.2d%.2d%.2d%.2d",
|