Home
last modified time | relevance | path

Searched refs:cmdfp (Results 1 – 25 of 30) sorted by relevance

12

/dports/mail/courier/courier-0.65.3/courier/filters/
H A Ddupfilter.c36 FILE *cmdfp; member
48 if (di->cmdfp == 0 && (di->cmdfp=fdopen(di->fd, "w+")) == 0) in hashclient()
55 if (fgets(buf, sizeof(buf), di->cmdfp) == 0 || in hashclient()
58 fclose(di->cmdfp); in hashclient()
76 fclose(di->cmdfp); in hashclient()
109 if (di->cmdfp == 0) return; in checkclient()
165 fprintf(di->cmdfp, "200 Ok.\n"); in checkclient()
169 fclose(di->cmdfp); in checkclient()
186 di->cmdfp=0; in hashclient_wrapper()
194 a->cmdfp=0; in initdupinfo()
[all …]
/dports/devel/sunpromake/schily-2021-09-18/bsh/
H A Dbsh.c106 FILE *cmdfp = (FILE *) NULL; variable
569 cmdfp = fd;
577 cmdfp = (FILE *)NULL;
H A Dhashcmd.c287 fclose(cmdfp);
H A Dbsh.h130 extern FILE *cmdfp; /* File pointer to the current shell script */
/dports/devel/smake/schily-2021-09-18/bsh/
H A Dbsh.c106 FILE *cmdfp = (FILE *) NULL; variable
569 cmdfp = fd;
577 cmdfp = (FILE *)NULL;
H A Dhashcmd.c287 fclose(cmdfp);
H A Dbsh.h130 extern FILE *cmdfp; /* File pointer to the current shell script */
/dports/devel/schilybase/schily-2021-09-18/bsh/
H A Dbsh.c106 FILE *cmdfp = (FILE *) NULL; variable
569 cmdfp = fd;
577 cmdfp = (FILE *)NULL;
H A Dhashcmd.c287 fclose(cmdfp);
H A Dbsh.h130 extern FILE *cmdfp; /* File pointer to the current shell script */
/dports/devel/sccs/schily-2021-09-18/bsh/
H A Dbsh.c106 FILE *cmdfp = (FILE *) NULL; variable
569 cmdfp = fd;
577 cmdfp = (FILE *)NULL;
H A Dhashcmd.c287 fclose(cmdfp);
H A Dbsh.h130 extern FILE *cmdfp; /* File pointer to the current shell script */
/dports/net/rscsi/schily-2021-09-18/bsh/
H A Dbsh.c106 FILE *cmdfp = (FILE *) NULL; variable
569 cmdfp = fd;
577 cmdfp = (FILE *)NULL;
H A Dhashcmd.c287 fclose(cmdfp);
/dports/archivers/star/schily-2021-09-18/bsh/
H A Dbsh.c106 FILE *cmdfp = (FILE *) NULL; variable
569 cmdfp = fd;
577 cmdfp = (FILE *)NULL;
H A Dhashcmd.c287 fclose(cmdfp);
/dports/sysutils/cdrtools/schily-2021-09-18/bsh/
H A Dbsh.c106 FILE *cmdfp = (FILE *) NULL; variable
569 cmdfp = fd;
577 cmdfp = (FILE *)NULL;
H A Dhashcmd.c287 fclose(cmdfp);
/dports/editors/ved/schily-2021-09-18/bsh/
H A Dbsh.c106 FILE *cmdfp = (FILE *) NULL; variable
569 cmdfp = fd;
577 cmdfp = (FILE *)NULL;
H A Dhashcmd.c287 fclose(cmdfp);
/dports/sysutils/schilyutils/schily-2021-09-18/bsh/
H A Dbsh.c106 FILE *cmdfp = (FILE *) NULL; variable
569 cmdfp = fd;
577 cmdfp = (FILE *)NULL;
H A Dhashcmd.c287 fclose(cmdfp);
/dports/misc/iio-oscilloscope/iio-oscilloscope-0.14-master/plugins/
H A Dfmcomms5.c896 FILE *fp = NULL, *cmdfp = NULL; in dcxo_to_eeprom() local
937 cmdfp = popen(cmd, "r"); in dcxo_to_eeprom()
939 if (!cmdfp || pclose(cmdfp) != 0) { in dcxo_to_eeprom()
H A Dfmcomms2.c886 FILE *fp = NULL, *cmdfp = NULL; in xo_freq_to_eeprom() local
927 cmdfp = popen(cmd, "r"); in xo_freq_to_eeprom()
929 if (!cmdfp || pclose(cmdfp) != 0) { in xo_freq_to_eeprom()

12