Searched refs:pathbuf (Results 1 - 13 of 13) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/popt/
H A Dfindme.c14 char * pathbuf; local
25 start = pathbuf = (char *)alloca(strlen(path) + 1);
28 strcpy(pathbuf, path);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/libatalk/adouble/
H A Dad_open.c770 static char pathbuf[ MAXPATHLEN + 1]; local
775 l = strlcpy( pathbuf, path, sizeof(pathbuf));
778 pathbuf[l++] = '/';
780 strlcpy(pathbuf +l, ".AppleDouble/.Parent", sizeof(pathbuf) -l);
788 memcpy( pathbuf, path, l);
793 l += strlcpy( pathbuf +l, ".AppleDouble/", sizeof(pathbuf) -l);
794 strlcpy( pathbuf
826 static char pathbuf[ MAXPATHLEN + 1]; local
866 static char pathbuf[ MAXPATHLEN + 1]; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/iodbc/
H A Dmisc.c206 char pathbuf[1024]; local
244 path = _iodbcdm_getinifile (pathbuf, sizeof (pathbuf));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/etc/cnid_dbd/
H A Dcmd_dbd_scanvol.c171 char pathbuf[MAXPATHLEN + 1];
175 if ((len = readlink(name, pathbuf, MAXPATHLEN)) == -1) {
180 pathbuf[len] = 0;
182 if ((stat(pathbuf, &st)) != 0) {
183 dbd_log(LOGSTD, "stat error '%s': %s", pathbuf, strerror(errno));
196 if ((sep = strrchr(pathbuf, '/')) == NULL)
199 sep = 0; /* pathbuf now contains the directory*/
202 /* fchdir() to pathbuf so we can easily get its path with getcwd() */
203 if ((chdir(pathbuf)) != 0) {
204 dbd_log(LOGSTD, "Cant chdir to '%s': %s", pathbuf, strerro
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dhttp.cpp277 const wxWX2MBbuf pathbuf = wxConvLocal.cWX2MB(buf); local
278 Write(pathbuf, strlen(wxMBSTRINGCAST pathbuf));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dhttp.c599 char auth[1024], pathbuf[1024], *path; local
608 pathbuf, sizeof(pathbuf), uri);
610 path = pathbuf;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/libatalk/vfs/
H A Dea.c603 static char pathbuf[MAXPATHLEN + 1]; local
608 strlcpy(pathbuf, adname, MAXPATHLEN + 1);
610 strlcat(pathbuf, "::EA", MAXPATHLEN + 1);
613 strlcat(pathbuf, "::", MAXPATHLEN + 1);
617 strlcat(pathbuf, eaname, MAXPATHLEN + 1);
620 return pathbuf;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/vms/
H A Dvms.c4674 static char pathbuf[FILNAMSIZ];
4679 static char *pathptr = pathbuf; /* For debugger */
4734 nam.NAM_ESA = pathbuf;
4797 strcpy(pathbuf, nam.NAM_ESA);
4798 root_dest = pathbuf;
4823 if ((pathbuf[rootlen-1] == ']') || (pathbuf[rootlen-1] == '>'))
4825 pathbuf[rootlen-1] = '.';
4829 devptr = pathbuf;
4830 dirptr = pathbuf
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dhttp.c1143 char auth[1024], pathbuf[1024], *path; local
1156 pathbuf, sizeof(pathbuf), uri);
1158 path = pathbuf;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/etc/afpd/
H A Dfiledir.c664 static char pathbuf[MAXPATHLEN + 1]; local
681 strncpy(pathbuf, cfrombstr(path), blength(path) + 1);
684 return(pathbuf);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/gadget/
H A Df_mass_storage.c2671 char *pathbuf; local
2828 pathbuf = kmalloc(PATH_MAX, GFP_KERNEL);
2835 if (pathbuf) {
2837 pathbuf, PATH_MAX);
2848 kfree(pathbuf);
H A Dfile_storage.c3234 char *pathbuf, *p; local
3412 pathbuf = kmalloc(PATH_MAX, GFP_KERNEL);
3417 if (pathbuf) {
3419 pathbuf, PATH_MAX);
3427 kfree(pathbuf);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/
H A Dcgroup.c4395 char *pathbuf = NULL, *agentbuf = NULL; local
4401 pathbuf = kmalloc(PAGE_SIZE, GFP_KERNEL);
4402 if (!pathbuf)
4404 if (cgroup_path(cgrp, pathbuf, PAGE_SIZE) < 0)
4412 argv[i++] = pathbuf;
4428 kfree(pathbuf);

Completed in 205 milliseconds