Searched refs:v_cnidscheme (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/include/atalk/
H A Dvolinfo.h24 char *v_cnidscheme; member in struct:volinfo
H A Dvolume.h77 char *v_cnidscheme; member in struct:vol
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/libatalk/util/
H A Dvolinfo.c280 if ((vol->v_cnidscheme = strdup(value)) == NULL) {
458 free(volinfo->v_cnidscheme); volinfo->v_cnidscheme = NULL;
555 strlcat(buf, vol->v_cnidscheme, sizeof(buf));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/etc/afpd/
H A Dvolume.c803 volume->v_cnidscheme = strdup(options[VOLOPT_CNIDSCHEME].c_value);
1388 free(vol->v_cnidscheme);
2140 if (volume->v_cnidscheme == NULL) {
2141 volume->v_cnidscheme = strdup(DEFAULT_CNID_SCHEME);
2143 volume->v_path, volume->v_cnidscheme);
2154 if (strcmp(volume->v_cnidscheme, "last") == 0) {
2156 volume->v_cnidscheme = strdup("tdb");
2163 if (strcmp(volume->v_cnidscheme, "tdb") != 0) {
2164 free(volume->v_cnidscheme);
2165 volume->v_cnidscheme
[all...]
H A Dfile.c258 if (first && (strcmp(vol->v_cnidscheme, "dbd") == 0)) { /* (3) */
260 free(vol->v_cnidscheme);
261 vol->v_cnidscheme = strdup("tdb");
H A Dcatsearch.c1042 && (strcmp(vol->v_cnidscheme, "dbd") == 0)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/bin/ad/
H A Dad_util.c109 if (STRCMP(vol->volinfo.v_cnidscheme, != , "dbd"))

Completed in 89 milliseconds