Home
last modified time | relevance | path

Searched refs:space (Results 1 – 25 of 563) sorted by relevance

12345678910>>...23

/illumos-gate/usr/src/test/util-tests/tests/awk/bugs-fixed/
H A Dspace.ok2 " " ~ [[: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 Dpro_encode_nm.c49 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 Ddwarf_alloc.c596 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 Dpro_encode_nm.h36 char *space, int splen);
39 char *space, int splen);
/illumos-gate/usr/src/lib/libc/port/stdio/
H A Dtempnam.c102 pcopy(char *space, const char *arg) in pcopy() argument
107 (void) strcpy(space, arg); in pcopy()
108 p = space-1+strlen(space); in pcopy()
109 while ((p >= space) && (*p == '/')) in pcopy()
112 return (space); in pcopy()
/illumos-gate/usr/src/cmd/svr4pkg/libinst/
H A Dprocmap.c58 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 Dld_file.c107 char lockfile[MAXPATHLEN], *err, *space, *target; in ld_atexit() local
114 if ((space = strchr(depend_file, ' ')) == NULL) in ld_atexit()
116 *space = '\0'; in ld_atexit()
117 target = &space[1]; in ld_atexit()
138 *space = ' '; in ld_atexit()
/illumos-gate/usr/src/cmd/make/lib/makestate/
H A Dld_file.c99 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 Dsoftcore.fr19 : 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 DREADME13 (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/uts/common/gssapi/mechs/krb5/krb5/krb/
H A Dcopy_auth.c193 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 Dnscd_frontend.h45 #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 Dcut.c99 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 Dpnp.4th129 : 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 Dfio.c71 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 Damd64_tramp.S49 .space 0x1000
52 .space 0x1000
55 .space 0x1000
/illumos-gate/usr/src/psm/stand/cpr/sparcv9/sun4u/
H A Dcprboot.h135 #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 Dregexec.c151 #define STATEVARS long vn; char *space
152 #define STATESETUP(m, nv) { (m)->space = malloc((nv)*(m)->g->nstates); \
153 if ((m)->space == NULL) \
156 #define STATETEARDOWN(m) { free((m)->space); }
157 #define SETUP(v) ((v) = &m->space[m->vn++ * m->g->nstates])
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddsl_pool.c828 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 Dmdb_tab.c97 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 Daudio_input.c201 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 Dmatrix.c36 char *space; in matrix() local
38 space = "\\ \\ "; in matrix()
76 printf("\\*(%d%s", val[i], i == ncol-1 ? "" : space); in matrix()
/illumos-gate/usr/src/lib/libnisdb/
H A Dldap_scheme.c74 schemeQuery2nisAttr(db_query *q, nis_attr *space, db_scheme *s, in schemeQuery2nisAttr() argument
81 if (q == 0 || space == 0 || s == 0 || t == 0 || numAttr == 0) in schemeQuery2nisAttr()
102 a = space; in schemeQuery2nisAttr()
/illumos-gate/usr/src/cmd/sgs/elfcap.chk/
H A Delfcap_chk.c88 elfcap_calc_len(const elfcap_desc_t *desc, uint32_t nents, size_t space) in elfcap_calc_len() argument
95 len += space; in elfcap_calc_len()
100 len += space + ECS_UNKNOWN; in elfcap_calc_len()
/illumos-gate/usr/src/data/locale/data/
H A Dca_ES.ISO8859-15.src165 space <tab>;/
170 <space>;/
429 print <space>;/
686 <space>;/
1127 <space> <X0400>;<X05>;<X05>;<space>
1337 int_curr_symbol "<E><U><R><space>"
1386 "<d><e><space><m><a><i><g>";/
1387 "<d><e><space><j><u><n><y>";/
1399 "<d><e><space><m><a><i><g>";/
1400 "<d><e><space><j><u><n><y>";/
[all …]

12345678910>>...23