Home
last modified time | relevance | path

Searched refs:a_write (Results 1 – 15 of 15) sorted by relevance

/plan9/sys/src/cmd/gs/src/
H A Dopcheck.h50 #define check_write(rf) check_access(rf,a_write)
60 check_type_access_only(rf,typ,a_write)
H A Diref.h297 #define a_write 0x10 macro
301 #define a_all (a_write + a_read+a_execute)
334 _REF_ATTR_PRINT_FLAG(a_write,'w'),\
H A Doper.h80 check_type_access(orf,typ,a_write)
H A Dziodevs.c182 make_file(&ref_stdout, a_write | avm_system, s->write_id, s); in stdout_open()
228 make_file(&ref_stderr, a_write | avm_system, s->write_id, s); in stderr_open()
H A Dziodevsc.c211 make_file(&ref_stdout, a_write | avm_system, s->write_id, s); in stdout_open()
275 make_file(&ref_stderr, a_write | avm_system, s->write_id, s); in stderr_open()
H A Dzmisc.c120 if (!r_has_attr(tp, a_write)) in zbind()
126 r_clear_attrs(tp, a_write); in zbind()
H A Dzfont.c417 r_clear_attrs(&scalemat, a_write); in zdefault_make_font()
420 r_clear_attrs(&newmat, a_write); in zdefault_make_font()
430 r_clear_attrs(dict_access_ref(&newdict), a_write); in zdefault_make_font()
H A Dztype.c197 !r_has_attr(dict_access_ref(op), a_write) in znoaccess()
228 int code = access_check(i_ctx_p, a_write, false); in zwcheck()
H A Didstack.c214 if (!r_has_attr(dict_access_ref(dsp), a_write)) in dstack_set_top()
H A Dzdict.c280 r_copy_attrs(dict_access_ref(op), a_write, dict_access_ref(op1)); in zcopy_dict()
H A Dzfile.c881 (access[1] == '+' ? a_write + a_read + a_execute : 0) | in make_stream_file()
888 make_file(pfile, attrs | a_write, s->write_id, s); in make_stream_file()
H A Dimain.c746 code = (r_has_attr(&vref, a_write) ? 0 : 1); in gs_pop_string()
H A Dzfileio.c517 if (r_has_attr(op, a_write)) in zflushfile()
H A Dzbfont.c673 if (!r_has_attr(aop, a_write)) in build_gs_font()
H A Discanbin.c647 if (r_has_attr(op, a_write)) /* a real string */ in scan_bos_string_continue()