Home
last modified time | relevance | path

Searched refs:ends (Results 1 – 25 of 42) sorted by relevance

12

/titanic_53/usr/src/contrib/ast/src/lib/libast/sfio/
H A Dsfgetr.c40 uchar *s, *ends, *us; local
75 if((n = (ends = f->endb) - (s = f->next)) <= 0)
86 { ends = s+n;
88 { s = ends[-1] == rc ? ends-1 : ends;
96 s = ends;
99 if((s += 1) == ends)
103 if(s < ends) /* found separator */
141 ends = f->next;
143 MEMCPY(s,ends,n);
H A D_sfputd.c39 reg uchar *s, *ends; local
76 s = (ends = &c[0])+sizeof(c);
77 while(s > ends)
87 ends = &c[0] + sizeof(c) -1;
88 *ends &= ~SF_MORE;
91 n = ends - s + 1;
H A Dsfgetu.c37 uchar *s, *ends, c; local
54 for(ends = s+p; s < ends;)
H A Dsfgetm.c38 reg uchar *s, *ends, c; local
55 for(ends = s+p; s < ends;)
H A Dsfgetl.c37 uchar *s, *ends, c; local
53 for(ends = s+p; s < ends;)
H A Dsfgetd.c36 reg uchar *s, *ends, c; local
60 for(ends = s+p; s < ends; )
/titanic_53/usr/src/cmd/krb5/kwarn/
H A Dkwarnd_proc.c349 char *principal, *send_to, *emailid, *ends, *tm; in parseConfigLine() local
383 for (ends = send_to; *ends && !isspace(*ends); in parseConfigLine()
384 ends++); in parseConfigLine()
385 if (*ends) in parseConfigLine()
386 *ends = '\0'; in parseConfigLine()
474 for (send_to = ends+1; *send_to && isspace(*send_to); in parseConfigLine()
485 for (ends = send_to; *ends && !isspace(*ends); in parseConfigLine()
486 ends++); in parseConfigLine()
487 if (*ends) in parseConfigLine()
488 *ends = '\0'; in parseConfigLine()
[all …]
/titanic_53/usr/src/contrib/ast/src/lib/libast/cdt/
H A Ddtstrhash.c54 { unsigned char* ends; local
55 for(ends = s+n-1; s < ends; s += 2)
57 if(s <= ends)
/titanic_53/usr/src/cmd/sh/
H A Dio.c225 unsigned char *ends; in copy() local
236 ends = mactrim(iop->ioname); in copy()
253 while (*ends == '\t') in copy()
254 ends++; in copy()
310 if (eof || eq(cline, ends)) { in copy()
/titanic_53/usr/src/contrib/ast/src/lib/libast/vmalloc/
H A Dmalloc.c1140 static char* insertpid(char* begs, char* ends) in insertpid() argument
1142 static char* insertpid(begs,ends) in insertpid()
1144 char* ends;
1152 s = ends;
1158 while(s < ends)
/titanic_53/usr/src/lib/libzfs/common/
H A Dlibzfs_util.c1019 const char *ends = "BKMGTPEZ"; in str2shift() local
1024 for (i = 0; i < strlen(ends); i++) { in str2shift()
1025 if (toupper(buf[0]) == ends[i]) in str2shift()
1028 if (i == strlen(ends)) { in str2shift()
/titanic_53/usr/src/lib/libvscan/common/
H A Dlibvscan.c1666 const char *ends = "BKMGTPEZ"; in vs_strtoshift() local
1671 for (i = 0; i < strlen(ends); i++) { in vs_strtoshift()
1672 if (toupper(buf[0]) == ends[i]) in vs_strtoshift()
1675 if (i == strlen(ends)) { in vs_strtoshift()
/titanic_53/usr/src/cmd/avs/errgen/
H A Derrgen.help.txt56 for supplying supplemental data for ioctl status. If a line ends with "@@" it
/titanic_53/usr/src/cmd/lp/filter/postscript/font/
H A DREADME38 while the second part (ie. the one that ends in .map) must be included every
/titanic_53/usr/src/data/zoneinfo/
H A Dafrica241 # In 2009 (and for the next several years), Ramadan ends before the fourth
248 # https://www.timeanddate.com/news/time/egypt-dst-ends-2009.html
539 # USA/Canada last year (DST ends first Sunday in November). I also wonder
659 # https://www.timeanddate.com/news/time/morocco-ends-dst-early-2008.html
728 # the last Sunday of March (March 25, 2012) and ends on
H A Daustralasia281 # https://www.timeanddate.com/news/time/fiji-dst-ends-march-2010.html
346 # Dominic Fok writes (2017-08-20) that DST ends 2018-01-14, citing
772 # ends on Sunday 7th of April 2013....
1245 # [The article ends with "Today's date is April 1."]
1734 # IATA SSIM (1999-09) says DST ends 0100 local time. Go with McDow.
2139 # Daylight Saving ends on April 16 at 0300am which is Sunday morning.
/titanic_53/usr/src/boot/lib/libz/doc/
H A Dalgorithm.txt78 building the table ends up taking a lot longer for more bits since short
/titanic_53/usr/src/lib/libcurses/screen/
H A Dmaketerm.ed331 !# Vr2 compat code ends here
/titanic_53/usr/src/cmd/ypcmd/yp2lscripts/
H A Dinityp2l.sh259 information. There is no default value. If the value ends
294 the value ends with a comma, the value of the context for
/titanic_53/usr/src/cmd/lp/model/
H A Dstandard989 # until both ends of the pipe are opened. Cancelling
1064 # Always ensure the complete job ends with a ``formfeed'', to
H A Dtsol_standard1058 # until both ends of the pipe are opened. Cancelling
1148 # Always ensure the complete job ends with a ``formfeed'', to
H A Dtsol_standard_foomatic1086 # until both ends of the pipe are opened. Cancelling
1176 # Always ensure the complete job ends with a ``formfeed'', to
/titanic_53/usr/src/cmd/bnu/
H A DDialers62 # using ttymon with the -b and -r options on both ends,
/titanic_53/usr/src/cmd/ztest/
H A Dztest.c498 const char *ends = "BKMGTPEZ"; in str2shift() local
503 for (i = 0; i < strlen(ends); i++) { in str2shift()
504 if (toupper(buf[0]) == ends[i]) in str2shift()
507 if (i == strlen(ends)) { in str2shift()
/titanic_53/usr/src/lib/libstmf/common/
H A Dstmf.c3071 const char *ends = "BKMGTPE"; in strToShift() local
3077 for (i = 0; i < strlen(ends); i++) { in strToShift()
3078 if (toupper(buf[0]) == ends[i]) in strToShift()

12