Home
last modified time | relevance | path

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

12

/illumos-gate/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; )
/illumos-gate/usr/src/cmd/krb5/kwarn/
H A Dkwarnd_proc.c381 for (ends = send_to; *ends && !isspace(*ends); in parseConfigLine()
382 ends++); in parseConfigLine()
383 if (*ends) in parseConfigLine()
384 *ends = '\0'; in parseConfigLine()
483 for (ends = send_to; *ends && !isspace(*ends); in parseConfigLine()
484 ends++); in parseConfigLine()
485 if (*ends) in parseConfigLine()
502 for (ends = exptime; *ends && !isspace(*ends); ends++); in parseConfigLine()
527 for (ends = emailid; *ends && !isspace(*ends); in parseConfigLine()
528 ends++); in parseConfigLine()
[all …]
/illumos-gate/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)
/illumos-gate/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()
/illumos-gate/usr/src/tools/smatch/src/
H A DFAQ7 resisted splitting up the front and back ends and having some common
9 have multiple front ends and back ends, but they all have to be part
38 other people do with their back-ends. I _am_ interested in making a
/illumos-gate/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)
/illumos-gate/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()
/illumos-gate/usr/src/tools/smatch/src/Documentation/
H A Dnocast-vs-bitwise.md13 `__bitwise` ends up being a *stronger integer separation*. That one
/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_util.c1151 const char *ends = "BKMGTPEZ"; in str2shift() local
1156 for (i = 0; i < strlen(ends); i++) { in str2shift()
1157 if (toupper(buf[0]) == ends[i]) in str2shift()
1160 if (i == strlen(ends)) { in str2shift()
/illumos-gate/usr/src/test/os-tests/runfiles/
H A Ddefault.run167 # supported, so everything ends up being run as root for the sake of the
/illumos-gate/usr/src/boot/forth/
H A Dmenu.rc158 \ still ends up with a framebuffer console. This option is therefore only
H A Dmenu.4th371 \ `printmenuitem' ends by adding the decimal ASCII value for the
1002 \ restore cursor for case the getkey ends up in
/illumos-gate/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
/illumos-gate/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A Ddhcpagent.dfl113 # it ends with a '.') or if it consists of at least three DNS labels (e.g.,
/illumos-gate/usr/src/data/zoneinfo/
H A Dafrica245 # In 2009 (and for the next several years), Ramadan ends before the fourth
252 # https://www.timeanddate.com/news/time/egypt-dst-ends-2009.html
536 # USA/Canada last year (DST ends first Sunday in November). I also wonder
656 # https://www.timeanddate.com/news/time/morocco-ends-dst-early-2008.html
725 # the last Sunday of March (March 25, 2012) and ends on
/illumos-gate/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_standard1057 # until both ends of the pipe are opened. Cancelling
1147 # 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
/illumos-gate/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
/illumos-gate/usr/src/lib/libcurses/screen/
H A Dmaketerm.ed331 !# Vr2 compat code ends here

12