Searched refs:pSmbPath (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/examples/libsmbclient/
H A Dtestchmod.c15 char * pSmbPath = NULL; local
20 pSmbPath = "smb://RANDOM/Public/small";
24 pSmbPath = argv[1];
28 pSmbPath = argv[1];
41 if (smbc_stat(pSmbPath, &st) < 0)
49 if (smbc_chmod(pSmbPath, mode) < 0)
55 if (smbc_stat(pSmbPath, &st) < 0)
H A Dtestread.c19 char * pSmbPath = NULL; local
26 pSmbPath = "smb://RANDOM/Public/bigfile";
30 pSmbPath = argv[1];
42 printf("Open file %s\n", pSmbPath);
46 if ((fd = smbc_open(pSmbPath, O_RDONLY, 0)) < 0)
H A Dtestutime.c17 char * pSmbPath = NULL; local
25 pSmbPath = "smb://RANDOM/Public/small";
29 pSmbPath = argv[1];
33 pSmbPath = argv[1];
46 if (smbc_stat(pSmbPath, &st) < 0)
59 if (smbc_utime(pSmbPath, &utimbuf) < 0)
65 if (smbc_stat(pSmbPath, &st) < 0)
H A Dteststat.c16 char * pSmbPath = NULL; local
22 pSmbPath = "smb://RANDOM/Public/small";
27 pSmbPath = argv[1];
32 pSmbPath = argv[1];
45 if (smbc_stat(pSmbPath, &st) < 0)

Completed in 70 milliseconds