Searched refs:a_write (Results 1 – 15 of 15) sorted by relevance
| /plan9/sys/src/cmd/gs/src/ |
| H A D | opcheck.h | 50 #define check_write(rf) check_access(rf,a_write) 60 check_type_access_only(rf,typ,a_write)
|
| H A D | iref.h | 297 #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 D | oper.h | 80 check_type_access(orf,typ,a_write)
|
| H A D | ziodevs.c | 182 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 D | ziodevsc.c | 211 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 D | zmisc.c | 120 if (!r_has_attr(tp, a_write)) in zbind() 126 r_clear_attrs(tp, a_write); in zbind()
|
| H A D | zfont.c | 417 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 D | ztype.c | 197 !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 D | idstack.c | 214 if (!r_has_attr(dict_access_ref(dsp), a_write)) in dstack_set_top()
|
| H A D | zdict.c | 280 r_copy_attrs(dict_access_ref(op), a_write, dict_access_ref(op1)); in zcopy_dict()
|
| H A D | zfile.c | 881 (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 D | imain.c | 746 code = (r_has_attr(&vref, a_write) ? 0 : 1); in gs_pop_string()
|
| H A D | zfileio.c | 517 if (r_has_attr(op, a_write)) in zflushfile()
|
| H A D | zbfont.c | 673 if (!r_has_attr(aop, a_write)) in build_gs_font()
|
| H A D | iscanbin.c | 647 if (r_has_attr(op, a_write)) /* a real string */ in scan_bos_string_continue()
|