Home | History | Annotate | Download | only in mac

Lines Matching refs:path_size

838                        int               path_size )
857 if ( noErr != FSRefMakePath( &par_ref, path_lwfn, path_size ) )
860 if ( ft_strlen( (char *)path_lwfn ) + 1 + base_lwfn[0] > path_size )
889 if ( ft_strlen( (char *)path_fond ) > path_size )
898 if ( i + 1 + base_lwfn[0] > path_size )