Searched defs:limit (Results 1 - 25 of 97) sorted by relevance

1234

/osnet-11/usr/src/lib/krb5/plugins/kdb/db2/libdb2/hash/
H A Dhash_log2.c50 u_int32_t i, limit; local
52 limit = 1;
53 for (i = 0; limit < num; limit = limit << 1, i++);
/osnet-11/usr/src/cmd/sendmail/db/db/
H A Ddb_log2.c63 u_int32_t i, limit; local
65 limit = 1;
66 for (i = 0; limit < num; limit = limit << 1, i++)
/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dsleep.c59 const unsigned int limit = 49 * 24 * 60 * 60; local
60 while (limit < seconds)
63 seconds -= limit;
64 result = sleep (limit);
/osnet-11/usr/src/lib/libsocket/inet/
H A Dbootparams_getbyname.c82 const char *p, *limit; local
89 limit = p + lenstr;
92 while (p < limit && isspace(*p)) {
95 if (p >= limit) {
H A Dgetnetent_r.c138 const char *p, *numstart, *limit, *namestart; local
149 limit = p + lenstr;
151 while (p < limit && isspace(*p)) {
155 while (p < limit && !isspace(*p)) {
167 while (p < limit && isspace(*p)) {
170 if (p >= limit) {
177 } while (p < limit && !isspace(*p));
193 while (p < limit && isspace(*p)) {
201 if (p >= limit || *p == '#') { /* no aliases, no problem */
H A Dgetprotoent_r.c134 const char *p, *numstart, *namestart, *limit; local
145 limit = p + lenstr;
147 while (p < limit && isspace(*p)) {
151 while (p < limit && !isspace(*p)) {
163 while (p < limit && isspace(*p)) {
166 if (p >= limit) {
173 } while (p < limit && !isspace(*p));
187 while (p < limit && isspace(*p)) {
195 if (p >= limit || *p == '#') { /* no aliases, no problem */
/osnet-11/usr/src/lib/libc/port/i18n/
H A Dwcstol.c66 _WLONG_T multmin, limit; local
110 limit = _WLONG_MIN;
112 limit = -_WLONG_MAX;
114 multmin = limit / base;
122 if (val < limit + xx)
/osnet-11/usr/src/lib/nsswitch/files/common/
H A Dbootparams_getbyname.c100 char *p, *host, *limit; local
122 limit = p + linelen;
125 while (p < limit && isspace(*p)) {
131 while (p < limit && !isspace(*p)) {
141 while (p < limit && isspace(*p)) {
144 if (p >= limit) {
H A Dgetnetent.c51 const char *limit, *linep, *addrstart; local
57 limit = line + linelen;
60 while (linep < limit && !isspace(*linep))
63 while (linep < limit && isspace(*linep))
65 if (linep == limit)
69 while (linep < limit && !isspace(*linep))
H A Dgetprotoent.c48 const char *limit, *linep; local
51 limit = line + linelen;
54 while (linep < limit && !isspace(*linep))
57 while (linep < limit && isspace(*linep))
59 if (linep == limit)
H A Dgetrpcent.c48 const char *limit, *linep; local
51 limit = line + linelen;
54 while (linep < limit && !isspace(*linep))
57 while (linep < limit && isspace(*linep))
59 if (linep == limit)
H A Dtsol_gettpent.c36 const char *limit, *linep, *keyp; local
39 limit = line + linelen;
43 while (*keyp && linep < limit && *linep != ':' && *keyp == *linep) {
47 if (*keyp == '\0' && linep < limit && *linep == ':')
H A Dether_addr.c52 const char *limit, *linep, *keyp; local
54 limit = line + linelen;
57 while (linep < limit && isspace(*linep))
60 while (linep < limit && !isspace(*linep))
63 while (linep < limit && isspace(*linep))
65 if (linep == limit)
70 while (*keyp != '\0' && linep < limit && *keyp == *linep) {
74 return (*keyp == '\0' && linep == limit);
109 const char *limit, *linep; local
115 limit
[all...]
H A Dgetprinter.c41 const char *limit, *linep; local
46 limit = line + linelen;
51 while (linep+klen < limit && *linep != '|' && *linep != ':') {
56 while (linep < limit && *linep != '|' && *linep != ':')
58 if (linep >= limit || *linep == ':')
H A Dgetprojent.c36 const char *linep, *limit, *end; local
39 limit = line + linelen;
45 while (linep < limit && *linep++ != ':');
46 if (linep == limit)
74 const char *linep, *limit, *end; local
77 limit = line + linelen;
80 while (linep < limit && *linep++ != ':');
83 if (linep == limit || linep == line + 1)
H A Dgetservent.c39 const char *limit, *linep, *keyp; local
43 limit = line + linelen;
47 while (*keyp && linep < limit && !isspace(*linep) && *keyp == *linep) {
51 if (*keyp == '\0' && linep < limit && isspace(*linep)) {
59 while (linep < limit && !isspace(*linep))
62 while (linep < limit && isspace(*linep))
65 while (linep < limit && !isspace(*linep) && *linep != '/')
67 if (linep == limit || *linep != '/')
73 while (linep < limit && !isspace(*linep))
77 while (*keyp && linep < limit
128 const char *limit, *linep, *keyp, *numstart; local
[all...]
H A Dnetmasks.c51 const char *limit, *linep, *addrstart; local
57 limit = line + linelen;
60 while (linep < limit && isspace(*linep))
64 while (linep < limit && !isspace(*linep))
66 if (linep == limit)
H A Dgetgrent.c46 const char *linep, *limit; local
50 limit = line + linelen;
55 while (*keyp && linep < limit && *keyp == *linep) {
59 return (linep < limit && *keyp == '\0' && *linep == ':');
73 const char *linep, *limit, *end; local
77 limit = line + linelen;
83 while (linep < limit && *linep++ != ':') /* skip groupname */
85 while (linep < limit && *linep++ != ':') /* skip password */
87 if (linep == limit)
120 char *linep, *limit, *gid local
[all...]
H A Dtsol_getrhent.c37 const char *limit, *linep, *keyp; local
42 limit = line + linelen;
60 while (*keyp && linep < limit && *keyp == *linep) {
69 if (*keyp == '\0' && linep < limit && ((ipv6 == 0 && *linep == ':') ||
/osnet-11/usr/src/lib/libtsol/common/
H A Dsetflabel.c185 char *limit = absbuf + sizeof (absbuf); local
196 if (d < limit)
200 while (d < limit && (*d++ = *raw++))
/osnet-11/usr/src/lib/sun_fc/common/
H A DSun_fcGetFcpTargetMapping.cc77 HBA_UINT32 limit; local
115 limit = (mapping->NumberOfEntries < entries) ? mapping->NumberOfEntries : entries;
116 for (count = current; count < limit; count++) {
/osnet-11/usr/src/lib/libshell/common/bltins/
H A Dulimit.c22 * ulimit [-HSacdfmnstuv] [limit]
70 register char *limit; local
113 limit = argv[opt_info.index];
123 if(error_info.errors || (limit && label) || argc>opt_info.index+1)
133 if(limit)
137 if(strcmp(limit,e_unlimited)==0)
142 if((i=sh_strnum(limit,&last,2))==INFINITY || *last)
143 errormsg(SH_DICT,ERROR_system(1),e_number,limit);
152 errormsg(SH_DICT,ERROR_system(1),e_number,limit);
158 errormsg(SH_DICT,ERROR_system(1),e_overlimit,limit);
[all...]
/osnet-11/usr/src/lib/libldap5/sources/ldap/common/
H A Dldaputf8.c72 unsigned char* limit = prev - 6; local
73 while (((*--prev & 0xC0) == 0x80) && (prev != limit)) {
/osnet-11/usr/src/grub/grub2/grub-core/commands/
H A Ddate.c41 int limit[6][2] = {{1980, 2079}, {1, 12}, {1, 31}, {0, 23}, {0, 59}, {0, 59}}; local
101 if ((value [ofs] < limit[ofs][0]) ||
102 (value [ofs] > limit[ofs][1]))
/osnet-11/usr/src/lib/nsswitch/nis/common/
H A Dgetpwnam.c62 char *linep, *limit, *uidp, *gidp, *newline; local
70 limit = linep + linelen;
76 while (linep < limit && *linep++ != ':') /* skip username */
78 while (linep < limit && *linep++ != ':') /* skip password */
80 if (linep == limit)
86 if (++linep >= limit || olduidlen == 0)
92 if (linep >= limit || oldgidlen == 0)
118 (void) bcopy(linep, uidp + idlen, limit - linep + 1);

Completed in 325 milliseconds

1234