/illumos-gate/usr/src/lib/efcode/fcode_test/ |
H A D | iftest.fth | 27 1 if .passed then space 28 0 if .failed then space 32 0 if .failed else .passed then space 33 1 if .passed else .failed then space 38 if if .failed else .failed then space 41 if if .failed else .passed then space 52 ." Compiled single IF tests:" space 53 : if-true? if .passed space 0 exit then .failed space 0 ; 1 if-true? 54 : if-false? if .failed space 1 exit then .passed space 1 ; if-false? 72 ; if-test1 space [all …]
|
/illumos-gate/usr/src/test/util-tests/tests/awk/bugs-fixed/ |
H A D | space.ok | 2 " " ~ [[:space:]] 4 \a !~ [[:space:]] 6 \b !~ [[:space:]] 8 \f ~ [[:space:]] 10 \n ~ [[:space:]] 12 \r ~ [[:space:]] 14 \t ~ [[:space:]] 16 \v ~ [[:space:]]
|
/illumos-gate/usr/src/lib/libdwarf/common/ |
H A D | pro_encode_nm.c | 49 char *space, int splen) in _dwarf_pro_encode_leb128_nm() argument 52 char *end = space + splen; in _dwarf_pro_encode_leb128_nm() 54 a = space; in _dwarf_pro_encode_leb128_nm() 69 *nbytes = (int)(a - space); in _dwarf_pro_encode_leb128_nm() 81 char *space, int splen) in _dwarf_pro_encode_signed_leb128_nm() argument 86 char *end = space + splen; in _dwarf_pro_encode_signed_leb128_nm() 88 str = space; in _dwarf_pro_encode_signed_leb128_nm() 108 *nbytes = (int)(str - space); in _dwarf_pro_encode_signed_leb128_nm()
|
H A D | dwarf_alloc.c | 596 string_is_in_debug_section(Dwarf_Debug dbg,void * space) in string_is_in_debug_section() argument 615 result = dwarf_tfind((void *)space, in string_is_in_debug_section() 708 Dwarf_Ptr space, Dwarf_Unsigned alloc_type) in dwarf_dealloc() argument 714 if (!space) { in dwarf_dealloc() 737 string_is_in_debug_section(dbg,space)) { in dwarf_dealloc() 757 malloc_addr = (char *)space - DW_RESERVE; in dwarf_dealloc() 765 (unsigned long)space, in dwarf_dealloc() 777 (unsigned long)space, in dwarf_dealloc() 784 Dwarf_Error ep = (Dwarf_Error)space; in dwarf_dealloc() 808 free(space); in dwarf_dealloc() [all …]
|
H A D | pro_encode_nm.h | 36 char *space, int splen); 39 char *space, int splen);
|
/illumos-gate/usr/src/lib/libc/port/stdio/ |
H A D | tempnam.c | 104 pcopy(char *space, const char *arg) in pcopy() argument 109 (void) strcpy(space, arg); in pcopy() 110 p = space-1+strlen(space); in pcopy() 111 while ((p >= space) && (*p == '/')) in pcopy() 114 return (space); in pcopy()
|
/illumos-gate/usr/src/cmd/svr4pkg/libinst/ |
H A D | procmap.c | 58 static int space = -1; variable 74 if (space != -1) { in procinit() 75 ar_free(space); in procinit() 76 space = -1; in procinit() 209 space = ar_create(EPTMALLOC, (unsigned)sizeof (struct cfent), in procmap() 211 if (space == -1) { in procmap() 240 ept_ptr = (struct cfent **)ar_next_avail(space); in procmap() 255 (void) ar_delete(space, eptnum); in procmap() 263 eptlist = (struct cfent **)ar_get_head(space); in procmap() 335 (void) ar_delete(space, index); in sortentry()
|
/illumos-gate/usr/src/cmd/sgs/libldmake/common/ |
H A D | ld_file.c | 108 char lockfile[MAXPATHLEN], *err, *space, *target; in ld_atexit() local 115 if ((space = strchr(depend_file, ' ')) == NULL) in ld_atexit() 117 *space = '\0'; in ld_atexit() 118 target = &space[1]; in ld_atexit() 139 *space = ' '; in ld_atexit()
|
/illumos-gate/usr/src/cmd/make/lib/makestate/ |
H A D | ld_file.c | 99 char lockfile[MAXPATHLEN], *err, *space, *target; in mk_state_update_exit() local 106 if ((space = strchr(depend_file, ' ')) == NULL) in mk_state_update_exit() 108 *space = '\0'; in mk_state_update_exit() 109 target = &space[1]; in mk_state_update_exit() 130 *space = ' '; in mk_state_update_exit()
|
/illumos-gate/usr/src/common/ficl/softcore/ |
H A D | softcore.fr | 19 : space ( -- ) bl emit ; 21 : spaces ( n -- ) 0 ?do space loop ; 68 type space ; 75 type space ; 78 swap over dabs <# #s rot sign #> type space ; 85 type space ; 88 <# #s #> type space ; 91 -rot <# #s #> rot over - dup 0< if drop else spaces then type space ; 154 IF 3 spaces ELSE dup c@ 0 <# # # #> type space THEN 164 dup .4 space .4 ." - " .4 space .4 drop 16 /dump +! space .chars ;
|
/illumos-gate/usr/src/cmd/troff/nroff.d/terms.d/ |
H A D | README | 13 (In the following description, "white space" means any combination 17 but with no embedded white space. 43 up [string] /*sequence to move up 1 space in plot mode*/ 44 down [string] /*sequence to move down 1 space in plot mode*/ 45 right [string] /*sequence to move right 1 space in plot mode*/ 46 left [string] /*sequence to move left 1 space in plot mode*/ 50 two fields (N.B. the comment should be omitted) separated by white space. 52 then white space, and then the value. The value is either an integer, 74 special character, followed by white space, followed by the width of 75 the character (in ems), followed by white space, followed by the
|
/illumos-gate/usr/src/test/zfs-tests/tests/functional/no_space/ |
H A D | enospc_002_pos.ksh | 44 log_mustnot_expect space zfs create $TESTPOOL/$TESTFS/subfs 45 log_mustnot_expect space zfs clone $TESTPOOL/$TESTFS@snap $TESTPOOL/clone 46 log_mustnot_expect space zfs snapshot $TESTPOOL/$TESTFS@snap2 47 log_mustnot_expect space zfs bookmark \ 51 log_mustnot_expect space zfs receive $TESTPOOL/$TESTFS/recvd </tmp/stream.$$
|
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/krb5/krb/ |
H A D | copy_auth.c | 193 size_t space; member 202 if (fctx->length == fctx->space) { in grow_find_authdata() 204 if (fctx->space >= 256) { in grow_find_authdata() 209 sizeof (krb5_authdata *)*(2*fctx->space+1)); in grow_find_authdata() 213 fctx->space *=2; in grow_find_authdata() 265 fctx.space = 2; in krb5int_find_authdata() 266 fctx.out = calloc(fctx.space+1, sizeof (krb5_authdata *)); in krb5int_find_authdata()
|
/illumos-gate/usr/src/cmd/nscd/ |
H A D | nscd_frontend.h | 45 #define NSCD_ALLOC_LOOKUP_BUFFER(bufp, bufsiz, hdrp, space, spsiz) \ argument 47 (void) memcpy(space, (hdrp), NSCD_PHDR_LEN((hdrp))); \ 48 bufp = space; \ 50 hdrp = (nss_pheader_t *)(void *)space; \
|
/illumos-gate/usr/src/contrib/ast/src/lib/libcmd/ |
H A D | cut.c | 99 unsigned char space[UCHAR_MAX+1]; member 144 memset(cut->space, 0, sizeof(cut->space) / 2); in cutinit() 145 memset(cut->space + sizeof(cut->space) / 2, SP_WIDE, sizeof(cut->space) / 2); in cutinit() 148 memset(cut->space, 0, sizeof(cut->space)); in cutinit() 151 cut->space[wdelim->chr] = SP_WORD; in cutinit() 154 cut->space[cut->eob] = SP_LINE; in cutinit() 366 register unsigned char *sp = cut->space; in cutfields()
|
/illumos-gate/usr/src/boot/forth/ |
H A D | pnp.4th | 129 : skip-space ( addr -- addr' ) 138 : skip-to-space ( addr -- addr' ) 164 skip-space premature-end? 167 skip-to-space premature-end? 170 skip-space premature-end? 172 skip-to-space premature-end? 176 skip-space premature-end? 178 skip-to-space dup c@ >r
|
/illumos-gate/usr/src/cmd/mailx/ |
H A D | fio.c | 71 if (!space) { in setptr() 74 space = 32; in setptr() 77 (struct message *)calloc(space, sizeof (struct message)); in setptr() 81 space); in setptr() 185 if (msgCount >= space) { in setptr() 190 if (space < 512) in setptr() 191 space = space*2; in setptr() 193 space += 512; in setptr() 198 space*(sizeof (struct message))); in setptr() 203 space); in setptr()
|
/illumos-gate/usr/src/boot/i386/libi386/ |
H A D | amd64_tramp.S | 49 .space 0x1000 52 .space 0x1000 55 .space 0x1000
|
/illumos-gate/usr/src/psm/stand/cpr/sparcv9/sun4u/ |
H A D | cprboot.h | 135 #define SF_DCOPY(space) \ argument 136 bcopy(SF_DATA(), &space, sizeof (space)); \ 137 SF_ADV(sizeof (space))
|
/illumos-gate/usr/src/lib/libc/port/regex/ |
H A D | regexec.c | 156 #define STATEVARS long vn; char *space 157 #define STATESETUP(m, nv) { (m)->space = malloc((nv)*(m)->g->nstates); \ 158 if ((m)->space == NULL) \ 161 #define STATETEARDOWN(m) { free((m)->space); } 162 #define SETUP(v) ((v) = &m->space[m->vn++ * m->g->nstates])
|
/illumos-gate/usr/src/uts/common/fs/zfs/ |
H A D | dsl_pool.c | 828 uint64_t space, resv, adjustedsize; in dsl_pool_adjustedsize() local 832 space = spa_get_dspace(spa) in dsl_pool_adjustedsize() 852 adjustedsize = (space >= resv) ? (space - resv) : 0; in dsl_pool_adjustedsize() 887 if (space > 0) { in dsl_pool_dirty_space() 890 dsl_pool_dirty_delta(dp, space); in dsl_pool_dirty_space() 898 ASSERT3S(space, >=, 0); in dsl_pool_undirty_space() 899 if (space == 0) in dsl_pool_undirty_space() 904 space = dp->dp_dirty_pertxg[txg & TXG_MASK]; in dsl_pool_undirty_space() 907 dp->dp_dirty_pertxg[txg & TXG_MASK] -= space; in dsl_pool_undirty_space() 908 ASSERT3U(dp->dp_dirty_total, >=, space); in dsl_pool_undirty_space() [all …]
|
/illumos-gate/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_tab.c | 97 uint_t space = 0; in tab_get_dcmd() local 106 space = 1; in tab_get_dcmd() 112 if (space) in tab_get_dcmd() 132 uint_t space = *flags & DCMD_TAB_SPACE; in tab_count_args() local 138 space = 1; in tab_count_args() 143 space = 0; in tab_count_args() 150 if (space) in tab_count_args()
|
/illumos-gate/usr/src/uts/common/io/audio/impl/ |
H A D | audio_input.c | 201 int space; in auimpl_input_callback() local 226 space = sp->s_nframes - (sp->s_head - sp->s_tail); in auimpl_input_callback() 227 if (count > space) { in auimpl_input_callback() 230 sp->s_errors += count - space; in auimpl_input_callback() 231 count = space; in auimpl_input_callback()
|
/illumos-gate/usr/src/cmd/eqn/ |
H A D | matrix.c | 38 char *space; in matrix() local 40 space = "\\ \\ "; in matrix() 78 printf("\\*(%d%s", val[i], i == ncol-1 ? "" : space); in matrix()
|
/illumos-gate/usr/src/lib/libnisdb/ |
H A D | ldap_scheme.c | 76 schemeQuery2nisAttr(db_query *q, nis_attr *space, db_scheme *s, in schemeQuery2nisAttr() argument 83 if (q == 0 || space == 0 || s == 0 || t == 0 || numAttr == 0) in schemeQuery2nisAttr() 104 a = space; in schemeQuery2nisAttr()
|