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

  /src/external/gpl2/mkhybrid/dist/
apple.c 42 static int get_dbl_info(char *, char *, dir_ent *, int);
77 {TYPE_NETA,0,".AppleDouble/", ".AppleDouble/", get_dbl_info, get_none_dir,"Netatalk"},
78 {TYPE_DBL,0,"%", "%", get_dbl_info, get_none_dir,"AppleDouble"},
613 ** get_dbl_info: get Apple double finderinfo for a file
618 get_dbl_info(char *hname, char *dname, dir_ent *s_entry, int ret) function
apple.c 42 static int get_dbl_info(char *, char *, dir_ent *, int);
77 {TYPE_NETA,0,".AppleDouble/", ".AppleDouble/", get_dbl_info, get_none_dir,"Netatalk"},
78 {TYPE_DBL,0,"%", "%", get_dbl_info, get_none_dir,"AppleDouble"},
613 ** get_dbl_info: get Apple double finderinfo for a file
618 get_dbl_info(char *hname, char *dname, dir_ent *s_entry, int ret) function

Completed in 33 milliseconds