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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/client/
H A Dsmbspool.c323 char file_path[CC_MAX_FILE_PATH_LEN]; local
334 snprintf(file_path, CC_MAX_FILE_PATH_LEN,"%s/%s", TICKET_CC_DIR, filename);
335 if (sys_stat(file_path, &buf) == 0 )
352 ticket_file=SMB_STRDUP(file_path);
H A Dclient.c1382 char *file_path; member in struct:file_list
1397 SAFE_FREE(list->file_path);
1410 trim_string(list->file_path,"./","\n");
1411 if (strncmp(list->file_path, name, strlen(name)) != 0) {
1487 entry->file_path = path;
1529 if (asprintf(&lname, "%s/", temp_list->file_path) <= 0)
H A Dsmbctool.c1517 char *file_path; member in struct:file_list
1532 SAFE_FREE(tmp->file_path);
1545 trim_string(list->file_path,"./","\n");
1546 if (strncmp(list->file_path, name, strlen(name)) != 0) {
1622 entry->file_path = path;
1664 if (asprintf(&lname, "%s/", temp_list->file_path) <= 0)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/GeoIP-1.5.1/libGeoIP/
H A DGeoIP.c656 if (stat(gi->file_path, &buf) != -1) {
673 fprintf(stderr,"Out of memory when reloading %s\n",gi->file_path);
680 gi->GeoIPDatabase = fopen(gi->file_path,"rb");
682 fprintf(stderr,"Error Opening file %s when reloading\n",gi->file_path);
697 fprintf(stderr,"Error remapping file %s when reloading\n",gi->file_path);
705 fprintf(stderr,"Error reading file %s when reloading\n",gi->file_path);
716 fprintf(stderr, "Error reading file %s -- corrupt\n", gi->file_path);
726 fprintf(stderr, "Error file %s -- corrupt\n", gi->file_path);
735 fprintf(stderr,"Error reading file %s where reloading\n",gi->file_path);
990 gi->file_path
[all...]
H A DGeoIP.h60 char *file_path; member in struct:GeoIPTag
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/bus/
H A Dactivation.c254 DBusString file_path; local
270 if (!_dbus_string_init (&file_path))
276 if (!_dbus_string_append (&file_path, s_dir->dir_c) ||
277 !_dbus_concat_dir_and_file (&file_path, filename))
283 if (!_dbus_stat (&file_path, &stat_buf, NULL))
421 name, _dbus_string_get_const_data (&file_path));
424 name, _dbus_string_get_const_data (&file_path));
466 _dbus_string_free (&file_path);
483 DBusString file_path; local
491 if (!_dbus_string_init (&file_path))
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/utils/scripts/
H A Dsanity59 def file_path method in class:Result
737 if (a.file_path <=> b.file_path) == 0 then
748 a.file_path <=> b.file_path
756 get_val( result.type, get_val( result.file_name, get_val( result.file_path, result_tree ) ) ) << result
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/src/plugin_xmms/
H A Dtag.c130 input->file_path = filename;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/minidlna-1.1.5/
H A Dupnphttp.c1566 char *path, *file_path = NULL; local
1588 file_path = result[3];
1592 if( !file_path || !resolution || (access(file_path, F_OK) != 0) )
1648 DPRINTF(E_INFO, L_HTTP, "Serving resized image for ObjectId: %lld [%s]\n", id, file_path);
1723 imsrc = image_new_from_jpeg(file_path, 1, NULL, 0, scale, rotate);
1735 DPRINTF(E_WARN, L_HTTP, "Unable to open image %s!\n", file_path);
1750 imsrc = image_new_from_jpeg(file_path, 1, NULL, 0, scale, rotate);
1753 DPRINTF(E_WARN, L_HTTP, "Unable to open image %s!\n", file_path);
1770 DPRINTF(E_INFO, L_HTTP, "Done serving %s\n", file_path);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/minidlna/
H A Dupnphttp.c1378 char *path, *file_path; local
1411 file_path = result[3];
1457 DPRINTF(E_INFO, L_HTTP, "Serving resized image for ObjectId: %lld [%s]\n", id, file_path);
1502 exif_loader_write_file(l, file_path);
1518 imsrc = image_new_from_jpeg(file_path, 1, NULL, 0);
1545 imsrc = image_new_from_jpeg(file_path, 1, NULL, 0);
1564 DPRINTF(E_INFO, L_HTTP, "Done serving %s\n", file_path);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/bftpd-1.6.6/
H A Dmain.c630 char file_path[256]; local
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/smbd/
H A Dreply.c1848 char file_path[256] = " "; local
1852 snprintf(file_path, 256, "%s/%s", conn->origpath, fname);
1853 fd = open(file_path, O_RDWR );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/build-aux/
H A Dtexi2html5153 my $file_path = shift;
5155 if (!defined($file_path) or $file_path eq '')

Completed in 243 milliseconds