| /mirbsd/src/usr.bin/uname/ |
| D | uname.c | 69 int space = 0; in main() local 139 space++; in main() 143 if (space++) putchar(' '); in main() 147 if (space++) putchar(' '); in main() 151 if (space++) putchar(' '); in main() 156 if (space++) putchar(' '); in main() 160 if (space++) putchar(' '); in main() 164 if (space++) putchar(' '); in main()
|
| /mirbsd/src/gnu/usr.bin/binutils/libiberty/ |
| D | dyn-string.c | 63 dyn_string_init (struct dyn_string *ds_struct_ptr, int space) in dyn_string_init() argument 66 if (space == 0) in dyn_string_init() 67 space = 1; in dyn_string_init() 70 ds_struct_ptr->s = (char *) malloc (space); in dyn_string_init() 74 ds_struct_ptr->s = XNEWVEC (char, space); in dyn_string_init() 76 ds_struct_ptr->allocated = space; in dyn_string_init() 90 dyn_string_new (int space) in dyn_string_new() argument 97 if (!dyn_string_init (result, space)) in dyn_string_new() 104 dyn_string_init (result, space); in dyn_string_new() 143 dyn_string_resize (dyn_string_t ds, int space) in dyn_string_resize() argument [all …]
|
| /mirbsd/src/sys/arch/sparc/fpu/ |
| D | fpu_explode.c | 219 register u_int s, *space; local 221 space = &fe->fe_fpstate->fs_regs[reg]; 222 s = space[0]; 236 s = fpu_dtof(fp, s, space[1]); 240 s = fpu_xtof(fp, s, space[1], space[2], space[3]);
|
| D | fpu_implode.c | 448 fpu_implode(fe, fp, type, space) in fpu_implode() argument 452 register u_int *space; 458 space[0] = fpu_ftoi(fe, fp); 462 space[0] = fpu_ftos(fe, fp); 466 space[0] = fpu_ftod(fe, fp, space); 471 space[0] = fpu_ftox(fe, fp, space);
|
| D | fpu.c | 254 u_int space[4]; local 383 fpu_implode(fe, fp, type, space); 398 fs->fs_regs[rd] = space[0]; 400 fs->fs_regs[rd + 1] = space[1]; 402 fs->fs_regs[rd + 2] = space[2]; 403 fs->fs_regs[rd + 3] = space[3];
|
| /mirbsd/src/gnu/usr.bin/binutils/gas/config/ |
| D | obj-som.c | 219 segT space; in obj_som_init_stab_section() local 225 space = bfd_make_section_old_way (stdoutput, "$GDB_DEBUG$"); in obj_som_init_stab_section() 233 obj_set_section_attributes (space, 1, 1, 72, 2); in obj_som_init_stab_section() 234 bfd_set_section_alignment (stdoutput, space, 2); in obj_som_init_stab_section() 240 obj_set_subsection_attributes (seg, space, 0x1f, 73, 0, 0, 0, 0); in obj_som_init_stab_section() 263 obj_set_subsection_attributes (seg, space, 0x1f, 72, 0, 0, 0, 0); in obj_som_init_stab_section()
|
| /mirbsd/src/share/tmac/me/ |
| D | summary.external | 45 (space) F\(sc unpaddable space 63 0 F\(sc unpaddable digit-width space 85 ^ F\(sc 1/12 em narrow space 119 es R equation pre/post space 151 m1 M set space from top of page to header 152 m2 M set space from header to text 153 m3 M set space from text to footer 154 m4 M set space from footer to bottom of page 163 ne M\(sc need vertical space 168 ns M\(sc no space mode [all …]
|
| /mirbsd/src/lib/libc/include/ |
| D | mir18n.h | 43 #define space 16 macro 57 #define wctype_graph iswmask(7, print, space) 60 #define wctype_punct iswmask(10, print, alpha|xdigit|space) 61 #define wctype_space iswmask(5, space, 0)
|
| /mirbsd/src/lib/libc/db/hash/ |
| D | hash_bigkey.c | 86 u_int16_t space, move_bytes, off; in __big_insert() local 98 for (space = FREESPACE(p) - BIGOVERHEAD; key_size; in __big_insert() 99 space = FREESPACE(p) - BIGOVERHEAD) { in __big_insert() 100 move_bytes = MIN(space, key_size); in __big_insert() 116 space = FREESPACE(p); in __big_insert() 117 if (space) { in __big_insert() 118 move_bytes = MIN(space, val_size); in __big_insert() 126 if ((int)space == val_size && in __big_insert() 148 for (space = FREESPACE(p) - BIGOVERHEAD; val_size; in __big_insert() 149 space = FREESPACE(p) - BIGOVERHEAD) { in __big_insert() [all …]
|
| /mirbsd/src/gnu/usr.bin/perl/ext/POSIX/t/ |
| D | is.t | 38 ' ' => [ qw(print space) ], 39 "\t" => [ qw(cntrl space) ], 52 " \t" => [ qw(space) ], 58 punct cntrl space) ],
|
| /mirbsd/src/lib/libkeynote/testsuite/ |
| D | test-assertion1 | 39 \ followed by one space." == 41 owed\ by\ one\ space\." && 43 followed by one space." == 44 "this string contains a newline\012\040followed by one space." &&
|
| D | test-assertion1-signed.in | 35 \ followed by one space." == 37 owed\ by\ one\ space\." && 39 followed by one space." == 40 "this string contains a newline\012\040followed by one space." &&
|
| /mirbsd/src/lib/libc/regex/ |
| D | regexec.c | 113 #define STATEVARS long vn; char *space 114 #define STATESETUP(m, nv) { (m)->space = malloc((nv)*(m)->g->nstates); \ 115 if ((m)->space == NULL) return(REG_ESPACE); \ 117 #define STATETEARDOWN(m) { free((m)->space); } 118 #define SETUP(v) ((v) = &m->space[m->vn++ * m->g->nstates])
|
| /mirbsd/src/sys/sys/ |
| D | malloc.h | 405 #define MALLOC(space, cast, size, type, flags) \ argument 406 (space) = (cast)malloc((u_long)(size), type, flags) 410 #define MALLOC(space, cast, size, type, flags) do { \ argument 415 (space) = (cast)malloc(kbp_size, type, flags); \ 417 (space) = (cast)kbp->kb_next; \ 418 kbp->kb_next = *(caddr_t *)(space); \
|
| /mirbsd/src/gnu/usr.sbin/sendmail/contrib/ |
| D | cidrexpand | 70 my ($prefix,$left,$right,$space); 107 ($prefix,$left,$space,$right) = 113 print "$prefix$nl$space$right\n";
|
| /mirbsd/src/usr.sbin/dhcpd/ |
| D | tree.c | 249 int space = *bufcount - *bufix; in do_data_copy() local 252 if (space > len) in do_data_copy() 253 space = len; in do_data_copy() 259 if (space > 0) in do_data_copy() 260 memcpy(*bufp + *bufix, data, space); in do_data_copy()
|
| /mirbsd/src/usr.bin/rpcgen/ |
| D | rpc_svcout.c | 554 print_return(space) in print_return() argument 555 char *space; in print_return() 558 fprintf(fout, "%sexit(0);\n", space); 561 fprintf(fout, "%s_rpcsvcdirty = 0;\n", space); 562 fprintf(fout, "%sreturn;\n", space); 567 print_pmapunset(space) in print_pmapunset() argument 568 char *space; in print_pmapunset() 580 space, def->def_name, vp->vers_name); 587 print_err_message(space) in print_err_message() argument 588 char *space; in print_err_message() [all …]
|
| /mirbsd/src/usr.bin/sed/ |
| D | process.c | 61 #define ps PS.space 63 #define hs HS.space 403 SS.space = SS.back; in substitute() 544 sp->space = sp->back = xrealloc(sp->back, newlen); \ in regsub() 546 dst = sp->space + sp->len; \ in regsub() 549 dst = sp->space + sp->len; in regsub() 589 sp->space = sp->back = xrealloc(sp->back, newlen); in cspace() 596 memmove(sp->space + sp->len, p, len); in cspace() 598 sp->space[sp->len += len] = '\0'; in cspace()
|
| /mirbsd/src/sys/ddb/ |
| D | db_output.c | 214 db_end_line(space) in db_end_line() argument 215 int space; in db_end_line() 217 if (db_output_position >= db_max_width - space)
|
| /mirbsd/src/usr.bin/oldroff/neqn/ |
| D | matrix.c | 66 char *space; local 68 space = "\\ \\ "; 105 printf("\\*(%d%s", val[i], i==ncol-1 ? "" : space);
|
| /mirbsd/src/usr.bin/mail/ |
| D | head.c | 132 copyin(char *src, char **space) in copyin() argument 136 top = cp = *space; in copyin() 139 *space = cp; in copyin()
|
| /mirbsd/src/usr.sbin/makefs/ffs/ |
| D | mkfs.c | 136 void *space; in ffs_mkfs() local 422 if ((space = (char *)calloc(1, size)) == NULL) in ffs_mkfs() 424 sblock.fs_csp = space; in ffs_mkfs() 425 space = (char *)space + sblock.fs_cssize; in ffs_mkfs() 429 sblock.fs_maxcluster = lp = space; in ffs_mkfs() 560 void *space; in ffs_write_superblock() local 587 space = (void *)fs->fs_csp; in ffs_write_superblock() 595 ffs_csum_swap((struct csum *)space, in ffs_write_superblock() 598 memcpy(wrbuf, space, (u_int)size); in ffs_write_superblock() 600 space = (char *)space + size; in ffs_write_superblock()
|
| /mirbsd/src/sys/net/ |
| D | if.c | 1344 int space = ifc->ifc_len, error = 0; in ifconf() local 1347 if (space == 0) { in ifconf() 1352 space += sizeof (ifr); in ifconf() 1361 space += sa->sa_len - in ifconf() 1363 space += sizeof(ifr); in ifconf() 1366 ifc->ifc_len = space; in ifconf() 1371 for (ifp = TAILQ_FIRST(&ifnet); space >= sizeof(ifr) && in ifconf() 1380 space -= sizeof (ifr), ifrp++; in ifconf() 1383 space >= sizeof (ifr) && in ifconf() 1404 space -= sa->sa_len - sizeof(*sa); in ifconf() [all …]
|
| /mirbsd/src/usr.bin/jot/ |
| D | jot.c | 351 int dot, hash, space, sign, numbers = 0; in getformat() local 382 dot = hash = space = sign = numbers = 0; in getformat() 387 } else if ((*p == '#' && !(numbers|dot|sign|space| in getformat() 389 (*p == ' ' && !(numbers|dot|space++)) || in getformat()
|
| /mirbsd/src/sys/kern/ |
| D | uipc_socket.c | 383 long space, len, mlen, clen = 0; local 434 space = sbspace(&so->so_snd); 436 space += 1024; 440 if (space < resid + clen && uio && 441 (atomic || space < so->so_snd.sb_lowat || space < clen)) { 453 space -= clen; 472 if (resid >= MINCLSIZE && space >= MCLBYTES) { 482 space -= len; 485 len = lmin(lmin(mlen, resid), space); 486 space -= len; [all …]
|