Home
last modified time | relevance | path

Searched refs:file (Results 126 – 150 of 5799) sorted by last modified time

12345678910>>...232

/illumos-gate/usr/src/data/zoneinfo/
H A Daustralasia3 # This file is in the public domain, so clarified as of
6 # This file also includes Pacific islands.
8 # Notes are at the end of this file
872 # its link to Pacific/Honolulu is in the 'backward' file.
939 # This file is by no means authoritative; if you think you know better,
940 # go ahead and edit the file (and please send any changes to
942 # the file CONTRIBUTING in the tz distribution.
988 # See the 'northamerica' file for Hawaii.
989 # See the 'southamerica' file for Easter I and the Galápagos Is.
1050 # current australasia file, there is really no such thing.) Announcers
[all …]
H A Dnorthamerica3 # This file is in the public domain, so clarified as of
8 # This file is by no means authoritative; if you think you know better,
9 # go ahead and edit the file (and please send any changes to
11 # the file CONTRIBUTING in the tz distribution.
195 # We put these specifications here in the northamerica file both to
197 # avoid the need to duplicate the US rules in another file.
281 # for time in Guam and the Northern Marianas. See the file "australasia".
1275 # See the 'europe' file for Greenland.
2212 # Back in 2007 I initiated the creation of a new "zone file" for Resolute
2214 # the Arctic Circle. The zone file was required because Resolute Bay had
[all …]
H A Dsouthamerica3 # This file is in the public domain, so clarified as of
6 # This file is by no means authoritative; if you think you know better,
7 # go ahead and edit the file (and please send any changes to
9 # the file CONTRIBUTING in the tz distribution.
287 # independent changes in the southamerica file of San Luis in
1398 # (See the file 'antarctica' for more.)
H A Detcetera3 # This file is in the public domain, so clarified as of
20 # which load the "UTC" file to handle seconds properly.
23 # Functions like gmtime load the "GMT" file to handle leap seconds properly.
30 # but it belongs here, not in the file 'backward',
H A Deurope3 # This file is in the public domain, so clarified as of
6 # This file is by no means authoritative; if you think you know better,
7 # go ahead and edit the file (and please send any changes to
9 # the file CONTRIBUTING in the tz distribution.
337 # should allow various updates to the comments in the europe file to cover
561 # For brevity they are called "EU rules" elsewhere in this file.
988 # Please see the 'asia' file for Asia/Nicosia.
1551 # Please see the "asia" file for Asia/Tbilisi.
H A Dafrica3 # This file is in the public domain, so clarified as of
6 # This file is by no means authoritative; if you think you know better,
7 # go ahead and edit the file (and please send any changes to
9 # the file CONTRIBUTING in the tz distribution.
569 # http://www.gov.mu/portal/goc/assemblysite/file/bill2708.pdf
1275 # http://www.mnec.gov.st/index.php/publicacoes/documentos/file/90-decreto-lei-n-25-2017
/illumos-gate/usr/src/cmd/vi/port/
H A Dex_cmds.c287 getone(), p = file;
773 source(file, 0);
/illumos-gate/usr/src/cmd/pcieadm/
H A Dpcieadm_cfgspace.c5327 const char *device = NULL, *file = NULL, *fields = NULL; in pcieadm_show_cfgspace() local
5343 file = optarg; in pcieadm_show_cfgspace()
5374 if (device == NULL && file == NULL) { in pcieadm_show_cfgspace()
5379 if (device != NULL && file != NULL) { in pcieadm_show_cfgspace()
5460 pcip->pia_devstr = file; in pcieadm_show_cfgspace()
5461 pcieadm_init_cfgspace_file(pcip, file, &readf, &readarg); in pcieadm_show_cfgspace()
/illumos-gate/usr/src/cmd/oawk/
H A Dlib.c40 wchar_t *file; variable
109 *FILENAME = file = *svargv; in getrec()
110 dprintf("opening file %ws\n", file, NULL, NULL); in getrec()
111 if (*file == (wchar_t)L'-') in getrec()
113 else if ((infile = fopen(toeuccode(file), "r")) == NULL) in getrec()
114 error(FATAL, "can't open %ws", file); in getrec()
H A DEXPLAIN3 The contents of this file are subject to the terms of the
5 (the "License"). You may not use this file except in compliance
14 file and include the License file at usr/src/OPENSOLARIS.LICENSE.
H A DREADME4 # The contents of this file are subject to the terms of the
6 # (the "License"). You may not use this file except in compliance
15 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
32 in the awk program. Getline returns 0 for end of file;
75 1. The yacc -d business creates a new file y.tab.h
79 the grammar file without causing everything in sight
97 include file, comment the line out, and all will be well
H A Dawk.def4 * The contents of this file are subject to the terms of the
6 * (the "License"). You may not use this file except in compliance
15 * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
/illumos-gate/usr/src/cmd/mdb/common/modules/conf/
H A Dmapfile-extern10 # The contents of this file are subject to the terms of the
12 # You may not use this file except in compliance with the License.
20 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
37 # copy of that file. If you need help, contact a gatekeeper for guidance.
/illumos-gate/usr/src/cmd/mail/
H A Ddoopen.c35 doopen(char *file, char *type, int errnum) in doopen() argument
41 if ((stat(file, &st) < 0 && errno == EOVERFLOW) || in doopen()
42 (fptr = fopen(file, type)) == NULL) { in doopen()
44 "%s: Can't open '%s' type: %s\n",program,file,type); in doopen()
47 Dout(pn, 0, "can't open '%s' type: %s\n",program,file,type); in doopen()
/illumos-gate/usr/src/cmd/bnu/
H A Dutility.c43 assert(char *s1, char *s2, int i1, char *file, int line) in assert() argument
45 logError(s1, s2, i1, TY_ASSERT, file, line); in assert()
55 errent(char *s1, char *s2, int i1, char *file, int line) in errent() argument
57 logError(s1, s2, i1, TY_ERROR, file, line); in errent()
64 logError(char *s1, char *s2, int i1, int type, char *file, int line) in logError() argument
82 Progname, (long) pid, timeStamp(), s1, s2, i1, file, line); in logError()
185 char fullname[MAXNAMESIZE], file[MAXNAMESIZE]; local
190 while (gnamef(pdir, file) == TRUE)
191 if (PREFIX(prefix, file)) {
192 (void) sprintf(fullname, "%s/%s", dir, file);
H A Duuglist.c184 errent(char *s1, char *s2, int i1, char *file, int line) in errent() argument
H A Duuname.c107 assert(s1, s2, i1, file, line) in assert() argument
108 char *s1, *s2, *file; int i1, line; in assert()
H A Duustat.c464 uprocessC(machine, dir, file) in uprocessC() argument
465 char *machine, *dir, *file; in uprocessC()
489 DEBUG(9, "%s);\n", file);
496 (void) sprintf(fullname, "%s/%s", dir, file);
545 statefound = state(dir, file);
702 kprocessC(dir, file) in kprocessC() argument
703 char *file, *dir; in kprocessC()
717 DEBUG(9, "%s);\n", file);
719 if ((!EQUALS(Jobid, &file[2])) ) {
1105 _age(dir, file) in _age() argument
[all …]
H A Danlwrk.c86 if (file[0] == '\0') { in anlwrk()
103 toCorrupt(file); in anlwrk()
131 ASSERT(unlink(file) == 0, Ct_UNLINK, file, errno); in anlwrk()
134 *file = '\0'; in anlwrk()
146 toCorrupt(file); in anlwrk()
148 *file = '\0'; in anlwrk()
179 iswrk(file)
180 char *file;
286 if (!iswrk(file)) in gtwvec()
299 insert(file) in insert() argument
[all …]
H A Dcntrl.c1613 unlinkdf(file) in unlinkdf() argument
1614 char *file; in unlinkdf()
1616 if (strlen(file) > (size_t) 6)
1617 (void) unlink(file);
1627 arrived(int opt, char *file, char *nuser, char *rmtsys, char *rmtuser) in arrived() argument
1633 (void) sprintf(mbuf, "%s from %s!%s arrived\n", file, rmtsys, rmtuser); in arrived()
H A Dct.c754 exists (file) in exists() argument
755 char *file; in exists()
759 if (stat (file, &statb) == -1 && errno == ENOENT)
H A Dcu.c1037 FILE *file; in _dopercen() local
1050 if((file = fopen(arg[1], "r")) == NULL) { in _dopercen()
1078 fgets(b= &buf[MID],MID,file) != NULL) { in _dopercen()
1108 (void)fclose(file); in _dopercen()
1221 int silent = NO, file = -1; in _receive() local
1285 if ( file >= 0 && close(file) ) { in _receive()
1295 file = -1; in _receive()
1318 (void)lseek(file, 0L, 2); in _receive()
1321 if (file < 0) { in _receive()
1337 if ( file >= 0) in _receive()
[all …]
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.ndpd/
H A Dmain.c2109 fprintdate(FILE *file) in fprintdate() argument
2118 (void) fprintf(file, "%s ", buf); in fprintdate()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dnfs4_xdr.c1612 if (!xdr_component4(xdrs, &objp->file)) in xdr_open_claim_delegate_cur4()
1625 if (!xdr_component4(xdrs, &objp->open_claim4_u.file)) in xdr_open_claim4()
H A Dsnoop_nfs4.c3289 component_name(&claim->open_claim4_u.file)); in sum_name()
3296 delegate_cur_info.file)); in sum_name()
3370 detail_compname4(&claim->open_claim4_u.file); in detail_claim()
3378 detail_compname4(&claim->open_claim4_u.delegate_cur_info.file); in detail_claim()

12345678910>>...232