Searched defs:df (Results 1 - 10 of 10) sorted by relevance

/osnet-11/usr/src/lib/libc/port/gen/
H A Dstrlcat.c43 char *df = dst; local
49 while (left-- != 0 && *df != '\0')
50 df++;
51 l1 = df - dst;
/osnet-11/usr/src/cmd/sendmail/src/
H A Dcollect.c200 SM_FILE_T *df; local
209 df = bfopen(dfname, QueueFileMode, DataFileBufferSize,
213 if (df == NULL)
221 dfd = sm_io_getinfo(df, SM_IO_WHAT_FD, NULL);
230 return df;
286 register SM_FILE_T *df; local
304 df = NULL;
515 (void) sm_io_putc(df, SM_TIME_DEFAULT,
668 df = collect_eoh(e, numhdrs, hdrslen);
669 if (df
[all...]
H A Ddaemon.c1851 register struct dflags *df; local
1854 for (df = DaemonFlags; df->d_name != NULL; df++)
1856 if (!bitnset(df->d_flag, d->d_flags))
1859 sm_dprintf("<%s", df->d_name);
1861 sm_dprintf(",%s", df->d_name);
H A Ddeliver.c1017 /* Force the df to disk if it's not there yet */
4582 char *df = queuename(e, DATAFL_LETTER); local
4584 e->e_dfp = sm_io_open(SmFtStdio, SM_TIME_DEFAULT, df,
4592 syserr(msg, df, e->e_to, e->e_from.q_paddr);
5299 char *df = queuename(e, DATAFL_LETTER); local
5301 e->e_dfp = sm_io_open(SmFtStdio, SM_TIME_DEFAULT, df,
5306 df, e->e_to, e->e_from.q_paddr);
H A Dsrvrsmtp.c3584 SM_FILE_T *volatile df; local
3587 df = e->e_dfp;
3589 if (sm_io_setinfo(df, SM_BF_COMMIT, NULL) < 0
3605 dfd = sm_io_getinfo(df, SM_IO_WHAT_FD, NULL);
3610 dferror(df, "bfcommit", e);
3614 else if ((afd = sm_io_getinfo(df, SM_IO_WHAT_FD, NULL)) < 0)
3616 dferror(df, "sm_io_getinfo", e);
3623 dferror(df, "fsync", e);
3628 else if (sm_io_close(df, SM_TIME_DEFAULT) < 0)
3630 dferror(df, "sm_io_clos
[all...]
H A Dqueue.c363 char df[MAXPATHLEN]; local
512 (void) sm_strlcpy(df, queuename(e, DATAFL_LETTER), sizeof(df));
536 df);
539 df);
556 dfd = open(df, O_WRONLY|O_CREAT|O_TRUNC|QF_O_EXTRA,
564 df, (int) geteuid());
590 df);
593 df);
599 df, (in
4941 char *df = queuename(&e, DATAFL_LETTER); local
[all...]
/osnet-11/usr/src/lib/libdtrace/common/
H A Ddt_open.c797 dt_fdlist_t df = { NULL, 0, 0 }; local
853 * in the df.df_fds list until we open the DTrace driver itself,
858 dt_provmod_open(&provmod, &df);
866 while (df.df_ents-- != 0)
867 (void) close(df.df_fds[df.df_ents]);
869 free(df.df_fds);
/osnet-11/usr/src/lib/libslp/javalib/com/sun/slp/
H A DSLPConfig.java308 int getIntProperty(String prop, int df, int lb, int ub) { argument
310 int i = Integer.getInteger(prop, df).intValue();
318 return df;
1713 DateFormat df = DateFormat.getDateTimeInstance(DateFormat.DEFAULT,
1717 return df.format(calendar.getTime());
/osnet-11/usr/src/lib/libadutils/common/
H A Daddisc.c415 df_dup(const ad_disc_domainsinforest_t *df) argument
421 for (i = 0; df[i].domain[0] != '\0'; i++)
427 (void) memcpy(new, df, size);
/osnet-11/usr/src/grub/grub2/grub-core/lib/minilzo/
H A Dminilzo.c3008 lzo_xint df; local
3009 DVAL_FIRST(df,(p));
3010 assert(DINDEX(dv,p) == DINDEX(df,p));

Completed in 85 milliseconds