Home
last modified time | relevance | path

Searched refs:strings (Results 1 – 25 of 71) sorted by relevance

123

/plan9/sys/src/cmd/
H A Dpcc.c32 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 Dms2html.c485 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 Dcc.c45 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 Dgdevupd.c661 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 Diname.c294 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 Dinamedef.h108 name_string_sub_table_t *strings; member
121 ((nt)->sub[(nidx) >> nt_log2_sub_size].strings->strings +\
H A Diccfont.c62 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 Dinamestr.h90 name_string_t strings[NT_SUB_SIZE]; member
H A Dgsnogc.c79 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 Dgdevpsf2.c69 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 Dzcie.c161 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 Dunixlink.mak52 # The resetting of the environment variables to empty strings is for SCO Unix,
H A Dgxalloc.h370 ulong strings; member
/plan9/sys/src/cmd/scat/
H A Dmkfile25 scat.$O: strings.c
/plan9/sys/src/cmd/upas/scanmail/
H A Dspam.h46 Pattern *strings; member
H A Dtestscan.c59 p = patterns[i].strings; in dumppats()
191 p = pp->strings; in matchaction()
H A Dcommon.c472 p = patterns[action].strings; in parsepats()
478 patterns[action].strings = p; in parsepats()
/plan9/sys/src/cmd/unix/drawterm/exportfs/
H A Dexportsrv.c384 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 Dprog4.ms27 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 Dutf.ms182 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 Drelease4.ms106 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 Dalgorithm.txt4 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 Dexportsrv.c384 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 DINDEX277 strings strings
/plan9/sys/src/cmd/gs/libpng/
H A DY2KINFO20 The strings are

123