Home
last modified time | relevance | path

Searched refs:begin (Results 26 – 50 of 246) sorted by relevance

12345678910

/illumos-gate/usr/src/lib/libadm/common/
H A Dckdate.c104 int begin = -1; in p_date() local
106 if (!(ptr = p_ndigit(string, &begin, ndig))) in p_date()
108 if (begin >= llim && begin <= ulim) in p_date()
118 int begin = -1; in p_eday() local
141 if (!(ptr = p_ndigit(string, &begin, iday))) in p_eday()
144 if (begin >= llim && begin <= ulim) in p_eday()
H A Dckitem.c191 getnum(char *strval, int max, int *begin, int *end) in getnum() argument
196 *begin = *end = 0; in getnum()
210 if (!*begin && (*pt == '-')) { in getnum()
211 *begin = n; in getnum()
218 } else if (*begin) { in getnum()
222 *begin = n; in getnum()
227 *end = *begin; in getnum()
228 return ((*begin <= *end) ? 0 : 1); in getnum()
236 int begin, end; local
256 if (getnum(strval, (int)menup->nchoices, &begin,
[all …]
H A Dcktime.c94 int begin = -1; in p_time() local
95 if (!(ptr = p_ndig(string, &begin))) in p_time()
97 if (begin >= llim && begin <= ulim) in p_time()
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/support/
H A Dutf8.c523 char *begin; in krb5int_utf8_strtok() local
529 begin = str ? str : *last; in krb5int_utf8_strtok()
531 begin += krb5int_utf8_strspn(begin, sep); in krb5int_utf8_strtok()
533 if (*begin == '\0') { in krb5int_utf8_strtok()
538 end = &begin[krb5int_utf8_strcspn(begin, sep)]; in krb5int_utf8_strtok()
548 return begin; in krb5int_utf8_strtok()
/illumos-gate/usr/src/boot/forth/
H A Dpnp.4th63 pnphandlers begin
75 begin
90 begin
102 begin ( pnpinfo )
106 begin ( pnpinfo pnpident )
130 begin
139 begin
175 begin
196 begin
/illumos-gate/usr/src/cmd/sendmail/db/db/
H A Ddb_shash.c115 __db_hashinit(begin, nelements) in __db_hashinit() argument
116 void *begin; in __db_hashinit()
122 headp = (struct hash_head *)begin;
/illumos-gate/usr/src/cmd/mdb/intel/modules/i40e/
H A Di40e.c132 uint64_t begin = UINT64_MAX, end = UINT64_MAX; in i40e_tx_ring_dcmd() local
164 begin = mdb_strtoull(opt_b); in i40e_tx_ring_dcmd()
168 begin = 0; in i40e_tx_ring_dcmd()
175 if (argc > 0 && (end < begin || begin >= trq.itrq_tx_ring_size || in i40e_tx_ring_dcmd()
222 for (uint64_t i = begin; i <= end; i++) { in i40e_tx_ring_dcmd()
/illumos-gate/usr/src/cmd/lp/filter/postscript/postscript/
H A Dps.requests22 % Keywords begin with an @ in the first column. The value follows on the next line
24 % lines that begin with % in the first column.
28 statusdict begin
34 statusdict begin
/illumos-gate/usr/src/lib/fm/topo/modules/i86pc/x86pi/
H A Dx86pi_subr.c623 x86pi_cleanup_smbios_str(topo_mod_t *mod, const char *begin, int str_type) in x86pi_cleanup_smbios_str() argument
631 end = begin + strlen(begin); in x86pi_cleanup_smbios_str()
633 while (begin < end && isspace(*begin)) in x86pi_cleanup_smbios_str()
634 begin++; in x86pi_cleanup_smbios_str()
635 while (begin < end && isspace(*(end - 1))) in x86pi_cleanup_smbios_str()
638 if (begin >= end) in x86pi_cleanup_smbios_str()
641 cp = begin; in x86pi_cleanup_smbios_str()
665 topo_mod_strfree(mod, (char *)begin); in x86pi_cleanup_smbios_str()
/illumos-gate/usr/src/lib/fm/topo/modules/i86pc/chip/
H A Dchip_smbios.c482 chip_cleanup_smbios_str(topo_mod_t *mod, const char *begin, int str_type) in chip_cleanup_smbios_str() argument
490 end = begin + strlen(begin); in chip_cleanup_smbios_str()
492 while (begin < end && isspace(*begin)) in chip_cleanup_smbios_str()
493 begin++; in chip_cleanup_smbios_str()
494 while (begin < end && isspace(*(end - 1))) in chip_cleanup_smbios_str()
497 if (begin >= end) in chip_cleanup_smbios_str()
500 cp = begin; in chip_cleanup_smbios_str()
524 topo_mod_strfree(mod, (char *)begin); in chip_cleanup_smbios_str()
/illumos-gate/usr/src/lib/sun_fc/common/
H A DListener.cc59 listeners.insert(listeners.begin(), this); in Listener()
72 for (ListenerIterator tmp = listeners.begin(); in ~Listener()
92 for (ListenerIterator tmp = listeners.begin(); in findListener()
/illumos-gate/usr/src/test/os-tests/tests/uccid/
H A Dmodify.c45 uccid_cmd_txn_begin_t begin; in main() local
86 bzero(&begin, sizeof (begin)); in main()
87 begin.uct_version = UCCID_CURRENT_VERSION; in main()
88 if (ioctl(fd, UCCID_CMD_TXN_BEGIN, &begin) != 0) { in main()
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/documentation/
H A Dstructure.tex58 firstnumber=1, % Line numbers begin at line 1
304 \newenvironment{theorem}{\begin{tBox}\begin{theoremeT}}{\end{theoremeT}\end{tBox}}
305 \newenvironment{exercise}{\begin{eBox}\begin{exerciseT}}{\hfill{\color{ocre}\tiny\ensuremath{\black…
306 \newenvironment{definition}{\begin{dBox}\begin{definitionT}}{\end{definitionT}\end{dBox}}
308 \newenvironment{corollary}{\begin{cBox}\begin{corollaryT}}{\end{corollaryT}\end{cBox}}
315 \begin{list}{}{
318 \makebox[-2.5pt]{\begin{tikzpicture}[overlay]
358 \begin{tikzpicture}[remember picture,overlay]
360 {\begin{tikzpicture}[remember picture,overlay]
380 \begin{tikzpicture}[remember picture,overlay]
[all …]
H A Decore.tex32 %{\begin{bottompar}
99 {\par\begin{mdframed}[style=MyMdStyle] \begin{Warning}}
124 \begin{document}
126 \begin{titlepage}
127 \begin{center}
192 \begin{itemize}
203 \begin{exampleT}
247 \begin{center}
284 \begin{itemize}
290 \begin{warning}
[all …]
/illumos-gate/usr/src/lib/libsasl/plugin/
H A Dplugin_common.c817 const char *begin; local
825 begin = lang_list;
829 while (isspace(*begin) || *begin == ',')
830 begin++;
831 if (*begin == '\0')
835 for (end = begin; end[1] != ',' && end[1] != '\0'; end++) {}
839 if (s == begin && *begin == '*')
842 if (s - begin == (i_default_len - 1) &&
843 strncasecmp(begin, i_default, i_default_len) == 0)
846 begin = end + 1;
/illumos-gate/usr/src/contrib/ast/src/lib/libast/disc/
H A Dsfdcdos.c51 Sfoff_t begin; member
93 if(offset <= dp->begin)
100 dummy.logical = dp->begin;
165 dp->begin +=n;
172 dp->begin += cp - (char*)buff-1;
176 dp->maptable[0].logical= dp->begin;
294 if(offset<=dp->begin)
/illumos-gate/usr/src/cmd/sendmail/libsm/
H A Dclock.c531 struct timeval now, begin, diff;
536 time_t begin, now;
560 begin = now;
562 now = begin = time(NULL);
580 timersub(&now, &begin, &diff);
596 if (!(begin + (time_t) intvl + 1 > now))
599 sm_io_to.tv_sec = intvl - (now - begin);
/illumos-gate/usr/src/lib/cfgadm_plugins/ccid/common/
H A Dcfga_ccid.c64 uccid_cmd_txn_begin_t begin; in cfga_ccid_modify() local
94 bzero(&begin, sizeof (begin)); in cfga_ccid_modify()
95 begin.uct_version = UCCID_CURRENT_VERSION; in cfga_ccid_modify()
96 begin.uct_flags = UCCID_TXN_DONT_BLOCK; in cfga_ccid_modify()
97 if (ioctl(fd, UCCID_CMD_TXN_BEGIN, &begin) != 0) { in cfga_ccid_modify()
/illumos-gate/usr/src/uts/common/io/ib/clients/rdsv3/
H A Drdsv3_debug.c359 hrtime_t begin; member
381 if (!rs->begin) { in rdsv3_printk_ratelimit()
382 rs->begin = current; in rdsv3_printk_ratelimit()
384 if (current < rs->begin + TICK_TO_NSEC(rs->interval)) { in rdsv3_printk_ratelimit()
388 rs->begin = 0; in rdsv3_printk_ratelimit()
/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_consume.c2678 dt_begin_t *begin = arg; in dt_consume_begin_probe() local
2696 return (begin->dtbgn_probefunc(data, begin->dtbgn_arg)); in dt_consume_begin_probe()
2703 dt_begin_t *begin = arg; in dt_consume_begin_record() local
2705 return (begin->dtbgn_recfunc(data, rec, begin->dtbgn_arg)); in dt_consume_begin_record()
2725 return (begin->dtbgn_errhdlr(data, begin->dtbgn_errarg)); in dt_consume_begin_error()
2754 dt_begin_t begin; in dt_consume_begin() local
2780 begin.dtbgn_recfunc = rf; in dt_consume_begin()
2781 begin.dtbgn_arg = arg; in dt_consume_begin()
2782 begin.dtbgn_beginonly = 1; in dt_consume_begin()
2791 dtp->dt_errarg = &begin; in dt_consume_begin()
[all …]
/illumos-gate/usr/src/tools/smatch/src/
H A Dtokenize.c966 struct token *begin; in setup_stream() local
980 begin = alloc_token(stream); in setup_stream()
981 token_type(begin) = TOKEN_STREAMBEGIN; in setup_stream()
982 stream->tokenlist = &begin->next; in setup_stream()
983 return begin; in setup_stream()
1007 struct token *begin; in tokenize_buffer() local
1009 begin = setup_stream(&stream, 0, -1, buffer, size); in tokenize_buffer()
1011 return begin; in tokenize_buffer()
1016 struct token *begin, *end; in tokenize() local
1027 begin = setup_stream(&stream, idx, fd, buffer, 0); in tokenize()
[all …]
/illumos-gate/usr/src/common/ficl/softcore/
H A Dficl.fr22 begin
69 begin 2dup u> while
72 begin dup $80 u< 0= while emit repeat drop
/illumos-gate/usr/src/lib/libcommputil/common/
H A Dsdp_parse_helper.c335 const char *begin; in sdp_str_to_list() local
349 begin = current; in sdp_str_to_list()
355 if (current != begin) { in sdp_str_to_list()
356 if ((ret = add_value_to_list(list, begin, in sdp_str_to_list()
357 current - begin, text)) != 0) { in sdp_str_to_list()
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dlist.c58 list_walk_init_range(mdb_walk_state_t *wsp, uintptr_t begin, uintptr_t end, in list_walk_init_range() argument
93 wsp->walk_addr = (begin == 0 in list_walk_init_range()
95 : begin + lwd->lw_offset); in list_walk_init_range()
/illumos-gate/usr/src/cmd/loadkeys/type_101/
H A Dneaten.sh31 begin="$2"
36 \$2 >= $begin && \$2 <= $end && done == 0 {

12345678910