| /plan9/sys/src/cmd/ |
| H A D | pcc.c | 32 char *strings[Maxlist]; member 163 append(&cpp, srcs.strings[i]); in main() 165 append(&cpp, changeext(objs.strings[i], "i")); in main() 173 append(&cc, changeext(srcs.strings[i], ot->o)); in main() 183 append(&ld, ldargs.strings[i]); in main() 185 append(&ld, objs.strings[i]); in main() 190 if(strstr(objs.strings[0], ".a") == 0) in main() 191 remove(objs.strings[0]); in main() 203 l->strings[l->n++] = s; in append() 204 l->strings[l->n] = 0; in append() [all …]
|
| H A D | ms2html.c | 485 String *numregs, *strings; variable 555 dsnr(name, val, &strings); in ds() 564 for(s = strings; s != nil; s = s->next) in getds() 1909 rm_loop(name, &strings); in g_rm() 2588 for(s = strings; s != nil; s = s->next) in g_as()
|
| /plan9/sys/src/ape/cmd/ |
| H A D | cc.c | 45 char *strings[Maxlist]; member 188 append(&cpp, srcs.strings[i]); in main() 199 append(&cc, changeext(srcs.strings[i], "o")); in main() 210 append(&ld, ldargs.strings[i]); in main() 212 append(&ld, objs.strings[i]); in main() 216 remove(objs.strings[0]); in main() 231 l = smprint("%s/lib%s.a", srchlibs.strings[i], s); in searchlib() 262 l->strings[l->n++] = s; in append() 263 l->strings[l->n] = 0; in append() 279 exec(c, a->strings); in doexec() [all …]
|
| /plan9/sys/src/cmd/gs/src/ |
| H A D | gdevupd.c | 661 gs_param_string *strings; /** Strings */ member 1083 if(0 < upd->strings[S_OPEN].size) in upd_print_page() 1084 fwrite(upd->strings[S_OPEN].data,1,upd->strings[S_OPEN].size,out); in upd_print_page() 1090 if(0 < upd->strings[S_BEGIN].size) in upd_print_page() 1091 fwrite(upd->strings[S_BEGIN].data,1,upd->strings[S_BEGIN].size,out); in upd_print_page() 1187 (0 < upd->strings[S_ABORT].size)) { /* Only This! */ in upd_print_page() 1188 fwrite(upd->strings[S_ABORT].data,1,upd->strings[S_ABORT].size,out); in upd_print_page() 1196 } else if(0 < upd->strings[S_END].size) { in upd_print_page() 1197 fwrite(upd->strings[S_END].data,1,upd->strings[S_END].size,out); in upd_print_page() 1204 if(0 < upd->strings[S_CLOSE].size) in upd_print_page() [all …]
|
| H A D | iname.c | 294 nt->sub[nidx >> nt_log2_sub_size].strings; in names_next_valid_index() 303 ssub = nt->sub[nidx >> nt_log2_sub_size].strings; in names_next_valid_index() 307 pnstr = &ssub->strings[nidx & nt_sub_index_mask]; in names_next_valid_index() 323 if ((ssub = nt->sub[si].strings) != 0) { in names_unmark_all() 330 ssub->strings[i].mark = 0; in names_unmark_all() 366 return nt->sub[index >> nt_log2_sub_size].strings; in names_index_string_sub_table() 414 name_string_sub_table_t *ssub = nt->sub[i].strings; in names_trace_finish() 446 if (nt->sub[si].strings != 0) { in names_restore() 504 nt->sub[sub_index].strings = ssub; in name_alloc_sub() 539 gs_free_object(nt->memory, nt->sub[sub_index].strings, in name_free_sub() [all …]
|
| H A D | inamedef.h | 108 name_string_sub_table_t *strings; member 121 ((nt)->sub[(nidx) >> nt_log2_sub_size].strings->strings +\
|
| H A D | iccfont.c | 62 str_enum strings; member 70 init_str_enum(&pke->strings, i_ctx_p, ksa); in init_key_enum() 114 i_ctx_t *i_ctx_p = kep->strings.i_ctx_p; in cfont_put_next() 137 code = cfont_next_string(&kep->strings); in cfont_put_next() 140 code = name_ref(imemory, kep->strings.next.value.const_bytes, in cfont_put_next() 141 r_size(&kep->strings.next), &kname, 0); in cfont_put_next()
|
| H A D | inamestr.h | 90 name_string_t strings[NT_SUB_SIZE]; member
|
| H A D | gsnogc.c | 79 imem->lost.strings -= nbytes; in sf_alloc_string() 103 imem->lost.strings += size; in sf_free_string() 267 imem->lost.strings -= cp->ctop - top; in sf_consolidate_free()
|
| H A D | gdevpsf2.c | 69 cff_string_table_t strings; member 153 code = cff_string_index(&pcw->strings, data, size, true, &index); in cff_string_sid() 1283 cff_string_table_init(&writer.strings, string_items, number_of_strings); in psf_write_type2_font() 1371 cff_Index_size(writer.strings.count, writer.strings.total); in psf_write_type2_font() 1402 cff_put_Index(&writer, &writer.strings); in psf_write_type2_font() 1589 cff_string_table_init(&writer.strings, string_items, in psf_write_cid0_font() 1680 cff_Index_size(writer.strings.count, writer.strings.total); in psf_write_cid0_font() 1709 cff_put_Index(&writer, &writer.strings); in psf_write_cid0_font()
|
| H A D | zcie.c | 161 gs_const_string * strings); 220 gs_const_string * strings) in cie_3d_table_param() argument 235 strings[i].data = prt2->value.const_bytes; in cie_3d_table_param() 236 strings[i].size = nbytes; in cie_3d_table_param()
|
| H A D | unixlink.mak | 52 # The resetting of the environment variables to empty strings is for SCO Unix,
|
| H A D | gxalloc.h | 370 ulong strings; member
|
| /plan9/sys/src/cmd/scat/ |
| H A D | mkfile | 25 scat.$O: strings.c
|
| /plan9/sys/src/cmd/upas/scanmail/ |
| H A D | spam.h | 46 Pattern *strings; member
|
| H A D | testscan.c | 59 p = patterns[i].strings; in dumppats() 191 p = pp->strings; in matchaction()
|
| H A D | common.c | 472 p = patterns[action].strings; in parsepats() 478 patterns[action].strings = p; in parsepats()
|
| /plan9/sys/src/cmd/unix/drawterm/exportfs/ |
| H A D | exportsrv.c | 384 char *strings; in Xwstat() local 393 strings = emallocz(t->work.nstat); /* ample */ in Xwstat() 394 if(convM2D(t->work.stat, t->work.nstat, &d, strings) <= BIT16SZ){ in Xwstat() 398 free(strings); in Xwstat() 421 free(strings); in Xwstat()
|
| /plan9/sys/doc/ |
| H A D | prog4.ms | 27 9P, NAMELEN, and strings 30 but has had a number of adjustments to deal with longer file names and error strings, 42 in which strings are represented by a count followed by that many bytes. 71 This change to 9P affects the way strings are handled by the kernel and throughout 100 For convenience, the kernel stores error strings internally as 256-byte arrays, 114 With strings now variable-length, a number of system calls needed to change: 260 Quoted strings and tokenize 346 While we're on the subject of quotes and strings, note that the implementation of 370 Although strings in 9P are now variable-length and not zero-terminated, 372 File and user names are still zero-terminated strings as always; [all …]
|
| H A D | utf.ms | 182 function applied to UTF strings preserves the ordering of Unicode characters. 289 is allowed are in character constants, strings, and comments. 414 to place blank-padded strings 465 Text strings cross the interface in several places: 471 Little change was required: null-terminated UTF strings 472 are equivalent to null-terminated ASCII strings for most purposes 533 invalid UTF byte strings in and out of runes does not preserve the input, 544 The first set converts between runes and UTF strings: 566 There is also a set of routines for examining null-terminated UTF strings, 596 if the arguments point to valid UTF strings. [all …]
|
| H A D | release4.ms | 106 system handles strings in general. 108 more consistent in how it handles strings such as commands to devices.
|
| /plan9/sys/src/cmd/gs/zlib/ |
| H A D | algorithm.txt | 4 LZ77 (Lempel-Ziv 1977, see reference below). It finds duplicated strings in 21 Duplicated strings are found using a hash table. All input strings of 24 strings in the chain are compared with the current input string, and 27 The hash chains are searched starting with the most recent strings, to 52 modes (level parameter 1 to 3). For these fast modes, new strings
|
| /plan9/sys/src/cmd/exportfs/ |
| H A D | exportsrv.c | 384 char *strings; in Xwstat() local 398 strings = emallocz(t->work.nstat); /* ample */ in Xwstat() 399 if(convM2D(t->work.stat, t->work.nstat, &d, strings) <= BIT16SZ){ in Xwstat() 403 free(strings); in Xwstat() 426 free(strings); in Xwstat()
|
| /plan9/sys/man/1/ |
| H A D | INDEX | 277 strings strings
|
| /plan9/sys/src/cmd/gs/libpng/ |
| H A D | Y2KINFO | 20 The strings are
|