/illumos-gate/usr/src/lib/libc/port/gen/ |
H A D | strlcat.c | 43 char *df = dst; local 49 while (left-- != 0 && *df != '\0') 50 df++; 51 l1 = df - dst;
|
/illumos-gate/usr/src/lib/libm/common/C/ |
H A D | acos.c | 98 double z, p, q, r, w, s, c, df; local 143 df = s; 144 ((int *) &df)[LOWORD] = 0; 145 c = (z - df * df) / (s + df); 151 return (2.0 * (df + w));
|
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/domain/pools/ |
H A D | Statistic.java | 139 private static final DateFormat df = new SimpleDateFormat("kk:mm:ss"); field in class:AbstractStatistic 210 buf.append(df.format(start)); 212 buf.append(df.format(end));
|
/illumos-gate/usr/src/uts/common/krtld/ |
H A D | kobj_subr.c | 88 char *df = dst; local 94 while (left-- != 0 && *df != '\0') 95 df++; 96 l1 = df - dst;
|
/illumos-gate/usr/src/lib/print/libpapi-common/common/ |
H A D | misc.c | 75 char *df = dst; local 81 while (left-- != 0 && *df != '\0') 82 df++; 83 l1 = df - dst;
|
/illumos-gate/usr/src/head/ |
H A D | floatingpoint.h | 129 enum decimal_form df; /* Format for conversion from binary to */ member in struct:__anon2260
|
/illumos-gate/usr/src/cmd/sendmail/src/ |
H A D | collect.c | 200 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 D | daemon.c | 1850 register struct dflags *df; local 1853 for (df = DaemonFlags; df->d_name != NULL; df++) 1855 if (!bitnset(df->d_flag, d->d_flags)) 1858 sm_dprintf("<%s", df->d_name); 1860 sm_dprintf(",%s", df->d_name);
|
H A D | deliver.c | 1017 /* Force the df to disk if it's not there yet */ 4581 char *df = queuename(e, DATAFL_LETTER); local 4583 e->e_dfp = sm_io_open(SmFtStdio, SM_TIME_DEFAULT, df, 4591 syserr(msg, df, e->e_to, e->e_from.q_paddr); 5298 char *df = queuename(e, DATAFL_LETTER); local 5300 e->e_dfp = sm_io_open(SmFtStdio, SM_TIME_DEFAULT, df, 5305 df, e->e_to, e->e_from.q_paddr);
|
H A D | srvrsmtp.c | 3581 SM_FILE_T *volatile df; local 3584 df = e->e_dfp; 3586 if (sm_io_setinfo(df, SM_BF_COMMIT, NULL) < 0 3602 dfd = sm_io_getinfo(df, SM_IO_WHAT_FD, NULL); 3607 dferror(df, "bfcommit", e); 3611 else if ((afd = sm_io_getinfo(df, SM_IO_WHAT_FD, NULL)) < 0) 3613 dferror(df, "sm_io_getinfo", e); 3620 dferror(df, "fsync", e); 3625 else if (sm_io_close(df, SM_TIME_DEFAULT) < 0) 3627 dferror(df, "sm_io_clos [all...] |
/illumos-gate/usr/src/cmd/backup/dump/ |
H A D | dumpitime.c | 80 FILE *df; local 96 if ((df = fopen(increm, "r")) == NULL) { 116 (void) flock(fileno(df), LOCK_SH); 117 readitimes(df); 118 (void) fclose(df); 122 readitimes(df) 123 FILE *df; 130 if (getrecord(df, idp) < 0) { 198 FILE *df; local 206 if ((df [all...] |
/illumos-gate/usr/src/lib/libbc/inc/include/ |
H A D | floatingpoint.h | 124 enum decimal_form df; /* Format for binary to decimal conversion. */ member in struct:__anon2752
|
/illumos-gate/usr/src/uts/common/fs/smbsrv/ |
H A D | smb_fsinfo.c | 387 struct statvfs64 df; local 395 if ((rc = smb_fsop_statfs(sr->user_cr, node, &df)) != 0) 398 if (df.f_frsize < DEV_BSIZE) 399 df.f_frsize = DEV_BSIZE; 400 if (df.f_bsize < df.f_frsize) 401 df.f_bsize = df.f_frsize; 402 spu = df.f_bsize / df [all...] |
/illumos-gate/usr/src/cmd/stat/vmstat/ |
H A D | vmstat.c | 45 struct iodev_filter df; variable in typeref:struct:iodev_filter 123 df.if_max_iodevs = 4; 124 df.if_allowed_types = IODEV_DISK; 125 df.if_nr_names = 0; 126 df.if_names = safe_alloc(df.if_max_iodevs * sizeof (char *)); 127 (void) memset(df.if_names, 0, df.if_max_iodevs * sizeof (char *)); 130 df.if_nr_names < df [all...] |
/illumos-gate/usr/src/cmd/dis/ |
H A D | dis_target.c | 873 dis_func_t df; local 889 (df.df_data = elf_getdata(scn, NULL)) == NULL || 890 df.df_data->d_size == 0) { 912 df.df_sym = sym; 913 df.df_offset = sym->se_sym.st_value - shdr.sh_addr; 915 func(tgt, &df, data);
|
/illumos-gate/usr/src/cmd/fm/modules/common/fabric-xlate/ |
H A D | fx_subr.c | 352 fab_find_rppath_by_df(fmd_hdl_t *hdl, nvlist_t *nvl, uint8_t df) argument 359 (void) snprintf(str, sizeof (str), "%0hhx", df);
|
/illumos-gate/usr/src/cmd/backup/restore/ |
H A D | dirs.c | 54 static FILE *df, *mf; variable 127 if ((df = safe_fopen(dirfile, "w", 0600)) == (FILE *)NULL) { 173 (void) fflush(df); 175 if (ferror(df)) 177 (void) fclose(df); 464 (void) fwrite(dirbuf, 1, DIRBLKSIZ, df); 465 if (ferror(df)) 487 (void) fwrite(dirbuf, (size_t)dirloc, 1, df); 488 if (ferror(df)) 490 g_seekpt = ftello64(df); [all...] |
/illumos-gate/usr/src/cmd/luxadm/ |
H A D | fcalupdate.c | 596 char *df = "df /"; local 604 if ((ptr = popen(df, "r")) != NULL) {
|
/illumos-gate/usr/src/common/util/ |
H A D | string.c | 574 char *df = dst; local 580 while (left-- != 0 && *df != '\0') 581 df++; 583 l1 = (size_t)(df - dst);
|
/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/ |
H A D | SLPConfig.java | 308 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());
|
/illumos-gate/usr/src/cmd/stat/common/ |
H A D | acquire_iodevs.c | 345 iodev_match(struct iodev_snapshot *dev, struct iodev_filter *df) argument 354 if (df == NULL) 358 if (df->if_nr_names == NULL) 359 return (!(df->if_skip_floppy && is_floppy)); 363 for (i = 0; i < df->if_nr_names; i++) { 364 ifn = df->if_names[i]; 402 struct iodev_filter *df) 408 nr_iodevs = df ? df->if_max_iodevs : UNLIMITED_IODEVS; 420 if (!iodev_match(tmp, df)) 401 choose_iodevs(struct snapshot *ss, struct iodev_snapshot *iodevs, struct iodev_filter *df) argument 1009 acquire_iodevs(struct snapshot *ss, kstat_ctl_t *kc, struct iodev_filter *df) argument [all...] |
/illumos-gate/usr/src/lib/libdtrace/common/ |
H A D | dt_open.c | 838 dt_fdlist_t df = { NULL, 0, 0 }; local 894 * in the df.df_fds list until we open the DTrace driver itself, 899 dt_provmod_open(&provmod, &df); 907 while (df.df_ents-- != 0) 908 (void) close(df.df_fds[df.df_ents]); 910 free(df.df_fds);
|
/illumos-gate/usr/src/lib/libadutils/common/ |
H A D | addisc.c | 444 df_dup(const ad_disc_domainsinforest_t *df) argument 450 for (i = 0; df[i].domain[0] != '\0'; i++) 456 (void) memcpy(new, df, size);
|
/illumos-gate/usr/src/uts/common/io/comstar/lu/stmf_sbd/ |
H A D | sbd.c | 3698 dkioc_free_t df; local 3704 df.df_flags = (sl->sl_flags & SL_WRITEBACK_CACHE_DISABLE) ? 3706 df.df_start = offset; 3707 df.df_length = length; 3716 return (VOP_IOCTL(vp, DKIOCFREE, (intptr_t)(&df), FKIOCTL, kcred,
|
/illumos-gate/usr/src/cmd/stat/iostat/ |
H A D | iostat.c | 144 struct iodev_filter df; variable in typeref:struct:iodev_filter 229 df.if_allowed_types |= IODEV_DISK; 231 df.if_allowed_types |= IODEV_IOPATH_LTI; 235 df.if_allowed_types |= IODEV_IOPATH_LTI; 241 df.if_allowed_types |= IODEV_PARTITION; 251 df.if_allowed_types |= IODEV_CONTROLLER; 271 newss = acquire_snapshot(kc, types, &df); 324 newss = acquire_snapshot(kc, types, &df); 346 free(df.if_names); 1166 df [all...] |