/src/games/warp/ |
bang.c | 41 *filler = '@'; 78 *filler = '@'; 80 *filler = '#'; 82 *filler = '@'; 84 *filler = '#'; 86 *filler = '@';
|
weapon.c | 477 *filler = '@'; 479 *filler = '#'; 481 *filler = '~'; 483 *filler = '%'; 485 *filler = ':'; 487 *filler = '@'; 490 *filler = size >= 500 ? 544 *filler = occupant[y][x]->flags & PIRATE ? 'P' : 'R'; 545 occupant[y][x]->image = *filler; 554 *filler = img [all...] |
term.h | 61 #define qwrite() (movc3(gfillen,filler,maxcmstring), maxcmstring += gfillen) 82 char filler[] = {0,'\b',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0}; variable in typeref:typename:char[] 84 EXT char filler[]; variable in typeref:typename:EXT char[] 87 EXT char *bsptr INIT(filler+1);
|
term.c | 265 for (p=filler+(sizeof filler)-1;!*p;--p) 275 gfillen = (speed_t)ospeed >= B9600 ? (speed_t)(sizeof filler) :
|
/src/tests/usr.bin/xlint/lint1/ |
msg_135.c | 120 char filler[32]; member in struct:from_alignment_1_to_8::alignment_1 123 char filler[32]; member in struct:from_alignment_1_to_8::alignment_8
|
/src/sys/external/bsd/compiler_rt/dist/test/builtins/Unit/arm/ |
call_apsr.h | 24 uint32_t filler: 28; member in struct:cpsr::__anona594d1f40108
|
/src/usr.sbin/rbootd/ |
rmp.h | 90 u_int16_t filler; /* HP filler (must be zero) */ member in struct:hp_llc
|
/src/share/examples/refuse/dbfs/ |
dbfs.c | 85 dbfs_readdir(const char *path, void *buf, fuse_fill_dir_t filler, 96 (void) filler(buf, ".", NULL, 0); 97 (void) filler(buf, "..", NULL, 0); 107 if (filler(buf, k.data, NULL, 0) != 0) {
|
/src/share/examples/refuse/id3fs/ |
id3fs.c | 85 id3fs_readdir(const char *path, void *buf, fuse_fill_dir_t filler, 94 filler(buf, ".", NULL, 0); 95 filler(buf, "..", NULL, 0); 97 filler(buf, dp->d_name, NULL, 0);
|
/src/share/examples/refuse/pcifs/ |
pcifs.c | 81 pcifs_readdir(const char *path, void *buf, fuse_fill_dir_t filler, 90 filler(buf, ".", NULL, 0); 91 filler(buf, "..", NULL, 0); 93 filler(buf, dp->d_name, NULL, 0);
|
/src/sbin/mount_qemufwcfg/ |
fwcfg.c | 113 fwcfg_readdir(const char *path, void *buf, fuse_fill_dir_t filler, 122 filler(buf, ".", NULL, 0); 123 filler(buf, "..", NULL, 0); 126 if (filler(buf, dp->d_name, NULL, 0) != 0)
|
/src/share/examples/refuse/ian/ian/ |
ian.c | 165 ian_readdir(const char *path, void *buf, fuse_fill_dir_t filler, 174 filler(buf, ".", NULL, 0); 175 filler(buf, "..", NULL, 0); 177 filler(buf, dp->d_name, NULL, 0);
|
/src/usr.sbin/sysinst/arch/mac68k/ |
md.h | 128 u_int32_t filler[7]; /* reserved for abm expansion */ member in struct:__anon66f6aa490308
|
/src/lib/libossaudio/ |
soundcard.h | 412 int filler[32]; /* "Future use" */ member in struct:__anon742bdc990108 426 int filler[16]; /* Unused */ member in struct:audio_errinfo 445 int filler[172]; /* For expansion */ member in struct:oss_sysinfo 480 int filler[184]; /* For expansion */ member in struct:oss_audioinfo 491 int filler[154]; member in struct:oss_card_info 594 int filler[245]; member in struct:oss_mixerinfo 603 int filler[8]; /* Reserved for "future use" */ member in struct:oss_mixer_value 636 int filler[6]; member in struct:oss_mixext
|
oss_dsp.c | 354 memset(osscount.filler, 0, sizeof(osscount.filler)); 377 memset(osscount.filler, 0, sizeof(osscount.filler));
|
/src/share/examples/refuse/dmesgfs/ |
dmesgfs.c | 101 dmesgfs_readdir(const char *path, void *buf, fuse_fill_dir_t filler, 111 filler(buf, ".", NULL, 0); 112 filler(buf, "..", NULL, 0); 115 if (filler(buf, dp->d_name, NULL, 0) != 0) {
|
/src/lib/librefuse/refuse/ |
fs.h | 78 int fuse_fs_readdir_v27(struct fuse_fs* fs, const char* path, void* buf, fuse_fill_dir_t_v23 filler, off_t off, struct fuse_file_info* fi); 79 int fuse_fs_readdir_v30(struct fuse_fs* fs, const char* path, void* buf, fuse_fill_dir_t_v30 filler, off_t off, struct fuse_file_info* fi, enum fuse_readdir_flags flags);
|
fs.c | 842 fuse_fill_dir_t_v23 filler, off_t off, 848 v23_shim.fill_dir_v23 = filler; 879 return ((const struct __CONCAT(fuse_operations_v,VER)*)fs->op)->readdir(path, buf, filler, off, fi); \ 900 fuse_fill_dir_t_v30 filler, off_t off, 908 v30_shim.fill_dir_v30 = filler; 917 return ((const struct __CONCAT(fuse_operations_v,VER)*)fs->op)->readdir(path, buf, filler, off, fi, flags); \
|
/src/share/examples/refuse/icfs/ |
icfs.c | 122 icfs_readdir(const char *path, void *buf, fuse_fill_dir_t filler, 138 filler(buf, ".", NULL, 0); 139 filler(buf, "..", NULL, 0); 142 (void) filler(buf, name, NULL, 0);
|
/src/sys/dev/sbus/ |
stp4020reg.h | 290 volatile uchar_t filler[12]; /* filler space */ member in struct:stp4020_socket_csr_t
|
/src/sys/dev/ata/ |
ata_raidreg.h | 255 uint32_t filler[98]; member in struct:nvidia_raid_conf 327 uint32_t filler[5]; member in struct:intel_raid_conf::__anon736e3db70408
|
/src/share/examples/refuse/fanoutfs/ |
fanoutfs.c | 216 fanoutfs_readdir(const char *path, void *buf, fuse_fill_dir_t filler, 243 (void) filler(buf, names.v[i], NULL, 0);
|
/src/sys/arch/atari/stand/xxboot/fdboot/ |
fdboot.S | 199 clrl %sp@- | filler
|
/src/sys/sys/ |
kernhist.h | 92 uint32_t filler; member in struct:sysctl_history
|
/src/bin/ksh/ |
jobs.c | 1442 const char *filler; local in function:j_print 1455 filler = j->job > 10 ? "\n " : "\n "; 1500 shf_fprintf(shf, "%s", filler); 1525 shf_fprintf(shf, "%s%5d %-20s %s%s", filler, p->pid,
|