Home
last modified time | relevance | path

Searched refs:stop (Results 1 – 25 of 156) sorted by relevance

1234567

/illumos-gate/usr/src/lib/libc/port/regex/
H A Dengine.c196 const char *stop; in matcher() local
217 if (stop < start) in matcher()
233 if (dp >= stop) in matcher()
273 m->endp = stop; in matcher()
466 stp = stop; in dissect()
490 stp = stop; in dissect()
526 stp = stop; in dissect()
618 if (sp == stop) in backref()
625 if (sp == stop) in backref()
685 if (sp != stop) in backref()
[all …]
/illumos-gate/usr/src/lib/libcmdutils/common/
H A Dgid.c40 static int findunusedgid(gid_t start, gid_t stop, gid_t *ret);
48 findnextgid(gid_t start, gid_t stop, gid_t *ret) in findnextgid() argument
59 if (grp->gr_gid == stop) { /* Overflow check */ in findnextgid()
72 return (findunusedgid(start, stop, ret)); in findnextgid()
73 while (isreservedgid(gid) && gid < stop) /* Skip reserved IDs */ in findnextgid()
94 findunusedgid(gid_t start, gid_t stop, gid_t *ret) in findunusedgid() argument
98 for (gid = start; gid <= stop; gid++) { in findunusedgid()
107 if (gid > stop) in findunusedgid()
H A Duid.c41 static int findunuseduid(uid_t start, uid_t stop, uid_t *ret);
49 findnextuid(uid_t start, uid_t stop, uid_t *ret) in findnextuid() argument
60 if (pwd->pw_uid == stop) { /* Overflow check */ in findnextuid()
73 return (findunuseduid(start, stop, ret)); in findnextuid()
74 while (isreserveduid(uid) && uid < stop) /* Skip reserved IDs */ in findnextuid()
95 findunuseduid(uid_t start, uid_t stop, uid_t *ret) in findunuseduid() argument
99 for (uid = start; uid <= stop; uid++) { in findunuseduid()
108 if (uid > stop) in findunuseduid()
/illumos-gate/usr/src/lib/libgen/common/
H A Dbgets.c50 static char *stop = NULL; variable
82 char *stop = _get_stop(&key); in bgets() local
84 if (!stop) in bgets()
85 stop = (char *)calloc(CHARS, sizeof (char)); in bgets()
89 (void) memset(stop, 0, CHARS); in bgets()
92 stop[(unsigned char)*cp] = 1; in bgets()
108 if (stop[c]) { in bgets()
/illumos-gate/usr/src/cmd/mail/
H A Dgethead.c74 int rc, size, start, stop, ix; in gethead() local
92 stop = current - 6; in gethead()
93 if (stop < -1) stop = -1; in gethead()
98 stop = -1; in gethead()
101 stop = current + 6; in gethead()
102 if (stop > nlet) stop = nlet; in gethead()
107 stop = nlet; in gethead()
110 for (ln = start; ln != stop; ln = flgr ? ln + 1 : ln - 1) { in gethead()
/illumos-gate/usr/src/cmd/lp/filter/postscript/common/
H A Dmisc.c103 int start, stop; /* end points */ local
115 start = stop = str_convert(&str, 0);
118 stop = str_convert(&str, 9999);
120 if ( start > stop )
121 error(FATAL, "illegal range %d-%d", start, stop);
124 olist[nolist++] = stop;
/illumos-gate/usr/src/lib/libldap5/sources/ldap/util/
H A Dline64.c203 char *p, *stop; in ldif_base64_decode() local
207 stop = strchr( src, '\0' ); in ldif_base64_decode()
324 unsigned char *p, *byte, *stop; in ldif_put_type_and_value_with_options() local
349 stop = (unsigned char *)val; in ldif_put_type_and_value_with_options()
352 stop = (unsigned char *) (val + vlen); in ldif_put_type_and_value_with_options()
366 for ( byte = (unsigned char *) val; byte < stop; in ldif_put_type_and_value_with_options()
430 unsigned char *byte, *stop; in ldif_base64_encode_internal() local
438 stop = src + srclen; in ldif_base64_encode_internal()
441 for ( byte = src; byte < stop - 2; byte += 3 ) { in ldif_base64_encode_internal()
459 if ( byte < stop ) { in ldif_base64_encode_internal()
[all …]
/illumos-gate/usr/src/uts/common/io/sfxge/common/
H A Defx_sram.c43 uint32_t stop = start + n; in efx_sram_buf_tbl_set() local
68 if (stop >= EFX_BUF_TBL_SIZE) { in efx_sram_buf_tbl_set()
75 for (id = start; id != stop; id++) { in efx_sram_buf_tbl_set()
90 EFSYS_PROBE2(buf, uint32_t, start, uint32_t, stop - 1); in efx_sram_buf_tbl_set()
98 EFSYS_ASSERT3U(id, ==, stop); in efx_sram_buf_tbl_set()
145 id = stop; in efx_sram_buf_tbl_set()
169 uint32_t stop = start + n; in efx_sram_buf_tbl_clear() local
190 EFSYS_ASSERT3U(stop, <, EFX_BUF_TBL_SIZE); in efx_sram_buf_tbl_clear()
192 EFSYS_PROBE2(buf, uint32_t, start, uint32_t, stop - 1); in efx_sram_buf_tbl_clear()
195 FRF_AZ_BUF_CLR_CMD, 1, FRF_AZ_BUF_CLR_END_ID, stop - 1, in efx_sram_buf_tbl_clear()
/illumos-gate/usr/src/uts/sun4v/sys/
H A Dvio_common.h52 #define VIO_DRING_ACQUIRE(otd, mtype, handle, start, stop) \ argument
55 ldc_mem_dring_acquire((handle), (start), (stop)))
61 #define VIO_DRING_RELEASE(mtype, handle, start, stop) \ argument
64 ldc_mem_dring_release((handle), (start), (stop)))
H A Dvnet_common.h141 uint8_t mtype, ldc_dring_handle_t handle, uint64_t start, uint64_t stop);
143 ldc_dring_handle_t handle, uint64_t start, uint64_t stop, uint8_t dstate);
/illumos-gate/usr/src/lib/libmail/common/
H A Dsetup_exec.c43 int stop; in setup_exec() local
53 stop = FALSE; in setup_exec()
54 while (*q && (stop == FALSE)) { in setup_exec()
70 stop = TRUE; in setup_exec()
/illumos-gate/usr/src/uts/common/os/
H A Dbitmap.c171 bt_getlowbit(const ulong_t *map, size_t start, size_t stop) in bt_getlowbit() argument
175 int limit = stop >> BT_ULSHIFT; in bt_getlowbit()
177 index_t partial_stop = stop & BT_ULMASK; in bt_getlowbit()
179 if (start > stop) { in bt_getlowbit()
/illumos-gate/usr/src/boot/sys/sys/
H A Dbitstring.h75 #define bit_nclear(name, start, stop) do { \ argument
77 register int _start = (start), _stop = (stop); \
92 #define bit_nset(name, start, stop) do { \ argument
94 register int _start = (start), _stop = (stop); \
/illumos-gate/usr/src/grub/grub-0.97/grub/
H A Dasmstub.c259 stop (void) in stop() function
273 stop (); in grub_reboot()
279 stop (); in grub_halt()
287 stop (); in chain_stage1()
294 stop (); in chain_stage2()
302 stop (); in linux_boot()
310 stop (); in big_linux_boot()
318 stop (); in multi_boot()
702 stop (); in console_getkey()
1035 stop (); in serial_hw_fetch()
[all …]
/illumos-gate/usr/src/cmd/ptools/pstop/
H A Dpstop.c36 static int stop(char *);
61 rc += stop(*++argv); in main()
67 stop(char *arg) in stop() function
/illumos-gate/usr/src/uts/sun4v/io/
H A Dvnet_common.c187 uint8_t mtype, ldc_dring_handle_t handle, uint64_t start, uint64_t stop) in vnet_dring_entry_copy() argument
192 if ((rv = VIO_DRING_ACQUIRE(&otd, mtype, handle, start, stop)) != 0) in vnet_dring_entry_copy()
204 ldc_dring_handle_t handle, uint64_t start, uint64_t stop, uint8_t dstate) in vnet_dring_entry_set_dstate() argument
215 rv = VIO_DRING_RELEASE(mtype, handle, start, stop); in vnet_dring_entry_set_dstate()
/illumos-gate/usr/src/lib/libc/amd64/unwind/
H A Dunwind.c372 _Unwind_Stop_Fn stop, void *stop_parameter, in _Unwind_ForcedUnwind_Body() argument
388 res = (*stop)(1, phase, in _Unwind_ForcedUnwind_Body()
415 exception_object->private_1 = (uint64_t)stop; in _Unwind_ForcedUnwind_Body()
424 res = (*stop)(1, phase, in _Unwind_ForcedUnwind_Body()
444 _Unwind_Stop_Fn stop, void *stop_parameter) in _Unwind_ForcedUnwind() argument
451 return (_Unwind_ForcedUnwind_Body(exception_object, stop, in _Unwind_ForcedUnwind()
/illumos-gate/usr/src/cmd/fm/eversholt/common/
H A Dstats.c49 hrtime_t stop; member
204 sp->u.elapse.stop = gethrtime(); in stats_elapse_stop()
245 if (sp->u.elapse.start && sp->u.elapse.stop) { in stats_publish()
247 sp->u.elapse.stop - sp->u.elapse.start; in stats_publish()
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dstage1_5.c54 stop (); in cmain()
71 stop (); in cmain()
/illumos-gate/usr/src/cmd/sendmail/db/btree/
H A Dbt_search.c72 __bam_search(dbc, key, flags, stop, recnop, exactp) in __bam_search() argument
76 int stop, *exactp;
131 ((LF_ISSET(S_PARENT) && (u_int8_t)(stop + 1) >= h->level) ||
212 if (LF_ISSET(S_PARENT) && stop == h->level) {
230 (u_int8_t)(stop + 1) >= (u_int8_t)(h->level - 1)) ||
H A Dbt_rsearch.c65 __bam_rsearch(dbc, recnop, flags, stop, exactp) in __bam_rsearch() argument
69 int stop, *exactp;
121 ((LF_ISSET(S_PARENT) && (u_int8_t)(stop + 1) >= h->level) ||
235 if (LF_ISSET(S_PARENT) && stop == h->level) {
253 (u_int8_t)(stop + 1) >= (u_int8_t)(h->level - 1)) ||
H A Dbt_delete.c506 goto stop;
508 goto stop;
512 goto stop;
521 goto stop;
523 goto stop;
576 stop: done = 1;
/illumos-gate/usr/src/cmd/boot/bootadm/
H A Dbootadm_hyper.c251 unsigned com, baud, bits, stop; in serial_metal_to_hyper() local
274 if (sscanf(metal_serial, "%u,%u,%c,%u,%c", &baud, &bits, &parity, &stop, in serial_metal_to_hyper()
279 if (((bits < 5) || (bits > 8)) || (stop > 1) || in serial_metal_to_hyper()
308 bits, parity, stop); in serial_metal_to_hyper()
381 char bits, parity, stop; in cvt_hyper_option() local
452 &stop) != 4) in cvt_hyper_option()
456 if (((stop != '0') && (stop != '1')) || in cvt_hyper_option()
486 bits, parity, stop); in cvt_hyper_option()
/illumos-gate/usr/src/boot/efi/loader/
H A Defiserialio.c397 char *stop; in comc_asprint_mode() local
425 stop = "1"; in comc_asprint_mode()
428 stop = "2"; in comc_asprint_mode()
431 stop = "1.5"; in comc_asprint_mode()
434 stop = "1"; in comc_asprint_mode()
438 asprintf(&buf, "%ju,%d,%c,%s,-", sp->baudrate, sp->databits, par, stop); in comc_asprint_mode()
/illumos-gate/usr/src/uts/common/rpc/
H A Dclnt_gen.c231 int stop; in bindresvport() local
296 stop = MIN_PRIV; in bindresvport()
304 i >= stop; i--) { in bindresvport()
341 stop = *last_used + 1; in bindresvport()

1234567