HomeSort by: relevance | last modified time | path
    Searched refs:fao (Results 1 - 2 of 2) sorted by relevancy

  /src/common/dist/zlib/
make_vms.com 629 then call write_config f$fao("#define !AS !UL",cdef,'cdef_val'_yes)
631 then call write_config f$fao("#define !AS !AS",cdef,'cdef_val'_yes)
633 $ call write_config f$fao("#define !AS 1",cdef)
642 call write_config f$fao("/* !AS */",line)
647 then call write_config f$fao("#define !AS !UL",cdef,'cdef_val'_no)
649 then call write_config f$fao("#define !AS !AS",cdef,'cdef_val'_no)
651 $ call write_config f$fao("#undef !AS",cdef)
685 then call write_config f$fao("#define !AS !UL",cdef,mdef_'i')
687 then call write_config f$fao("#define !AS !AS",cdef,mdef_'i')
695 $ call write_config f$fao("#undef !AS",cdef
    [all...]
  /src/lib/libperfuse/
ops.c 344 struct fuse_attr_out *fao)
347 if ((feo == NULL) && (fao == NULL))
348 DERRX(EX_SOFTWARE, "%s: feo and fao NULL", __func__);
350 if ((feo != NULL) && (fao != NULL))
351 DERRX(EX_SOFTWARE, "%s: feo and fao != NULL", __func__);
354 if (fao != NULL) {
357 va_ttl.tv_sec = fao->attr_valid;
358 va_ttl.tv_nsec = fao->attr_valid_nsec;
1575 struct fuse_attr_out *fao; local in function:perfuse_node_getattr_ttl
1613 if ((error = xchg_msg(pu, opc, pm, sizeof(*fao), wait_reply)) != 0
1665 struct fuse_attr_out *fao; local in function:perfuse_node_setattr_ttl
    [all...]

Completed in 19 milliseconds