Searched refs:pfile (Results 1 - 15 of 15) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/printing/
H A Dprint_aix.c34 XFILE *pfile; local
43 if ((pfile = x_fopen(lp_printcapname(), O_RDONLY, 0)) == NULL) {
50 for (;(line = fgets_slash(NULL, sizeof(pstring), pfile)); safe_free(line)) {
80 x_fclose(pfile);
94 x_fclose(pfile);
103 x_fclose(pfile);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/dtc/
H A Dfstree.c53 FILE *pfile; local
55 pfile = fopen(tmpnam, "r");
56 if (! pfile) {
62 data_copy_file(pfile,
66 fclose(pfile);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/passdb/
H A Dpdb_smbpasswd.c183 static FILE *startsmbfilepwent(const char *pfile, enum pwf_access_type type, int *lock_depth) argument
190 if (!*pfile) {
212 if((fd = sys_open(pfile, O_CREAT|O_TRUNC|O_EXCL|O_RDWR, 0600))!=-1) {
219 creating file %s\n", pfile));
230 DEBUG(10, ("startsmbfilepwent_internal: opening file %s\n", pfile));
232 if((fp = sys_fopen(pfile, open_mode)) == NULL) {
239 if ((fp = sys_fopen(pfile, "a+")) != NULL) {
241 exist. File successfully created.\n", pfile));
245 pfile, strerror(errno)));
250 Error was: %s\n", pfile, strerro
636 const char *pfile = smbpasswd_state->smbpasswd_file; local
747 const char *pfile = smbpasswd_state->smbpasswd_file; local
1094 const char *pfile = smbpasswd_state->smbpasswd_file; local
[all...]
H A Dpdb_tdb.c1602 const char *pfile = location; local
1627 pfile = tdbfile;
1629 pstrcpy( tdbsam_filename, pfile );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DECSpecialCoreTags.cpp311 const CPartFile* pfile = client->GetRequestFile(); local
312 AddTag(CECTag(EC_TAG_CLIENT_REQUEST_FILE, pfile ? pfile->ECID() : 0), valuemap);
323 if (pfile) {
325 if (partStatus.size() == pfile->GetPartCount()) {
H A DExternalConn.cpp796 CPartFile *pfile = theApp->downloadqueue->GetFileByID( hash ); local
798 if ( !pfile ) {
807 CoreNotify_PartFile_Swap_A4AF(pfile);
810 CoreNotify_PartFile_Swap_A4AF_Auto(pfile);
813 CoreNotify_PartFile_Swap_A4AF_Others(pfile);
816 pfile->PauseFile();
819 pfile->ResumeFile();
820 pfile->SavePartFile();
823 pfile->StopFile();
828 pfile
[all...]
H A DSharedFileList.cpp901 CPartFile* pfile = dynamic_cast<CPartFile*>(file); local
904 pfile->SetFileName(newName);
905 pfile->SavePartFile();
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/miscutils/
H A Dcrond.c619 CronFile **pfile = &FileBase; local
622 while ((file = *pfile) != NULL) {
641 *pfile = file->cf_Next;
645 pfile = &file->cf_Next;
648 pfile = &file->cf_Next;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/cifs/
H A Dfile.c1177 if (open_file->pfile && ((open_file->pfile->f_flags & O_RDWR) ||
1178 (open_file->pfile->f_flags & O_RDONLY))) {
1219 if (open_file->pfile &&
1220 ((open_file->pfile->f_flags & O_RDWR) ||
1221 (open_file->pfile->f_flags & O_WRONLY))) {
1232 rc = cifs_reopen_file(open_file->pfile, false);
1317 bytes_written = cifs_write(open_file->pfile, write_data,
2173 if (open_file->pfile &&
2174 ((open_file->pfile
[all...]
H A Dcifsglob.h348 struct file *pfile; /* needed for writepage */ member in struct:cifsFileInfo
486 struct file *pfile; member in struct:dir_notify_req
H A Ddir.c150 pCifsFile->pfile = file;
H A Dcifssmb.c5360 __u32 filter, struct file *pfile, int multishot,
5417 dnotify_req->pfile = pfile;
5358 CIFSSMBNotify(const int xid, struct cifsTconInfo *tcon, const int notify_subdirs, const __u16 netfid, __u32 filter, struct file *pfile, int multishot, const struct nls_table *nls_codepage) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/forked-daapd-0.19/src/evrtsp/
H A Drtsp.c391 evrtsp_hostportfile(char *url, char **phost, u_short *pport, char **pfile) argument
420 if (pfile != NULL) {
441 if (pfile != NULL)
442 *pfile = file;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/forked-daapd-0.19/src/evhttp/
H A Dhttp.c545 evhttp_hostportfile(char *url, char **phost, u_short *pport, char **pfile) argument
574 if (pfile != NULL) {
595 if (pfile != NULL)
596 *pfile = file;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libevent-1.4.14b-stable/
H A Dhttp.c544 evhttp_hostportfile(char *url, char **phost, u_short *pport, char **pfile) argument
571 if (pfile != NULL) {
592 if (pfile != NULL)
593 *pfile = file;

Completed in 309 milliseconds