HomeSort by relevance Sort by last modified time
    Searched defs:space (Results 1 - 25 of 98) sorted by null

1 2 3 4

  /onnv/onnv-gate/usr/src/lib/libplot/plot/common/
space.c 38 space(short x0, short y0, short x1, short y1) function
  /onnv/onnv-gate/usr/src/lib/libplot/t4014/common/
space.c 37 space(short x0, short y0, short x1, short y1) function
  /onnv/onnv-gate/usr/src/lib/libplot/t450/common/
space.c 36 space(short x0, short y0, short x1, short y1) function
  /onnv/onnv-gate/usr/src/lib/libplot/t300/common/
space.c 40 space(short x0, short y0, short x1, short y1) { function
  /onnv/onnv-gate/usr/src/lib/libplot/t300s/common/
space.c 39 space(short x0, short y0, short x1, short y1) function
  /onnv/onnv-gate/usr/src/lib/libplot/vt0/common/
space.c 39 space(short x0, short y0, short x1, short y1) function
  /onnv/onnv-gate/usr/src/cmd/sgs/tsort/common/
errtext.c 165 static char space[] = ",\t\n"; local
170 for (token = errstrtok(buf, space); token;
171 token = errstrtok((char *)0, space)) {
  /onnv/onnv-gate/usr/src/cmd/eqn/
matrix.c 38 char *space; local
40 space = "\\ \\ ";
78 printf("\\*(%d%s", val[i], i == ncol-1 ? "" : space);
lex.c 38 void space(void);
106 return (SPACE);
157 else if (tp->defn == (char *)SPACE)
158 space();
249 space(void) /* collect line of form "space amt" to replace \x in output */ function
255 if (dbg) printf(".\tsetting space to %s\n", token);
267 error(FATAL, gettext("out of space in strsave on %s"), s);
  /onnv/onnv-gate/usr/src/cmd/ssh/libssh/common/
radix.c 98 u_char *space; local
111 space = buffer_append_space(&b, blen);
114 len = uudecode(buf, space, blen);
  /onnv/onnv-gate/usr/src/lib/libcurses/screen/
waddch.c 100 chtype space = ' ' | rawattrs; local
107 space) == ERR)
  /onnv/onnv-gate/usr/src/uts/common/io/audio/impl/
audio_input.c 157 int space; local
183 space = sp->s_nframes - (sp->s_head - sp->s_tail);
184 if (count > space) {
187 sp->s_errors += count - space;
188 count = space;
  /onnv/onnv-gate/usr/src/lib/libbc/libc/gen/common/
_nlist.c 41 struct nlist space[BSIZ/sizeof (struct nlist)]; local
62 m = MIN(n, sizeof (space));
64 if (read(fd, (char *)space, m) != m)
68 for (q = space; (m -= sizeof (struct nlist)) >= 0; q++) {
getttyent.c 140 #define space(x) ((c = p[x]) == ' ' || c == '\t' || c == '\n') macro
141 if (strncmp(p, "on", 2) == 0 && space(2))
143 else if (strncmp(p, "off", 3) == 0 && space(3))
145 else if (strncmp(p, "secure", 6) == 0 && space(6))
147 else if (strncmp(p, "local", 5) == 0 && space(5))
  /onnv/onnv-gate/usr/src/uts/sun4v/sys/
mach_descrip.h 73 uint64_t space; /* space allocated for MD */ member in struct:machine_descrip_s
  /onnv/onnv-gate/usr/src/cmd/auditrecord/
auditrecord.pl 235 $~ = 'space';
376 $~ = 'space';
616 format space = format
  /onnv/onnv-gate/usr/src/cmd/calendar/
calprog.c 224 int space = 0; local
232 space++;
236 if (space) {
242 space = 0;
  /onnv/onnv-gate/usr/src/cmd/sgs/libldmake/common/
ld_file.c 108 char lockfile[MAXPATHLEN], *err, *space, *target; local
115 if ((space = strchr(depend_file, ' ')) == NULL)
117 *space = '\0';
118 target = &space[1];
139 *space = ' ';
  /onnv/onnv-gate/usr/src/uts/common/gssapi/mechs/krb5/krb5/krb/
copy_auth.c 193 size_t space; member in struct:find_authdata_context
202 if (fctx->length == fctx->space) {
204 if (fctx->space >= 256) {
209 sizeof (krb5_authdata *)*(2*fctx->space+1));
213 fctx->space *=2;
265 fctx.space = 2;
266 fctx.out = calloc(fctx.space+1, sizeof (krb5_authdata *));
  /onnv/onnv-gate/usr/src/cmd/man/src/util/nsgmls.src/include/
UnivCharsetDesc.h 39 space = 32, enumerator in enum:SP_NAMESPACE::UnivCharsetDesc::__anon833
  /onnv/onnv-gate/usr/src/tools/cscope-fast/
invlib.h 57 long cntlsize; /* size of max cntl space (should be a */
66 char *iindex; /* ptr to space for superindex */
67 char *logblk; /* ptr to space for a logical block */
76 unsigned char space; /* number of longs of growth space */ member in struct:__anon4542
  /onnv/onnv-gate/usr/src/cmd/ldapcachemgr/
cachemgr.h 50 char space[BUFFERSIZE]; member in union:__anon2
  /onnv/onnv-gate/usr/src/cmd/svr4pkg/libinst/
procmap.c 58 static int space = -1; variable
74 if (space != -1) {
75 ar_free(space);
76 space = -1;
169 * have been copied into dup space yet, do that.
209 space = ar_create(EPTMALLOC, (unsigned)sizeof (struct cfent),
211 if (space == -1) {
240 ept_ptr = (struct cfent **)ar_next_avail(space);
255 (void) ar_delete(space, eptnum);
262 /* setup a pointer array to point to malloc'd entries space */
    [all...]
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
snoop_netbios.c 69 uchar_t space; /* padding */ member in struct:callnames
  /onnv/onnv-gate/usr/src/cmd/lvm/metassist/layout/
layout_concat.c 86 * . requires sufficient space available on the HBA
315 uint64_t space = 0; local
318 /* check for sufficient space on the HBA */
321 hba, &disks, &space));
324 if (space >= nbytes) {
328 print_hba_insufficient_space_msg(name, space);

Completed in 780 milliseconds

1 2 3 4