Home
last modified time | relevance | path

Searched refs:const_bytes (Results 1 – 25 of 39) sorted by relevance

12

/plan9/sys/src/cmd/gs/src/
H A Diutil2.c113 pvalue->value.const_bytes[0] >= r_size(pvalue) in dict_find_password()
127 if (pvalue->value.const_bytes[0] > MAX_PASSWORD) in dict_read_password()
129 memcpy(ppass->data, pvalue->value.const_bytes + 1, in dict_read_password()
130 (ppass->size = pvalue->value.const_bytes[0])); in dict_read_password()
H A Dzfile1.c51 prefix = op[-2].value.const_bytes; in zfile_name_combine()
52 fname = op[-1].value.const_bytes; in zfile_name_combine()
79 make_bool(op, (gp_file_name_root((const char *)op->value.const_bytes, in zfile_name_is_absolute()
H A Dzstring.c162 if (op[-1].value.const_bytes[i] == op->value.const_bytes[j]) { in zstringbreak()
188 result = string_match(op1->value.const_bytes, r_size(op1), in zstringmatch()
189 op->value.const_bytes, r_size(op), in zstringmatch()
H A Dzfarc4.c50 s_arcfour_set_key(&state, sop->value.const_bytes, r_size(sop)); in z_arcfour_d()
74 s_arcfour_set_key(&state, sop->value.const_bytes, r_size(sop)); in z_arcfour_e()
H A Dzpaint.c68 op->value.const_bytes); in zimagepath()
H A Dzcid.c44 pcidsi->Registry.data = pregistry->value.const_bytes; in cid_system_info_param()
46 pcidsi->Ordering.data = pordering->value.const_bytes; in cid_system_info_param()
H A Dzfunc0.c53 pDataSource->value.const_bytes, in gs_build_function_0()
H A Dzfile.c280 code = ssetfilename(s, op[-1].value.const_bytes, r_size(op - 1)); in zfile()
620 code = ssetfilename(s, op->value.const_bytes, r_size(op)); in zlibfile()
702 memcpy(prefix, op[-1].value.const_bytes, psize); in ztempfile()
772 code = gs_parse_file_name(pfn, (const char *)op->value.const_bytes, in parse_file_name()
794 return gs_parse_real_file_name(pfn, (const char *)op->value.const_bytes, in parse_real_file_name()
806 astr = op->value.const_bytes; in parse_file_access_string()
1001 const char *pstr = (const char *)prdir->value.const_bytes; in lib_fopen_with_libpath()
H A Dzbfont.c81 !memcmp(nsref.value.const_bytes, ".notdef", r_size(&nsref))) { in zfont_encode_char()
126 pstr->data = sref.value.const_bytes; in zfont_glyph_name()
159 c = (c << 8) | v->value.const_bytes[i]; in gs_font_map_glyph_by_dict()
523 fstrs[i].data = nsref.value.const_bytes; in lookup_gs_simple_font_encoding()
791 memcpy(&pfstr->chars[0], pfname->value.const_bytes, size); in copy_font_name()
H A Dzfont42.c195 *pdata = rstr.value.const_bytes + left; in string_array_access_proc()
267 gs_glyph_data_from_string(pgd, pgdef->value.const_bytes, r_size(pgdef), in font_gdir_get_outline()
H A Diccfont.c140 code = name_ref(imemory, kep->strings.next.value.const_bytes, in cfont_put_next()
257 code = name_ref(imemory, senum.next.value.const_bytes, in cfont_name_array_create()
H A Dzmisc1.c61 discard((*proc)(op->value.bytes, op[-1].value.const_bytes, ssize, in type1crypt()
H A Dzcsindex.c93 cs.params.indexed.lookup.table.data = pcsa[2].value.const_bytes; in zsetindexedspace()
H A Dzchar32.c159 data = op->value.const_bytes; in zgetmetrics32()
H A Dzht2.c485 ptp->thresholds.data = tstring->value.const_bytes; in dict_threshold_params()
522 gs_bytestring_from_string(&ptp->thresholds, tstring->value.const_bytes, in dict_threshold2_params()
H A Dzfileio.c774 rstr.value.const_bytes = data; in zwritecvp_at()
931 const byte *data = op->value.const_bytes; in write_string()
939 op->value.const_bytes = data + wlen; in write_string()
H A Dimainarg.c577 !strncmp((const char *)(nsref).value.const_bytes, str, (len))) in swproc()
976 pes->value.const_bytes != 0; pes++ in print_emulators()
983 outprintf(minst->heap, " %s", (const char *)pes->value.const_bytes); in print_emulators()
H A Dzfcmap.c392 pstr->data = nsref.value.const_bytes; in zfcmap_glyph_name()
432 if ((code = gs_cmap_adobe1_alloc(&pcmap, 0, rname.value.const_bytes, in zbuildcmap()
H A Dilocate.c431 !gc_locate(sref.value.const_bytes, gcst) in ialloc_validate_ref()
436 (ulong) sref.value.const_bytes); in ialloc_validate_ref()
H A Dzfrsd.c139 code = make_rss(i_ctx_p, source_op, source_op->value.const_bytes, in zreusablestream()
H A Dzfilterx.c257 memcpy(pbts->table, op->value.const_bytes, 256); in bt_setup()
H A Didebug.c49 debug_print_string(sref.value.const_bytes, r_size(&sref)); in debug_print_name()
H A Diref.h391 const byte *const_bytes; member
H A Dzcharout.c313 gs_glyph_data_from_string(pgd, pcstr->value.const_bytes, r_size(pcstr), in zchar_charstring_data()
H A Dzfapi.c154 r->p = s.value.const_bytes; in sfnts_next_elem()
516 decode_bytes(buf, type1string->value.const_bytes, l + lenIV, lenIV); in get_type1_data()
518 memcpy(buf, type1string->value.const_bytes, l); in get_type1_data()
574 *ptr = glyph->value.const_bytes; in get_GlyphDirectory_data_ptr()
941 memcpy(buf, Ordering->value.const_bytes, ordering_length); in FAPI_refine_font()
1395 ff.char_data = sname.value.const_bytes; in FAPI_do_char()

12