/titanic_41/usr/src/lib/libcmdutils/common/ |
H A D | uid.c | 41 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()
|
H A D | gid.c | 40 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()
|
/titanic_41/usr/src/lib/libc/port/locale/ |
H A D | engine.c | 164 const char *stop; in matcher() local 179 stop = string + pmatch[0].rm_eo; in matcher() 182 stop = start + strlen(start); in matcher() 185 if (stop < start) in matcher() 196 for (dp = start+g->mlen-1; dp < stop; ) { in matcher() 198 while (dp < stop && charjump[(int)*dp]) in matcher() 201 if (dp >= stop) in matcher() 224 for (dp = start; dp < stop; dp++) in matcher() 226 stop - dp >= g->mlen && in matcher() 229 if (dp == stop) /* we didn't find g->must */ in matcher() [all …]
|
/titanic_41/usr/src/lib/libgen/common/ |
H A D | bgets.c | 52 static char *stop = NULL; variable 84 char *stop = _get_stop(&key); in bgets() local 86 if (!stop) in bgets() 87 stop = (char *)calloc(CHARS, sizeof (char)); in bgets() 91 (void) memset(stop, 0, CHARS); in bgets() 94 stop[(unsigned char)*cp] = 1; in bgets() 110 if (stop[c]) { in bgets()
|
/titanic_41/usr/src/cmd/mail/ |
H A D | gethead.c | 74 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()
|
/titanic_41/usr/src/cmd/lp/filter/postscript/common/ |
H A D | misc.c | 105 int start, stop; /* end points */ local 117 start = stop = str_convert(&str, 0); 120 stop = str_convert(&str, 9999); 122 if ( start > stop ) 123 error(FATAL, "illegal range %d-%d", start, stop); 126 olist[nolist++] = stop;
|
/titanic_41/usr/src/lib/libldap5/sources/ldap/util/ |
H A D | line64.c | 206 char *p, *stop; in ldif_base64_decode() local 210 stop = strchr( src, '\0' ); in ldif_base64_decode() 212 for ( p = src, len = 0; p < stop; p += 4, len += 3 ) { in ldif_base64_decode() 327 unsigned char *p, *byte, *stop; in ldif_put_type_and_value_with_options() local 352 stop = (unsigned char *)val; in ldif_put_type_and_value_with_options() 355 stop = (unsigned char *) (val + vlen); in ldif_put_type_and_value_with_options() 369 for ( byte = (unsigned char *) val; byte < stop; in ldif_put_type_and_value_with_options() 433 unsigned char *byte, *stop; in ldif_base64_encode_internal() local 441 stop = src + srclen; in ldif_base64_encode_internal() 444 for ( byte = src; byte < stop - 2; byte += 3 ) { in ldif_base64_encode_internal() [all …]
|
/titanic_41/usr/src/uts/sun4v/sys/ |
H A D | vio_common.h | 52 #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 D | vnet_common.h | 141 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);
|
/titanic_41/usr/src/lib/libmail/common/ |
H A D | setup_exec.c | 45 int stop; in setup_exec() local 55 stop = FALSE; in setup_exec() 56 while (*q && (stop == FALSE)) { in setup_exec() 72 stop = TRUE; in setup_exec()
|
/titanic_41/usr/src/uts/common/os/ |
H A D | bitmap.c | 172 bt_getlowbit(ulong_t *map, size_t start, size_t stop) in bt_getlowbit() argument 176 int limit = stop >> BT_ULSHIFT; in bt_getlowbit() 178 index_t partial_stop = stop & BT_ULMASK; in bt_getlowbit() 180 if (start > stop) { in bt_getlowbit()
|
/titanic_41/usr/src/grub/grub-0.97/grub/ |
H A D | asmstub.c | 256 stop (void) in stop() function 270 stop (); in grub_reboot() 276 stop (); in grub_halt() 284 stop (); in chain_stage1() 291 stop (); in chain_stage2() 299 stop (); in linux_boot() 307 stop (); in big_linux_boot() 315 stop (); in multi_boot() 699 stop (); in console_getkey() 1032 stop (); in serial_hw_fetch() [all …]
|
/titanic_41/usr/src/cmd/ptools/pstop/ |
H A D | pstop.c | 38 static int stop(char *); 63 rc += stop(*++argv); in main() 69 stop(char *arg) in stop() function
|
/titanic_41/usr/src/uts/sun4v/io/ |
H A D | vnet_common.c | 187 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()
|
/titanic_41/usr/src/grub/grub-0.97/stage2/ |
H A D | stage1_5.c | 51 stop (); in cmain() 68 stop (); in cmain()
|
H A D | start_eltorito.S | 121 stop: jmp stop label 207 jmp stop
|
/titanic_41/usr/src/cmd/fm/eversholt/common/ |
H A D | stats.c | 51 hrtime_t stop; member 206 sp->u.elapse.stop = gethrtime(); in stats_elapse_stop() 247 if (sp->u.elapse.start && sp->u.elapse.stop) { in stats_publish() 249 sp->u.elapse.stop - sp->u.elapse.start; in stats_publish()
|
/titanic_41/usr/src/lib/libc/amd64/unwind/ |
H A D | unwind.c | 364 _Unwind_Stop_Fn stop, void *stop_parameter, in _Unwind_ForcedUnwind_Body() argument 380 res = (*stop)(1, phase, in _Unwind_ForcedUnwind_Body() 407 exception_object->private_1 = (uint64_t)stop; in _Unwind_ForcedUnwind_Body() 416 res = (*stop)(1, phase, in _Unwind_ForcedUnwind_Body() 436 _Unwind_Stop_Fn stop, void *stop_parameter) in _Unwind_ForcedUnwind() argument 443 return (_Unwind_ForcedUnwind_Body(exception_object, stop, in _Unwind_ForcedUnwind()
|
/titanic_41/usr/src/cmd/sendmail/db/btree/ |
H A D | bt_search.c | 72 __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 D | bt_rsearch.c | 65 __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 D | bt_delete.c | 506 goto stop; 508 goto stop; 512 goto stop; 521 goto stop; 523 goto stop; 576 stop: done = 1;
|
/titanic_41/usr/src/cmd/krb5/kadmin/gui/ |
H A D | KdcGuiMain.java | 90 public void stop() { in stop() method in KdcGuiMain 91 helper.stop(); in stop()
|
/titanic_41/usr/src/cmd/boot/bootadm/ |
H A D | bootadm_hyper.c | 250 unsigned com, baud, bits, stop; in serial_metal_to_hyper() local 273 if (sscanf(metal_serial, "%u,%u,%c,%u,%c", &baud, &bits, &parity, &stop, in serial_metal_to_hyper() 278 if (((bits < 5) || (bits > 8)) || (stop > 1) || in serial_metal_to_hyper() 307 bits, parity, stop); in serial_metal_to_hyper() 380 char bits, parity, stop; in cvt_hyper_option() local 451 &stop) != 4) in cvt_hyper_option() 455 if (((stop != '0') && (stop != '1')) || in cvt_hyper_option() 485 bits, parity, stop); in cvt_hyper_option()
|
/titanic_41/usr/src/uts/common/rpc/ |
H A D | clnt_gen.c | 233 int stop; in bindresvport() local 298 stop = MIN_PRIV; in bindresvport() 306 i >= stop; i--) { in bindresvport() 343 stop = *last_used + 1; in bindresvport()
|
/titanic_41/usr/src/cmd/rpcgen/ |
H A D | rpc_hout.c | 247 define_printed(proc_list *stop, version_list *start) in define_printed() argument 254 if (proc == stop) in define_printed() 256 if (streq(proc->proc_name, stop->proc_name)) in define_printed() 539 undefined2(char *type, char *stop) in undefined2() argument 547 if (streq(def->def_name, stop)) in undefined2()
|