Searched defs:space (Results 1 - 25 of 37) sorted by relevance

12

/osnet-11/usr/src/lib/libplot/plot/common/
H A Dspace.c38 space(short x0, short y0, short x1, short y1) function
/osnet-11/usr/src/lib/libplot/t4014/common/
H A Dspace.c37 space(short x0, short y0, short x1, short y1) function
/osnet-11/usr/src/lib/libplot/t450/common/
H A Dspace.c36 space(short x0, short y0, short x1, short y1) function
/osnet-11/usr/src/lib/libplot/t300/common/
H A Dspace.c40 space(short x0, short y0, short x1, short y1) { function
/osnet-11/usr/src/lib/libplot/t300s/common/
H A Dspace.c39 space(short x0, short y0, short x1, short y1) function
/osnet-11/usr/src/lib/libplot/vt0/common/
H A Dspace.c39 space(short x0, short y0, short x1, short y1) function
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/support/
H A Dk5buf-int.h42 #define space xx_space macro
H A Dk5buf.c41 * space > 0
42 * space <= floor(SIZE_MAX / 2) (to fit within ssize_t)
43 * len < space
57 if (buf->space - 1 - buf->len >= len) /* Enough room already. */
62 new_space = buf->space * 2;
71 buf->space = new_space;
83 void krb5int_buf_init_fixed(struct k5buf *buf, char *data, size_t space) argument
85 assert(space > 0);
88 buf->space = space;
[all...]
/osnet-11/usr/src/lib/libnisdb/
H A Dldap_scheme.c67 * columns, space for a nis_attr array with at least q->components->
73 schemeQuery2nisAttr(db_query *q, nis_attr *space, db_scheme *s, argument
80 if (q == 0 || space == 0 || s == 0 || t == 0 || numAttr == 0)
101 a = space;
/osnet-11/usr/src/lib/libcurses/screen/
H A Dwaddch.c100 chtype space = ' ' | rawattrs; local
107 space) == ERR)
/osnet-11/usr/src/grub/grub2/grub-core/lib/
H A Dcmdline.c25 int space = 0; local
33 space = 1;
39 if (space)
43 *has_space = space;
56 size++; /* Separator space or NULL. */
65 int i, space; local
72 arg_size = check_arg(argv[i], &space);
73 arg_size++; /* Separator space or NULL. */
80 if (space)
92 if (space)
[all...]
H A Denvblk.c93 char *space; local
104 /* First, look at free space. */
105 for (space = pend - 1; *space == '#'; space--)
108 if (*space != '\n')
112 space++;
114 while (p + nl + 1 < space)
137 if (pend - space < vl - len)
138 /* No space
[all...]
/osnet-11/usr/src/lib/libc/port/stdio/
H A Dtempnam.c104 pcopy(char *space, const char *arg) argument
109 (void) strcpy(space, arg);
110 p = space-1+strlen(space);
111 while ((p >= space) && (*p == '/'))
114 return (space);
/osnet-11/usr/src/grub/grub2/grub-core/commands/
H A Dlspci.c164 grub_uint64_t space; local
166 space = grub_pci_read (addr);
170 if (space == 0)
173 switch (space & GRUB_PCI_ADDR_SPACE_MASK)
176 grub_printf ("\tIO space %d at 0x%llx\n",
180 (space & GRUB_PCI_ADDR_IO_MASK));
183 if ((space & GRUB_PCI_ADDR_MEM_TYPE_MASK)
187 space |= ((grub_uint64_t) grub_pci_read (addr)) << 32;
189 grub_printf ("\t64-bit memory space %d at 0x%016llx [%s]\n",
193 (space
[all...]
/osnet-11/usr/src/lib/libmalloc/common/
H A Dmallint.h105 char space[1]; /* start of space to allocate. */ member in struct:holdblk
H A Dmalloc.c60 * space usage (a few percent difference on most input). They
62 * untouched until the space is reallocated.
72 * 3. A permanently allocated block. This covers space
232 * we hit an edge case, where the space ahead of aligned
339 * This allocates space for hold block
343 * space for an extra ptr so that an index
376 * look for space in the holding block. Blocks with
377 * space will be in front of those without
380 /* there is space */
390 * the next space
1038 ssize_t space = 0; local
[all...]
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Dcopy_auth.c197 size_t space; member in struct:find_authdata_context
206 if (fctx->length == fctx->space) {
208 if (fctx->space >= 256) {
214 sizeof (krb5_authdata *)*(2*fctx->space+1));
218 fctx->space *=2;
280 fctx.space = 2;
281 fctx.out = calloc(fctx.space+1, sizeof (krb5_authdata *));
/osnet-11/usr/src/lib/libcmd/common/
H A Dcut.c99 unsigned char space[UCHAR_MAX+1]; member in struct:Cut_s
141 error(ERROR_exit(1), "out of space");
144 memset(cut->space, 0, sizeof(cut->space) / 2);
145 memset(cut->space + sizeof(cut->space) / 2, SP_WIDE, sizeof(cut->space) / 2);
148 memset(cut->space, 0, sizeof(cut->space));
151 cut->space[wdeli
[all...]
/osnet-11/usr/src/grub/grub2/util/
H A Dgrub-solvers.c116 "not enough space\n"));
152 "not enough space\n"));
209 /* Reserve space for the extra header. */
242 uint32_t space = 0; local
249 if (add_einfo((char *)ext_hdr, vers_str, &hs, avail_space, 0, &space)
251 *new_core_size = ALIGN_UP(core_size, 8) + space +
/osnet-11/usr/src/cmd/ntfsprogs/
H A Dntfsls.c687 int space = 4; local
699 if (attr->file_name_type < space) {
702 space = attr->file_name_type;
706 list_dir_entry(&dirent, name, name_len, space, pos, ni->mft_no,
/osnet-11/usr/src/lib/libresolv2/common/isc/
H A Dctl_srvr.c156 static const char space[] = " "; variable
690 name = sess->inbuf.text + strspn(sess->inbuf.text, space);
691 rest = name + strcspn(name, space);
694 rest += strspn(rest, space);
/osnet-11/usr/src/lib/libkmf/libkmf/common/
H A Dclient.c234 char *space = NULL; local
325 space = strchr((const char *)buf, ' ');
326 if (space == NULL ||
336 httpcode = space + 1;
337 space = strchr(httpcode, ' ');
338 if (space == NULL) {
343 *space = 0;
/osnet-11/usr/src/lib/efcode/engine/
H A Dpackage.c270 create_internal_value(env, "my-space", -offset, 0x103);
318 fstack_t *adr_ptr, *adr_ptr1, space; local
341 * Kludge: For GP2, my-space comes from decode-unit hi.address.
342 * for PCI, my-space from decode-unit won't have the bus#, so we need
347 space = POP(DS); /* pop phys.hi */
349 space |= cdp->fc.config_address;
351 MYSELF->device->my_space = MYSELF->my_space = space;
933 log_message(MSG_DEBUG, " my-space: %x\n", ihandle->my_space);
1013 /* Fcode 0x103 "my-space" is created using create_internal_value */
/osnet-11/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dbsd-comp.c155 * lie within the contiguous general code space.
284 * Allocate space for a (de) compressor.
565 int dlen, space, codelen, extra; local
686 * if not out of code space, then allocate a new code.
/osnet-11/usr/src/grub/grub2/grub-core/font/
H A Dfont.c766 /* Don't try to read empty bitmaps (e.g., space characters). */
917 between two lines of text. Specifically, it is the space between the
1188 grub_int16_t space = 0; local
1248 space = combining_glyphs[i]->offset_y
1250 if (space <= 0)
1251 space = 1 + (grub_font_get_xheight (main_glyph->font)) / 8;
1253 -(main_glyph->height + main_glyph->offset_y + space
1271 space = combining_glyphs[i]->offset_y
1273 if (space <= 0)
1274 space
[all...]

Completed in 48 milliseconds

12