Searched refs:FN (Results 1 - 8 of 8) sorted by relevance
/illumos-gate/usr/src/cmd/tbl/ |
H A D | t6.c | 27 # define FN(i,c) font[stynum[i]][c] macro 71 wide(s, FN(vforml,icol), SZ(vforml,icol)); fprintf(tabout, "\n"); 88 wide(s, FN(vforml,icol), SZ(vforml,icol)); fprintf(tabout, "\n"); 116 wide(table[ilin][icol-k].col, FN(ilin,icol-k), SZ(ilin,icol-k));
|
/illumos-gate/usr/src/cmd/fs.d/ufs/lockfs/ |
H A D | lockfs.c | 114 #define LOCKWARN(FN, S) \ 117 printf("WARNING: %s was modified while %s locked\n", FN, S); \
|
/illumos-gate/usr/src/cmd/sendmail/db/db/ |
H A D | db_pr.c | 121 static const FN fn[] = { 177 static const FN mfn[] = { 784 * PUBLIC: void __db_prflags __P((u_int32_t, const FN *, FILE *)); 789 FN const *fn; 792 const FN *fnp;
|
H A D | db_am.c | 250 static const FN fn[] = {
|
/illumos-gate/usr/src/cmd/sendmail/db/ |
H A D | db_int.h | 85 } FN; typedef in typeref:struct:__fn
|
/illumos-gate/usr/src/cmd/sendmail/db/include/ |
H A D | db_ext.h | 117 void __db_prflags __P((u_int32_t, const FN *, FILE *));
|
/illumos-gate/usr/src/cmd/sendmail/db/mp/ |
H A D | mp_pr.c | 277 static const FN fn[] = {
|
/illumos-gate/usr/src/boot/sys/sys/ |
H A D | mount.h | 740 #define VFS_EXTATTRCTL(MP, C, FN, NS, N) ({ \ 744 _rc = (*(MP)->mnt_op->vfs_extattrctl)(MP, C, FN, NS, N); \
|
Completed in 68 milliseconds