Searched refs:filepath (Results 1 - 9 of 9) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/etc/papd/
H A Dprint_cups.c332 char filepath[MAXPATHLEN]; local
355 strlcpy ( filepath, SPOOLDIR, sizeof(filepath));
356 strlcat ( filepath , "/", sizeof(filepath));
357 strlcat ( filepath , filename, sizeof(filepath));
359 if ((jobid = cupsPrintFile( name, filepath, job, 0, options)) == 0)
360 LOG(log_error, logtype_papd, "Unable to print job '%s' (%s) to printer '%s' for user '%s' - CUPS error : '%s'", job, filepath, name, username, ippErrorString(cupsLastError()));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/modules/
H A Dvfs_aixacl2.c265 char *filepath,
276 if (aclx_gettypes(filepath, &acl_type_list, &acl_type_list_len)) {
278 strerror(errno), filepath));
286 pacl_type_info->acl_type, filepath));
264 aixjfs2_query_acl_support( char *filepath, uint64_t aclType, acl_type_t *pacl_type_info ) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dfilename.h103 wxFileName(const wxFileName& filepath) { Assign(filepath); } argument
134 void Assign(const wxFileName& filepath);
348 bool SameAs(const wxFileName& filepath,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/widgets/
H A Dbmpcombobox.cpp146 wxBitmap LoadBitmap(const wxString& filepath);
763 wxBitmap BitmapComboBoxWidgetsPage::LoadBitmap(const wxString& filepath) argument
775 wxImage image(filepath);
801 wxBitmap BitmapComboBoxWidgetsPage::LoadBitmap(const wxString& WXUNUSED(filepath))
809 wxString filepath = wxFileSelector(wxT("Choose image file"), local
821 if ( filepath.length() )
825 *pStr = wxFileName(filepath).GetName();
828 bitmap = LoadBitmap(filepath);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/services/
H A Dservices_db.c185 pstring filepath, str; local
194 pstr_sprintf( filepath, "%s/%s/%s", dyn_LIBDIR, SVCCTL_SCRIPT_DIR, servicename );
195 if ( !(f = x_fopen( filepath, O_RDONLY, 0 )) ) {
196 DEBUG(0,("read_init_file: failed to open [%s]\n", filepath));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dfilename.cpp313 void wxFileName::Assign( const wxFileName &filepath )
315 if ( &filepath == this )
318 m_volume = filepath.GetVolume();
319 m_dirs = filepath.GetDirs();
320 m_name = filepath.GetName();
321 m_ext = filepath.GetExt();
322 m_relative = filepath.m_relative;
323 m_hasExt = filepath.m_hasExt;
1480 bool wxFileName::SameAs(const wxFileName& filepath, wxPathFormat format) const argument
1483 fn2 = filepath;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/printing/
H A Dnt_printing.c1270 pstring filepath; local
1292 pstrcpy(filepath, old_file);
1294 driver_unix_convert(filepath,conn,NULL,&stat_buf);
1296 status = open_file_ntcreate(conn, filepath, &stat_buf,
1308 filepath, errno));
1329 pstrcpy(filepath, new_file);
1330 driver_unix_convert(filepath,conn,NULL,&stat_buf);
1332 status = open_file_ntcreate(conn, filepath, &stat_buf,
1344 filepath, errno));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dfilename.tex260 \func{void}{Assign}{\param{const wxFileName\& }{filepath}}
926 \constfunc{bool}{SameAs}{\param{const wxFileName\& }{filepath}, \param{wxPathFormat }{format = wxPATH\_NATIVE}}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/Micromax/Linux/
H A DUSBModem.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/common/ com/common/ndisJni/ com/common/ndisJni/QualNdisJni ...

Completed in 197 milliseconds