Lines Matching refs:split
117 * - split the code to have part of it shared with ntfs-3g library
6048 static BOOL splitarg(char **split, const char *arg)
6105 split[0] = volume;
6106 split[1] = filename;
6234 char *split[2];
6247 split[0] = split[1] = (char*)NULL;
6270 if (!splitarg(split, argv[xarg]))
6271 fail = backup(split[0], split[1]);
6311 if (!splitarg(split, argv[xarg]))
6312 fail = listfiles(split[0], split[1]);
6324 if (!splitarg(split, argv[xarg + 1]))
6325 fail = setperms(split[0],
6326 argv[xarg], split[1]);
6384 if (!splitarg(split, argv[xarg]))
6385 fail = mapproposal(split[0],
6386 split[1]);
6446 if (split[0])
6447 free(split[0]);
6448 if (split[1])
6449 free(split[1]);