Home
last modified time | relevance | path

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

12345678910>>...22

/titanic_51/usr/src/lib/efcode/fcode_test/
H A Diftest.fth27 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
39 else if .failed else .passed then space
41 if if .failed else .passed then space
42 else if .failed else .failed then space
44 if if .failed else .failed then space
45 else if .passed else .failed then space
[all...]
/titanic_51/usr/src/lib/libdwarf/common/
H A Ddwarf_alloc.c72 static void _dwarf_free_special_error(Dwarf_Ptr space);
80 Dwarf_Ptr space,
150 space needed per block, but that (DW_RESERVE) will be added in
151 later where it is needed (DW_RESERVE space never added in here).
604 that the space was allocated by a direct call to malloc,
613 obtain the space.
619 If so, the entire chunk is free_ed. Otherwise, the space
627 Dwarf_Ptr space, Dwarf_Unsigned alloc_type) in dwarf_dealloc() argument
634 if (space == NULL) { in dwarf_dealloc()
641 *(Dwarf_Alloc_Area *) ((char *) space in dwarf_dealloc()
1149 _dwarf_free_special_error(Dwarf_Ptr space) _dwarf_free_special_error() argument
1227 _dwarf_simple_malloc_delete_from_list(Dwarf_Debug dbg,Dwarf_Ptr space,short alloc_type) _dwarf_simple_malloc_delete_from_list() argument
[all...]
H A Dpro_encode_nm.c54 ** space to write leb number is provided by caller, with caller
60 char *space, int splen) in _dwarf_pro_encode_leb128_nm() argument
63 char *end = space + splen; in _dwarf_pro_encode_leb128_nm()
65 a = space; in _dwarf_pro_encode_leb128_nm()
80 *nbytes = a - space; in _dwarf_pro_encode_leb128_nm()
85 ** space to write leb number is provided by caller, with caller
92 char *space, int splen) in _dwarf_pro_encode_signed_leb128_nm() argument
97 char *end = space + splen; in _dwarf_pro_encode_signed_leb128_nm()
99 str = space; in _dwarf_pro_encode_signed_leb128_nm()
121 *nbytes = str - space; in _dwarf_pro_encode_signed_leb128_nm()
[all...]
H A Dpro_encode_nm.h45 char *space, int splen);
48 char *space, int splen);
/titanic_51/usr/src/lib/libbc/libc/stdio/common/
H A Dtempnam.c89 pcopy(space, arg) in pcopy() argument
90 char *space, *arg; in pcopy()
95 (void)strcpy(space, arg);
96 p = space-1+strlen(space);
100 return(space);
/titanic_51/usr/src/lib/libc/port/stdio/
H A Dtempnam.c104 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()
/titanic_51/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()
169 * have been copied into dup space yet, do that. in procassign()
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()
262 /* setup a pointer array to point to malloc'd entries space */ in procmap()
[all...]
/titanic_51/usr/src/cmd/sgs/libldmake/common/
H A Dld_file.c108 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()
/titanic_51/usr/src/cmd/make/lib/makestate/
H A Dld_file.c103 char lockfile[MAXPATHLEN], * err, * space, * target; in mk_state_update_exit() local
110 if ((space = strchr(depend_file, ' ')) == NULL) in mk_state_update_exit()
112 *space = '\0'; in mk_state_update_exit()
113 target = &space[1]; in mk_state_update_exit()
134 *space = ' '; in mk_state_update_exit()
/titanic_51/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
[all...]
/titanic_51/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, followe
[all...]
/titanic_51/usr/src/test/zfs-tests/tests/functional/no_space/
H A Denospc_002_pos.ksh44 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.$$
/titanic_51/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()
/titanic_51/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; \
/titanic_51/usr/src/lib/libbc/libc/gen/common/
H A Dgetttyent.c140 #define space(x) ((c = p[x]) == ' ' || c == '\t' || c == '\n') in getttyent() macro
141 if (strncmp(p, "on", 2) == 0 && space(2)) in getttyent()
143 else if (strncmp(p, "off", 3) == 0 && space(3)) in getttyent()
145 else if (strncmp(p, "secure", 6) == 0 && space(6)) in getttyent()
147 else if (strncmp(p, "local", 5) == 0 && space(5)) in getttyent()
H A D_nlist.c41 struct nlist space[BSIZ/sizeof (struct nlist)]; in _nlist() local
62 m = MIN(n, sizeof (space)); in _nlist()
64 if (read(fd, (char *)space, m) != m) in _nlist()
68 for (q = space; (m -= sizeof (struct nlist)) >= 0; q++) { in _nlist()
/titanic_51/usr/src/contrib/ast/src/lib/libcmd/
H A Dcut.c99 unsigned char space[UCHAR_MAX+1]; member
141 error(ERROR_exit(1), "out of space"); in cutinit()
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[wdeli in cutinit()
[all...]
/titanic_51/usr/src/lib/libcmd/common/
H A Dcut.c99 unsigned char space[UCHAR_MAX+1]; member
146 memset(cut->space, 0, sizeof(cut->space) / 2); in cutinit()
147 memset(cut->space + sizeof(cut->space) / 2, SP_WIDE, sizeof(cut->space) / 2); in cutinit()
150 memset(cut->space, 0, sizeof(cut->space)); in cutinit()
153 cut->space[wdelim->chr] = SP_WORD; in cutinit()
156 cut->space[cut->eob] = SP_LINE; in cutinit()
370 register unsigned char *sp = cut->space; in cutfields()
/titanic_51/usr/src/boot/sys/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
/titanic_51/usr/src/boot/sys/boot/i386/libi386/
H A Damd64_tramp.S49 .space 0x1000
52 .space 0x1000
55 .space 0x1000
/titanic_51/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()
188 * allocated space grows. in setptr()
190 if (space < 512) in setptr()
191 space = space*2; in setptr()
193 space in setptr()
[all...]
/titanic_51/usr/src/uts/common/fs/zfs/
H A Ddsl_pool.c76 * dirty space used; dsl_pool_dirty_space() decrements those values as data
79 * zfs_dirty_data_max determines the dirty space limit. Once that value is
80 * exceeded, new writes are halted until space frees up.
86 * The IO scheduler uses both the dirty space limit and current amount of
411 * Account for the meta-objset space in its placeholder dsl_dir.
497 * Shore up the accounting of any dirtied space now. in dsl_pool_sync()
503 * above), update the user/group space accounting. in dsl_pool_sync()
544 * The MOS's space is accounted for in the pool/$MOS in dsl_pool_sync()
617 uint64_t space, resv; in dsl_pool_adjustedsize() local
624 space in dsl_pool_adjustedsize()
648 dsl_pool_dirty_space(dsl_pool_t * dp,int64_t space,dmu_tx_t * tx) dsl_pool_dirty_space() argument
659 dsl_pool_undirty_space(dsl_pool_t * dp,int64_t space,uint64_t txg) dsl_pool_undirty_space() argument
[all...]
/titanic_51/usr/src/psm/stand/cpr/sparcv9/sun4u/
H A Dcprboot.h133 * space and the buf data pointer is advanced
135 #define SF_DCOPY(space) \ argument
136 bcopy(SF_DATA(), &space, sizeof (space)); \
137 SF_ADV(sizeof (space))
/titanic_51/usr/src/cmd/calendar/
H A Dcalprog.c224 int space = 0; in generate() local
232 space++; in generate()
236 if (space) { in generate()
242 space = 0; in generate()
/titanic_51/usr/src/lib/libc/port/locale/
H A Dregexec.c156 #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])

12345678910>>...22