| /onnv/onnv-gate/usr/src/cmd/ypcmd/ |
| stdethers.c | 48 char line[MAXHOSTNAMELEN + 256], *lf, hostname[sizeof (line)]; local 63 lf = strchr(line, '\n'); 64 if (lf != NULL) 65 *lf = '\0';
|
| /onnv/onnv-gate/usr/src/cmd/vi/port/ |
| ex_vops3.c | 56 int (*lf)(); variable 87 lf = f; 352 lf = lindent; 390 lf = 0; 546 if (lf == vmove && wcursor > linebuf) 558 if (lf == lindent && linebuf[0] == '(')
|
| /onnv/onnv-gate/usr/src/cmd/eqn/ |
| text.c | 26 int lf, rf; /* temporary spots for left and right fonts */ variable 60 lf = rf = 0; 63 if (lf == 0) 64 lf = rf; /* save first */ 71 lfont[yyval] = lf; 75 printf(".\t%dtext: S%d <- %s; b=%d,h=%d,lf=%c,rf=%c\n",
|
| /onnv/onnv-gate/usr/src/cmd/tbl/ |
| t7.c | 51 int c, ct, vforml, lf; local 56 for(lf=prev(lform); lf>=0 && vspen(table[lf][c].col); lf=prev(lf)) 57 vforml=lf; 118 int i, c, lf, lwid; local 144 if ((lf=left(nlin-1,c, &lwid))>=0) 146 fprintf(tabout, ".if \\n(#%c>=0 .sp -1\n",linestop[lf]+'a'-1) [all...] |
| t8.c | 40 int c, lf, ct, form, lwid, vspf, ip = -1, cmidx, exvspen, vforml; local 66 lf = prev(nl); 86 if (lf>=0) 87 if (vspen(table[lf][c].col)) vspf=1; 102 lf=prev(nl); 103 if (lf>=0 && vspen(table[lf][c].col)) 124 if (watchout==0 && i+1<nlin && (lf=left(i,c, &lwid))>=0) 127 drawvert(lf, i, c, lwid); 132 for(lf=prev(nl); lf>=0 && vspen(table[lf][c].col); lf=prev(lf) 285 int c, s, pl, lwid, dv, lf, ct; local [all...] |
| /onnv/onnv-gate/usr/src/lib/krb5/plugins/kdb/db2/ |
| adb_openclose.c | 53 int lf; local 72 lf = THREEPARAMOPEN(lockfilename, O_RDWR | O_CREAT | O_EXCL, 0600); 73 if (lf == -1) 75 (void) close(lf);
|
| /onnv/onnv-gate/usr/src/uts/common/fs/ufs/ |
| ufs_snap.c | 69 struct lockfs lf; local 108 if ((error = ufs_fiolfss(vp, &lf)) != 0) { 113 if (!LOCKFS_IS_ULOCK(&lf)) { 119 lf.lf_lock = LOCKFS_WLOCK; 120 lf.lf_flags = 0; 121 lf.lf_comment = NULL; 122 if ((error = ufs_fiolfs(vp, &lf, 1)) != 0) { 212 lf.lf_lock = LOCKFS_ULOCK; 213 lf.lf_flags = 0; 214 if ((ufs_fiolfs(vp, &lf, 1) != 0) && !error) [all...] |
| lufs.c | 854 struct lockfs lf; local 876 error = ufs_fiolfss(vp, &lf); 880 if (!LOCKFS_IS_ULOCK(&lf)) { 884 lf.lf_lock = LOCKFS_WLOCK; 885 lf.lf_flags = 0; 886 lf.lf_comment = NULL; 887 error = ufs_fiolfs(vp, &lf, 1); 963 lf.lf_lock = LOCKFS_ULOCK; 964 lf.lf_flags = 0; 965 error = ufs_fiolfs(vp, &lf, 1) 990 struct lockfs lf; local [all...] |
| ufs_alloc.c | 1554 struct lockfs lf; local [all...] |
| /onnv/onnv-gate/usr/src/cmd/fs.d/ufs/lockfs/ |
| lockfs.c | 257 struct lockfs lf; local 269 bzero((caddr_t)&lf, sizeof (struct lockfs)); 271 lf.lf_flags = LOCKFS_MOD; 272 lf.lf_comlen = LOCKFS_MAXCOMMENTLEN; 273 lf.lf_comment = commentbuffer; 275 if (ioctl(fd, _FIOLFSS, &lf) == -1) { 281 switch (lf.lf_lock) { 285 if (LOCKFS_IS_BUSY(&lf)) 291 if (LOCKFS_IS_BUSY(&lf)) 295 fsmod = LOCKFS_IS_MOD(&lf); 373 struct lockfs lf; local [all...] |
| /onnv/onnv-gate/usr/src/common/tsol/ |
| stol.c | 233 uint_t lf = (f & ~L_CHECK_AR); /* because L_DEFAULT == 0 */ local 250 ((lf == L_NO_CORRECTION) || (lf == L_DEFAULT))) { 293 } else if (IS_HEX(lf, s)) {
|
| /onnv/onnv-gate/usr/src/cmd/man/src/util/nsgmls.src/include/ |
| ExtendEntityManager.h | 40 lf, enumerator in enum:SP_NAMESPACE::StorageObjectSpec::Records
|
| /onnv/onnv-gate/usr/src/cmd/mdb/sun4u/modules/opl/oplhwd/ |
| oplhwd.c | 265 int lf; local 271 for (lf = 0; lf < HWD_LEAVES_PER_PCI_CHANNEL; lf++) { 272 leafp = &pcip->pci_leaf[lf]; 276 lf, leafp->leaf_status, 281 lf, leafp->leaf_status,
|
| /onnv/onnv-gate/usr/src/cmd/power/ |
| parse.c | 347 * and record the real/lf-delimited line count at *lcnt. 352 char *next, *lf; local 356 while (lf = strchr(next, '\n')) { 358 if (lf == line || (*(lf - 1) != '\\') || *(lf + 1) == '\0') 360 next = lf + 1; 362 return (lf);
|
| /onnv/onnv-gate/usr/src/cmd/troff/troff.d/ |
| t6.c | 623 int lf; local 625 if ((lf = fontbase[fbits(i)]->ligfont) == 0) /* font lacks ligatures */ 628 if (cbits(j) == 'i' && (lf & LFI)) 630 else if (cbits(j) == 'l' && (lf & LFL)) 632 else if (cbits(j) == 'f' && (lf & LFF)) { 633 if ((lf & (LFFI|LFFL)) && lg != 2) { 635 if (cbits(k)=='i' && (lf&LFFI)) 637 else if (cbits(k)=='l' && (lf&LFFL))
|
| /onnv/onnv-gate/usr/src/cmd/pools/poolstat/ |
| poolstat.c | 54 #define PRINTABLE(i) ((lf->plf_ffs[(i)].pff_prt & D_FIELD) || \ 55 (lf->plf_ffs[(i)].pff_prt & X_FIELD)) 358 create_prt_sequence_list(char *arg, poolstat_line_format_t *lf) 367 NEW0(lf->plf_prt_seq); 368 lf->plf_ffs[0].pff_prt |= PRINTABLE(0) ? PABLE_FIELD : 0; 369 lf->plf_last = lf->plf_prt_seq; 370 lf->plf_last->ple_obj = &(lf->plf_ffs[0]); 371 for (i = 1; i < lf->plf_ff_len; i++) 680 poolstat_line_format_t *lf; \/* line format *\/ local 823 poolstat_line_format_t *lf; local [all...] |
| /onnv/onnv-gate/usr/src/lib/libast/common/port/ |
| lcgen.c | 283 FILE* lf; local 305 if (!(lf = fopen(lib, "w"))) 336 fprintf(lf, "/* : : generated by %s : : */\n", command); 337 fprintf(lf, "\n"); 338 fprintf(lf, "#include \"lclib.h\"\n"); 339 fprintf(lf, "#include \"lclang.h\"\n"); 340 fprintf(lf, "\n"); 509 fprintf(lf, "\nconst Lc_attribute_t attribute_%s[] =\n{\n", lp->link.code); 520 fprintf(lf, "{\"%s\",", b); 522 fprintf(lf, "LC_%s,", f) [all...] |
| /onnv/onnv-gate/usr/src/cmd/truss/ |
| main.c | 1857 int lf = (lflag | tid | (Thr_agent != NULL) | (truss_nlwp > 1)); local [all...] |
| ramdata.h | 91 int lf; member in struct:__anon1877::__anon1878
|
| /onnv/onnv-gate/usr/src/uts/common/fs/nfs/ |
| nfs_log.c | 911 struct log_file *lf; local 925 * "lf" structure. this is 929 lf = lbp->lb_logfile; 930 mutex_enter(&(lf)->lf_lock); 932 lf->lf_refcnt++; 933 mutex_exit(&(lf)->lf_lock); 936 lf->lf_path, lbp->lb_path)); 941 if (error = nfslog_logfile_rename(lf->lf_path, lbp->lb_path)) 949 (void) nfslog_logfile_rename(lbp->lb_path, lf->lf_path); 962 LOG_FILE_RELE(lf); /* release log_buffer's reference * [all...] |
| /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.bin/ |
| finger.c | 166 FILE *lf; /* LASTLOG file pointer */ variable 736 if ((lf = fopen(LASTLOG, "r")) == NULL) 745 if (lf != NULL) { 746 if (fseeko(lf, (off_t)pers->pwd->pw_uid * (off_t)sizeof (ll), 748 if (fread((char *)&ll, sizeof (ll), 1, lf) == 1) { 760 if (ferror(lf)) 781 if (lf != NULL) 782 (void) fclose(lf); [all...] |
| /onnv/onnv-gate/usr/src/cmd/man/src/util/nsgmls.src/lib/ |
| ExtendEntityManager.cxx | 195 lf, enumerator in enum:SP_NAMESPACE::ExternalInputSource::RecordType 790 case StorageObjectSpec::lf: 791 recordType_ = lf; 908 recordType_ = lf; 957 case lf: [all...] |
| /onnv/onnv-gate/usr/src/uts/common/io/comstar/stmf/ |
| stmf.c | 5568 int i, lf; local [all...] |