bin/ksh/c_ksh.c
370
source->line++;
bin/ksh/c_ksh.c
371
histsave(source->line, Xstring(xs, xp), 1);
bin/ksh/c_sh.c
412
source->line++;
bin/ksh/c_sh.c
413
histsave(source->line, Xstring(xs, xp), 1);
bin/ksh/c_sh.c
432
struct source *s;
bin/ksh/edit.c
523
struct source *s, *sold;
bin/ksh/edit.c
547
sold = source;
bin/ksh/edit.c
550
source = s;
bin/ksh/edit.c
552
source = sold;
bin/ksh/edit.c
556
source = sold;
bin/ksh/emacs.c
354
int off = source->line - x_nextcmd;
bin/ksh/emacs.c
867
x_load_hist(histptr + x_arg - source->line);
bin/ksh/emacs.c
897
x_nextcmd = source->line - (histptr - x_histp) + 1;
bin/ksh/eval.c
71
struct source *s, *sold;
bin/ksh/eval.c
73
sold = source;
bin/ksh/eval.c
76
source = s;
bin/ksh/eval.c
79
source = sold;
bin/ksh/eval.c
858
sold = source;
bin/ksh/eval.c
861
source = sold;
bin/ksh/exec.c
1261
struct source *s, *volatile osource;
bin/ksh/exec.c
1285
osource = source;
bin/ksh/exec.c
1289
source = osource;
bin/ksh/exec.c
1299
source = s;
bin/ksh/exec.c
1302
source = osource;
bin/ksh/history.c
254
Source *sold = source;
bin/ksh/history.c
258
source = sold;
bin/ksh/history.c
331
sold = source;
bin/ksh/history.c
333
source = sold;
bin/ksh/io.c
112
if (!fileline || !source || !source->file
bin/ksh/io.c
113
|| strcmp(source->file, kshname) != 0)
bin/ksh/io.c
115
if (fileline && source && source->file != NULL) {
bin/ksh/io.c
116
shf_fprintf(shl_out, "%s[%d]: ", source->file,
bin/ksh/io.c
117
source->errline > 0 ? source->errline : source->line);
bin/ksh/io.c
118
source->errline = 0;
bin/ksh/lex.c
1060
source = s;
bin/ksh/lex.c
1175
source->line + 1);
bin/ksh/lex.c
1314
if (source->str == null && c == '\0')
bin/ksh/lex.c
1315
return source->str;
bin/ksh/lex.c
1316
if (source->str > source->start)
bin/ksh/lex.c
1317
source->str--;
bin/ksh/lex.c
1321
s = pushs(SREREAD, source->areap);
bin/ksh/lex.c
1324
s->next = source;
bin/ksh/lex.c
1325
source = s;
bin/ksh/lex.c
1327
return source->str;
bin/ksh/lex.c
151
if (source->flags & SF_ALIAS) { /* trailing ' ' in alias definition */
bin/ksh/lex.c
152
source->flags &= ~SF_ALIAS;
bin/ksh/lex.c
191
source->areap);
bin/ksh/lex.c
194
s->next = source;
bin/ksh/lex.c
195
source = s;
bin/ksh/lex.c
748
for (s = source; s->type == SALIAS; s = s->next)
bin/ksh/lex.c
752
s = pushs(SALIAS, source->areap);
bin/ksh/lex.c
755
s->next = source;
bin/ksh/lex.c
756
source = s;
bin/ksh/lex.c
76
#define getsc() (*source->str != '\0' && *source->str != '\\' \
bin/ksh/lex.c
77
&& !backslash_skip ? *source->str++ : getsc_bn())
bin/ksh/lex.c
79
#define getsc_() ((*source->str != '\0') ? *source->str++ : getsc__())
bin/ksh/lex.c
844
while (source->type == SALIAS || source->type == SREREAD)
bin/ksh/lex.c
845
source = source->next;
bin/ksh/lex.c
846
source->str = null; /* zap pending input */
bin/ksh/lex.c
887
Source *s = source;
bin/ksh/lex.c
926
source = s->next;
bin/ksh/lex.c
927
source->flags |= s->flags & SF_ALIAS;
bin/ksh/lex.c
928
s = source;
bin/ksh/lex.c
932
source = s = s->next; /* pop source stack */
bin/ksh/lex.c
948
source = s->next; /* pop source stack */
bin/ksh/lex.c
949
source->flags |= s->flags & SF_ALIAS;
bin/ksh/lex.c
955
s->next = source;
bin/ksh/lex.c
956
source = s;
bin/ksh/lex.c
958
s = source;
bin/ksh/lex.c
969
source = s = s->next;
bin/ksh/lex.h
11
typedef struct source Source;
bin/ksh/lex.h
122
EXTERN Source *source; /* yyparse/yylex source */
bin/ksh/main.c
515
Source *volatile old_source = source;
bin/ksh/main.c
550
source = old_source;
bin/ksh/main.c
555
source = old_source;
bin/ksh/main.c
612
source = old_source;
bin/ksh/syn.c
138
if (c == '\n' && (multi || inalias(source))) {
bin/ksh/syn.c
237
t->lineno = source->line;
bin/ksh/syn.c
306
t->lineno = source->line;
bin/ksh/syn.c
45
static int inalias ARGS((struct source *s));
bin/ksh/syn.c
563
t->lineno = source->line;
bin/ksh/syn.c
724
source->errline = nesting.start_line;
bin/ksh/syn.c
76
outtree = c_list(source->type == SSTRING);
bin/ksh/syn.c
766
nesting.start_line = source->line;
bin/ksh/syn.c
799
source = s;
bin/ksh/syn.c
831
struct source *s;
bin/ksh/vi.c
881
argcnt = hlast - (source->line - argcnt);
bin/ksh/vi.c
954
source->line++;
bin/ksh/vi.c
955
histsave(source->line, es->cbuf, 1);
bin/ksh/vi.c
957
argcnt = source->line + 1
bin/ln/ln.c
230
linkit(const char *source, const char *target, int isdir)
bin/ln/ln.c
241
if ((Pflag ? lstat : stat)(source, &sb)) {
bin/ln/ln.c
242
warn("%s", source);
bin/ln/ln.c
248
warn("%s", source);
bin/ln/ln.c
260
if (strlcpy(bbuf, source, sizeof(bbuf)) >= sizeof(bbuf) ||
bin/ln/ln.c
265
warn("%s", source);
bin/ln/ln.c
276
if (*source == '/') {
bin/ln/ln.c
278
if (stat(source, &sb) != 0)
bin/ln/ln.c
279
warn("warning: %s inaccessible", source);
bin/ln/ln.c
290
p, source);
bin/ln/ln.c
292
warn("warning: %s", source);
bin/ln/ln.c
302
if (!sflag && samedirent(source, target)) {
bin/ln/ln.c
304
source, target);
bin/ln/ln.c
346
if (sflag ? symlink(source, target) :
bin/ln/ln.c
347
linkat(AT_FDCWD, source, AT_FDCWD, target,
bin/ln/ln.c
353
(void)printf("%s %c> %s\n", target, linkch, source);
bin/rcp/rcp.c
160
source(argc, argv);
bin/rcp/rcp.c
272
source(1, argv+i);
bin/rcp/rcp.c
475
source(1, vect);
bin/rcp/rcp.c
91
void source(int, char *[]);
common/dist/zlib/compress.c
26
int ZEXPORT compress2_z(Bytef *dest, z_size_t *destLen, const Bytef *source,
common/dist/zlib/compress.c
33
if ((sourceLen > 0 && source == NULL) ||
common/dist/zlib/compress.c
49
stream.next_in = (z_const Bytef *)source;
common/dist/zlib/compress.c
69
int ZEXPORT compress2(Bytef *dest, uLongf *destLen, const Bytef *source,
common/dist/zlib/compress.c
73
ret = compress2_z(dest, &got, source, sourceLen, level);
common/dist/zlib/compress.c
79
int ZEXPORT compress_z(Bytef *dest, z_size_t *destLen, const Bytef *source,
common/dist/zlib/compress.c
81
return compress2_z(dest, destLen, source, sourceLen,
common/dist/zlib/compress.c
84
int ZEXPORT compress(Bytef *dest, uLongf *destLen, const Bytef *source,
common/dist/zlib/compress.c
86
return compress2(dest, destLen, source, sourceLen, Z_DEFAULT_COMPRESSION);
common/dist/zlib/deflate.c
1319
int ZEXPORT deflateCopy(z_streamp dest, z_streamp source) {
common/dist/zlib/deflate.c
1322
(void)source;
common/dist/zlib/deflate.c
1329
if (deflateStateCheck(source) || dest == Z_NULL) {
common/dist/zlib/deflate.c
1333
ss = source->state;
common/dist/zlib/deflate.c
1335
zmemcpy(dest, source, sizeof(z_stream));
common/dist/zlib/examples/zpipe.c
113
strm.avail_in = fread(in, 1, CHUNK, source);
common/dist/zlib/examples/zpipe.c
114
if (ferror(source)) {
common/dist/zlib/examples/zpipe.c
37
int def(FILE *source, FILE *dest, int level)
common/dist/zlib/examples/zpipe.c
55
strm.avail_in = fread(in, 1, CHUNK, source);
common/dist/zlib/examples/zpipe.c
56
if (ferror(source)) {
common/dist/zlib/examples/zpipe.c
60
flush = feof(source) ? Z_FINISH : Z_NO_FLUSH;
common/dist/zlib/examples/zpipe.c
93
int inf(FILE *source, FILE *dest)
common/dist/zlib/inflate.c
1337
int ZEXPORT inflateCopy(z_streamp dest, z_streamp source) {
common/dist/zlib/inflate.c
1343
if (inflateStateCheck(source) || dest == Z_NULL)
common/dist/zlib/inflate.c
1345
state = (struct inflate_state FAR *)source->state;
common/dist/zlib/inflate.c
1349
ZALLOC(source, 1, sizeof(struct inflate_state));
common/dist/zlib/inflate.c
1355
ZALLOC(source, 1U << state->wbits, sizeof(unsigned char));
common/dist/zlib/inflate.c
1357
ZFREE(source, copy);
common/dist/zlib/inflate.c
1363
zmemcpy(dest, source, sizeof(z_stream));
common/dist/zlib/uncompr.c
102
return uncompress2(dest, destLen, source, &used);
common/dist/zlib/uncompr.c
31
int ZEXPORT uncompress2_z(Bytef *dest, z_size_t *destLen, const Bytef *source,
common/dist/zlib/uncompr.c
38
if (sourceLen == NULL || (*sourceLen > 0 && source == NULL) ||
common/dist/zlib/uncompr.c
47
stream.next_in = (z_const Bytef *)source;
common/dist/zlib/uncompr.c
85
int ZEXPORT uncompress2(Bytef *dest, uLongf *destLen, const Bytef *source,
common/dist/zlib/uncompr.c
89
ret = uncompress2_z(dest, &got, source, &used);
common/dist/zlib/uncompr.c
94
int ZEXPORT uncompress_z(Bytef *dest, z_size_t *destLen, const Bytef *source,
common/dist/zlib/uncompr.c
97
return uncompress2_z(dest, destLen, source, &used);
common/dist/zlib/uncompr.c
99
int ZEXPORT uncompress(Bytef *dest, uLongf *destLen, const Bytef *source,
common/dist/zlib/zlib.h
1274
const Bytef *source, uLong sourceLen);
common/dist/zlib/zlib.h
1276
const Bytef *source, z_size_t sourceLen);
common/dist/zlib/zlib.h
1291
const Bytef *source, uLong sourceLen,
common/dist/zlib/zlib.h
1294
const Bytef *source, z_size_t sourceLen,
common/dist/zlib/zlib.h
1318
const Bytef *source, uLong sourceLen);
common/dist/zlib/zlib.h
1320
const Bytef *source, z_size_t sourceLen);
common/dist/zlib/zlib.h
1338
const Bytef *source, uLong *sourceLen);
common/dist/zlib/zlib.h
1340
const Bytef *source, z_size_t *sourceLen);
common/dist/zlib/zlib.h
687
z_streamp source);
common/dist/zlib/zlib.h
973
z_streamp source);
crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c
839
eay_check_x509sign(vchar_t *source, vchar_t *sig, vchar_t *cert)
crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c
856
res = eay_rsa_verify(source, sig, __UNCONST(EVP_PKEY_get0_RSA(evp)));
crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c
870
eay_check_rsasign(vchar_t *source, vchar_t *sig, RSA *rsa)
crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c
872
return eay_rsa_verify(source, sig, rsa);
crypto/dist/ipsec-tools/src/racoon/rsalist.c
262
rsa_try_check_rsasign(vchar_t *source, vchar_t *sig, struct genlist *list)
crypto/dist/ipsec-tools/src/racoon/rsalist.c
270
if (eay_check_rsasign(source, sig, key->rsa) == 0) {
crypto/dist/ipsec-tools/src/racoon/rsalist.h
61
RSA *rsa_try_check_rsasign(vchar_t *source, vchar_t *sig, struct genlist *list);
games/canfield/canfield/canfield.c
1281
movetofound(struct cardtype **cp, int source)
games/canfield/canfield/canfield.c
1309
removecard(pilemap[source],
games/canfield/canfield/canfield.c
1310
length[source]);
games/canfield/canfield/canfield.c
1311
length[source]--;
games/canfield/canfield/canfield.c
1407
int source, dest;
games/canfield/canfield/canfield.c
1410
source = dest = 0;
games/canfield/canfield/canfield.c
1441
source = (int) (srcpile - '1');
games/canfield/canfield/canfield.c
1469
movetofound(&talon, source);
games/canfield/canfield/canfield.c
1477
movetofound(&stock, source);
games/canfield/canfield/canfield.c
1540
movetofound(&tableau[source], source);
games/canfield/canfield/canfield.c
1542
tabtotab(source, dest);
games/canfield/canfield/canfield.c
622
transit(struct cardtype **source, struct cardtype **dest)
games/canfield/canfield/canfield.c
626
temp = *source;
games/canfield/canfield/canfield.c
627
*source = (*source)->next;
lib/libc/gdtoa/strtold_subr.c
39
#error GDTOA_LD_FMT must be defined by format-specific source file
lib/libc/gen/getcap.c
112
const char *source, *check;
lib/libc/gen/getcap.c
129
source = ent;
lib/libc/gen/getcap.c
131
while (*source != '\0') { /* Strip whitespace */
lib/libc/gen/getcap.c
132
*dest++ = *source++; /* Do not check first field */
lib/libc/gen/getcap.c
133
while (*source == ':') {
lib/libc/gen/getcap.c
134
check = source + 1;
lib/libc/gen/getcap.c
139
source = check;
lib/libc/net/nsdispatch.c
294
_nsloadmod(const char *source, nss_module_register_fn reg_fn)
lib/libc/net/nsdispatch.c
302
mod.name = strdup(source);
lib/libc/net/nsdispatch.c
554
_nsmethod(const char *source, const char *database, const char *method,
lib/libc/net/nsdispatch.c
563
if (strcasecmp(source, disp_tab[curdisp].src) == 0) {
lib/libc/net/nsdispatch.c
570
modkey.name = source;
lib/libc/resolv/res_init.c
608
res_setoptions(res_state statp, const char *options, const char *source)
lib/libc/resolv/res_init.c
618
options, source);
lib/libc/resolv/res_init.c
675
options, source);
lib/libcompat/regexp/regsub.c
42
__compat_regsub(prog, source, dest)
lib/libcompat/regexp/regsub.c
44
const char *source;
lib/libcompat/regexp/regsub.c
53
if (prog == NULL || source == NULL || dest == NULL) {
lib/libcompat/regexp/regsub.c
63
src = (char *)source;
lib/libcurses/PSD.doc/appen.C
47
of the source tree and in various utilities that use the screen such as
lib/libcurses/PSD.doc/appen.C
6
.\" Redistribution and use in source and binary forms, with or without
lib/libcurses/PSD.doc/appen.C
9
.\" 1. Redistributions of source code must retain the above copyright
lib/libcurses/PSD.doc/ex1.c
6
.\" Redistribution and use in source and binary forms, with or without
lib/libcurses/PSD.doc/ex1.c
9
.\" 1. Redistributions of source code must retain the above copyright
lib/libcurses/PSD.doc/ex2.c
6
.\" Redistribution and use in source and binary forms, with or without
lib/libcurses/PSD.doc/ex2.c
9
.\" 1. Redistributions of source code must retain the above copyright
lib/libcurses/PSD.doc/life.c
6
.\" Redistribution and use in source and binary forms, with or without
lib/libcurses/PSD.doc/life.c
9
.\" 1. Redistributions of source code must retain the above copyright
lib/libcurses/PSD.doc/win_st.c
6
.\" Redistribution and use in source and binary forms, with or without
lib/libcurses/PSD.doc/win_st.c
9
.\" 1. Redistributions of source code must retain the above copyright
lib/libossaudio/oss3_mixer.c
125
if (di->source == -1) {
lib/libossaudio/oss3_mixer.c
129
mc.dev = di->source;
lib/libossaudio/oss3_mixer.c
280
di->source = ~0;
lib/libossaudio/oss3_mixer.c
324
di->source = i;
lib/libossaudio/oss3_mixer.c
47
int source;
lib/libossaudio/oss3_mixer.c
88
if (di->source == -1) {
lib/libossaudio/oss3_mixer.c
92
mc.dev = di->source;
lib/libperfuse/perfuse.c
289
perfuse_mount(const char *source, const char *target,
lib/libperfuse/perfuse.c
306
__func__, source, target, filesystemtype,
lib/libperfuse/perfuse.c
339
len += source ? (uint32_t)strlen(source) + 1 : 0;
lib/libperfuse/perfuse.c
359
pmo->pmo_source_len = source ? (uint32_t)strlen(source) + 1 : 0;
lib/libperfuse/perfuse.c
369
if (source) {
lib/libperfuse/perfuse.c
370
(void)strcpy(cp, source);
lib/libperfuse/perfuse.c
442
const char *source = _PATH_PUFFS;
lib/libperfuse/perfuse.c
461
source = ps->ps_source;
lib/libperfuse/perfuse.c
586
if ((pu = puffs_init(pops, source, fstype, ps, puffs_flags)) == NULL)
lib/libperfuse/perfuse.h
42
#define mount(source, mnt, type, flags, optbuf) \
lib/libperfuse/perfuse.h
43
perfuse_mount(source, mnt, type, flags, optbuf)
libexec/makewhatis/makewhatis.c
1126
processmanpages(manpage **source, whatis **dest)
libexec/makewhatis/makewhatis.c
1131
mp = *source;
libexec/makewhatis/makewhatis.c
1132
*source = NULL;
libexec/makewhatis/makewhatis.c
248
manpage *source;
libexec/makewhatis/makewhatis.c
258
source = NULL;
libexec/makewhatis/makewhatis.c
293
addmanpage(&source, fe->fts_statp->st_ino,
libexec/makewhatis/makewhatis.c
331
processmanpages(&source, &dest);
sbin/modstat/main.c
201
const char *source;
sbin/modstat/main.c
222
source = sources[ms->ms_source];
sbin/modstat/main.c
224
source = "UNKNOWN";
sbin/modstat/main.c
227
(int)maxnamelen, ms->ms_name, class, source,
sbin/mount_puffs/mount_puffs.c
100
if (source != NULL) {
sbin/mount_puffs/mount_puffs.c
101
argv[argc++] = source;
sbin/mount_puffs/mount_puffs.c
174
char *source = argv[0];
sbin/mount_puffs/mount_puffs.c
175
char *program = strsep(&source, "#");
sbin/mount_puffs/mount_puffs.c
177
rv = mount_puffs_filesystem(program, opts, source, argv[1]);
sbin/mount_puffs/mount_puffs.c
86
const char *source, const char *mountpoint)
sbin/mount_umap/mount_umap.c
112
char source[MAXPATHLEN], target[MAXPATHLEN];
sbin/mount_umap/mount_umap.c
144
pathadj(argv[0], source);
sbin/mount_umap/mount_umap.c
239
args.la.target = source;
sbin/mount_umap/mount_umap.c
247
err(1, "%s on %s", source, target);
sbin/restore/tape.c
228
setinput(const char *source)
sbin/restore/tape.c
239
if ((cp = strchr(source, ':')) != NULL) {
sbin/restore/tape.c
240
host = source;
sbin/restore/tape.c
243
source = cp;
sbin/restore/tape.c
248
if (strcmp(source, "-") == 0) {
sbin/restore/tape.c
266
(void) strcpy(magtape, source);
sbin/rndctl/rndctl.c
474
do_print_source(rndsource_est_t *source)
sbin/rndctl/rndctl.c
476
printf("%-16s ", source->rt.name);
sbin/rndctl/rndctl.c
477
printf("%10" PRIu32 " ", source->rt.total);
sbin/rndctl/rndctl.c
478
printf("%10" PRIu32 " ", source->dt_samples + source->dv_samples);
sbin/rndctl/rndctl.c
479
printf("%-6s ", find_name(source->rt.type));
sbin/rndctl/rndctl.c
480
printf("%s\n", strflags(source->rt.total, source->rt.flags));
sbin/rndctl/rndctl.c
484
do_print_source_verbose(rndsource_est_t *source)
sbin/rndctl/rndctl.c
486
printf("\tDt samples = %d\n", source->dt_samples);
sbin/rndctl/rndctl.c
487
printf("\tDt bits = %d\n", source->dt_total);
sbin/rndctl/rndctl.c
488
printf("\tDv samples = %d\n", source->dv_samples);
sbin/rndctl/rndctl.c
489
printf("\tDv bits = %d\n", source->dv_total);
sbin/rndctl/rndctl.c
512
do_print_source(&rstat_name.source);
sbin/rndctl/rndctl.c
514
do_print_source_verbose(&rstat_name.source);
sbin/rndctl/rndctl.c
536
if (all || type == rstat.source[i].rt.type) {
sbin/rndctl/rndctl.c
537
do_print_source(&rstat.source[i]);
sbin/rndctl/rndctl.c
539
do_print_source_verbose(&rstat.source[i]);
share/doc/psd/20.ipctut/dgramread.c
6
.\" Redistribution and use in source and binary forms, with or without
share/doc/psd/20.ipctut/dgramread.c
9
.\" 1. Redistributions of source code must retain the above copyright
share/doc/psd/20.ipctut/dgramsend.c
6
.\" Redistribution and use in source and binary forms, with or without
share/doc/psd/20.ipctut/dgramsend.c
9
.\" 1. Redistributions of source code must retain the above copyright
share/doc/psd/20.ipctut/pipe.c
6
.\" Redistribution and use in source and binary forms, with or without
share/doc/psd/20.ipctut/pipe.c
9
.\" 1. Redistributions of source code must retain the above copyright
share/doc/psd/20.ipctut/socketpair.c
6
.\" Redistribution and use in source and binary forms, with or without
share/doc/psd/20.ipctut/socketpair.c
9
.\" 1. Redistributions of source code must retain the above copyright
share/doc/psd/20.ipctut/strchkread.c
6
.\" Redistribution and use in source and binary forms, with or without
share/doc/psd/20.ipctut/strchkread.c
9
.\" 1. Redistributions of source code must retain the above copyright
share/doc/psd/20.ipctut/streamread.c
6
.\" Redistribution and use in source and binary forms, with or without
share/doc/psd/20.ipctut/streamread.c
9
.\" 1. Redistributions of source code must retain the above copyright
share/doc/psd/20.ipctut/streamwrite.c
6
.\" Redistribution and use in source and binary forms, with or without
share/doc/psd/20.ipctut/streamwrite.c
9
.\" 1. Redistributions of source code must retain the above copyright
share/doc/psd/20.ipctut/udgramread.c
6
.\" Redistribution and use in source and binary forms, with or without
share/doc/psd/20.ipctut/udgramread.c
9
.\" 1. Redistributions of source code must retain the above copyright
share/doc/psd/20.ipctut/udgramsend.c
6
.\" Redistribution and use in source and binary forms, with or without
share/doc/psd/20.ipctut/udgramsend.c
9
.\" 1. Redistributions of source code must retain the above copyright
share/doc/psd/20.ipctut/ustreamread.c
6
.\" Redistribution and use in source and binary forms, with or without
share/doc/psd/20.ipctut/ustreamread.c
9
.\" 1. Redistributions of source code must retain the above copyright
share/doc/psd/20.ipctut/ustreamwrite.c
6
.\" Redistribution and use in source and binary forms, with or without
share/doc/psd/20.ipctut/ustreamwrite.c
9
.\" 1. Redistributions of source code must retain the above copyright
sys/arch/arm/s3c2xx0/s3c2440_dma.c
435
uint8_t source = s3c2440_peripherals[dxs->dxs_xfer.dx_peripheral].dp_channel_source[channel_no];
sys/arch/arm/s3c2xx0/s3c2440_dma.c
436
DPRINTF(("Hw request source: %d, channel: %d\n", source, channel_no));
sys/arch/arm/s3c2xx0/s3c2440_dma.c
437
options |= DMACON_HW_REQ | DMACON_HW_SRCSEL(source);
sys/arch/atari/dev/zs.c
1196
int bestdiff, bestbps, source;
sys/arch/atari/dev/zs.c
1200
for (source = 0; source < 4; ++source) {
sys/arch/atari/dev/zs.c
1201
u_long freq = zs_frequencies[unit + source];
sys/arch/atari/dev/zs.c
1205
switch (source) {
sys/arch/atari/dev/zs.c
1219
switch (source) {
sys/arch/atari/dev/zs.c
1251
if (!source || diff < bestdiff) {
sys/arch/atari/stand/tostools/libtos/cread.c
113
zmemcpy(unsigned char *dest, unsigned char *source, unsigned int len)
sys/arch/atari/stand/tostools/libtos/cread.c
115
memcpy(dest, source, len);
sys/arch/hppa/spmath/sgl_float.h
174
#define Sgl_copytoint_exponentmantissa(source,dest) \
sys/arch/hppa/spmath/sgl_float.h
175
dest = Sexponentmantissa(source)
sys/arch/m68k/fpsp/fpsp.h
184
STAG equ LV-40 ;source tag (1 byte)
sys/arch/m68k/fpsp/fpsp.h
188
stag_mask equ $E0 ;upper 3 bits are source tag type
sys/arch/m68k/fpsp/l_fpsp.h
158
STAG equ LV+192 ;source tag (1 byte)
sys/arch/m68k/fpsp/l_fpsp.h
47
* The library routines use the same source files as the regular
sys/arch/powerpc/mpc5200/mpc5200_pci.c
191
uint32_t tier, source, line;
sys/arch/powerpc/mpc5200/mpc5200_pci.c
202
source = (pcells >= 2) ? map[i * reclen + acells + icells + 2] : 0;
sys/arch/powerpc/mpc5200/mpc5200_pci.c
203
line = (tier << 5) + source;
sys/arch/powerpc/mpc5200/pic_mpc5200.c
259
int source;
sys/arch/powerpc/mpc5200/pic_mpc5200.c
264
source = (enc & SIU_ENC_CRIT_MASK) >> SIU_ENC_CRIT_SHIFT;
sys/arch/powerpc/mpc5200/pic_mpc5200.c
265
if (source != SIU_ENC_CRIT_IS_CASCADE)
sys/arch/powerpc/mpc5200/pic_mpc5200.c
266
return source; /* flat 0..3 */
sys/arch/powerpc/mpc5200/pic_mpc5200.c
270
source = (enc & SIU_ENC_MAIN_MASK) >> SIU_ENC_MAIN_SHIFT;
sys/arch/powerpc/mpc5200/pic_mpc5200.c
271
if (source != SIU_ENC_MAIN_IS_CASCADE)
sys/arch/powerpc/mpc5200/pic_mpc5200.c
272
return source + 32; /* flat 32..48 */
sys/arch/powerpc/mpc5200/pic_mpc5200.c
277
source = (enc & SIU_ENC_PER_MASK) >> SIU_ENC_PER_SHIFT;
sys/arch/powerpc/mpc5200/pic_mpc5200.c
278
return source + 64; /* flat 64..87 */
sys/arch/powerpc/mpc5200/pic_mpc5200.c
323
uint32_t tier, source;
sys/arch/powerpc/mpc5200/pic_mpc5200.c
334
source = intr[index * 3 + 1];
sys/arch/powerpc/mpc5200/pic_mpc5200.c
353
*irqp = base + source;
sys/arch/riscv/fdt/intc_fdt.c
139
intc_intr_establish(struct intc_fdt_softc *sc, u_int source, u_int ipl,
sys/arch/riscv/fdt/intc_fdt.c
142
if (source > IRQ_NSOURCES)
sys/arch/riscv/fdt/intc_fdt.c
146
struct intc_irq *irq = sc->sc_irq[source];
sys/arch/riscv/fdt/intc_fdt.c
154
irq->intr_source = source;
sys/arch/riscv/fdt/intc_fdt.c
156
sc->sc_irq[source] = irq;
sys/arch/riscv/fdt/intc_fdt.c
158
evcnt_attach_dynamic(&sc->sc_evs[source], EVCNT_TYPE_INTR, NULL,
sys/arch/riscv/fdt/intc_fdt.c
159
device_xname(sc->sc_dev), intc_sources[source]);
sys/arch/riscv/fdt/intc_fdt.c
212
const u_int source = be32toh(specifier[0]);
sys/arch/riscv/fdt/intc_fdt.c
215
return intc_intr_establish(sc, source, ipl, mpsafe, func, arg, xname);
sys/arch/riscv/fdt/intc_fdt.c
236
const u_int source = be32toh(specifier[0]);
sys/arch/riscv/fdt/intc_fdt.c
238
sc->sc_hartid, intc_sources[source], source);
sys/arch/riscv/fdt/intc_fdt.c
273
int source = ffs(pending) - 1;
sys/arch/riscv/fdt/intc_fdt.c
274
struct intc_irq *irq = sc->sc_irq[source];
sys/arch/riscv/fdt/intc_fdt.c
275
sc->sc_evs[source].ev_count++;
sys/arch/riscv/fdt/intc_fdt.c
277
KASSERTMSG(irq != NULL, "source %d\n", source);
sys/arch/riscv/fdt/intc_fdt.c
283
source != IRQ_SUPERVISOR_EXTERNAL ||
sys/arch/vax/vsa/lcg.c
226
static void blkcpy(long source, long dest, int xdim, int ydim);
sys/arch/vax/vsa/lcg.c
228
static void renderchar(long source, long dest, int xdim, int ydim, char fg, char bg);
sys/arch/vax/vsa/lcg.c
293
void blkcpy(long source, long dest, int xdim, int ydim)
sys/arch/vax/vsa/lcg.c
298
if ((source < LCG_FB_ADDR) || (source > LCG_FB_ADDR + lcg_fb_size)) {
sys/arch/vax/vsa/lcg.c
299
printf("lcg: blkcpy: invalid source 0x%lx\n", source);
sys/arch/vax/vsa/lcg.c
314
fifo_put(source);
sys/arch/vax/vsa/lcg.c
384
void renderchar(long source, long dest, int xdim, int ydim, char fg, char bg)
sys/arch/vax/vsa/lcg.c
400
fifo_put(source);
sys/arch/x86/x86/intr.c
1072
struct intrsource * const source = ci->ci_isources[ih->ih_slot];
sys/arch/x86/x86/intr.c
1073
struct pic * const pic = source->is_pic;
sys/arch/x86/x86/intr.c
1076
source->is_mask_count++;
sys/arch/x86/x86/intr.c
1077
KASSERT(source->is_mask_count != 0);
sys/arch/x86/x86/intr.c
1078
if (source->is_mask_count == 1) {
sys/arch/x86/x86/intr.c
1082
KASSERT(source->is_mask_count != 0);
sys/arch/x86/x86/intr.c
1083
if (--source->is_mask_count == 0) {
sys/arch/x86/x86/intr.c
1088
if (! source->is_distribute_pending) {
sys/arch/x86/x86/intr.c
1101
if (source->is_type != IST_LEVEL) {
sys/arch/x86/x86/intr.c
1187
struct intrsource *source;
sys/arch/x86/x86/intr.c
1202
source = ci->ci_isources[ih->ih_slot];
sys/arch/x86/x86/intr.c
1203
idtvec = source->is_idtvec;
sys/arch/x86/x86/intr.c
1217
for (p = &source->is_handlers; (q = *p) != NULL && q != ih;
sys/arch/x86/x86/intr.c
1237
if (source->is_handlers == NULL)
sys/arch/x86/x86/intr.c
1239
source->is_type);
sys/arch/x86/x86/intr.c
1240
else if (source->is_mask_count == 0)
sys/arch/x86/x86/intr.c
1545
intr_save_evcnt(struct intrsource *source, cpuid_t cpuid)
sys/arch/x86/x86/intr.c
1551
curcnt = source->is_evcnt.ev_count;
sys/arch/x86/x86/intr.c
1552
pep = source->is_saved_evcnt;
sys/arch/x86/x86/intr.c
1566
intr_restore_evcnt(struct intrsource *source, cpuid_t cpuid)
sys/arch/x86/x86/intr.c
1571
pep = source->is_saved_evcnt;
sys/arch/x86/x86/intr.c
1575
source->is_evcnt.ev_count = pep[i].count;
sys/arch/x86/x86/intr.c
1822
struct intrsource *source;
sys/arch/x86/x86/intr.c
1838
source = ci->ci_isources[slot];
sys/arch/x86/x86/intr.c
1839
idt_vec = source->is_idtvec;
sys/arch/x86/x86/intr.c
1847
if (source->is_type == IST_LEVEL) {
sys/arch/x86/x86/intr.c
1848
stubp = &source->is_pic->pic_level_stubs[slot];
sys/arch/x86/x86/intr.c
1850
stubp = &source->is_pic->pic_edge_stubs[slot];
sys/arch/x86/x86/intr.c
1853
source->is_resume = stubp->ist_resume;
sys/arch/x86/x86/intr.c
1854
source->is_recurse = stubp->ist_recurse;
sys/arch/x86/x86/intr.c
767
struct intrsource * const source = ci->ci_isources[ih->ih_slot];
sys/arch/x86/x86/intr.c
768
struct pic * const pic = source->is_pic;
sys/arch/x86/x86/intr.c
770
if (source->is_mask_count == 0) {
sys/arch/x86/x86/intr.c
788
struct intrsource *source;
sys/arch/x86/x86/intr.c
800
source = ci->ci_isources[ih->ih_slot];
sys/arch/x86/x86/intr.c
813
if (source->is_resume == NULL || source->is_idtvec != idt_vec) {
sys/arch/x86/x86/intr.c
814
if (source->is_idtvec != 0 && source->is_idtvec != idt_vec)
sys/arch/x86/x86/intr.c
815
idt_vec_free(iv, source->is_idtvec);
sys/arch/x86/x86/intr.c
816
source->is_idtvec = idt_vec;
sys/arch/x86/x86/intr.c
817
if (source->is_type == IST_LEVEL) {
sys/arch/x86/x86/intr.c
818
stubp = &source->is_pic->pic_level_stubs[ih->ih_slot];
sys/arch/x86/x86/intr.c
820
stubp = &source->is_pic->pic_edge_stubs[ih->ih_slot];
sys/arch/x86/x86/intr.c
822
source->is_resume = stubp->ist_resume;
sys/arch/x86/x86/intr.c
823
source->is_recurse = stubp->ist_recurse;
sys/arch/x86/x86/intr.c
839
struct intrsource *chained, *source;
sys/arch/x86/x86/intr.c
888
source = ci->ci_isources[slot];
sys/arch/x86/x86/intr.c
890
if (source->is_handlers != NULL &&
sys/arch/x86/x86/intr.c
891
source->is_pic->pic_type != pic->pic_type) {
sys/arch/x86/x86/intr.c
901
source->is_pin = pin;
sys/arch/x86/x86/intr.c
902
source->is_pic = pic;
sys/arch/x86/x86/intr.c
903
intr_append_intrsource_xname(source, xname);
sys/arch/x86/x86/intr.c
904
switch (source->is_type) {
sys/arch/x86/x86/intr.c
906
source->is_type = type;
sys/arch/x86/x86/intr.c
910
if (source->is_type == type)
sys/arch/x86/x86/intr.c
915
int otype = source->is_type;
sys/arch/x86/x86/intr.c
930
__func__, source->is_type, pic->pic_name, pin);
sys/arch/x86/x86/intr.c
939
if (source->is_handlers != NULL) {
sys/arch/x86/x86/x86_tlb.c
510
volatile pmap_tlb_packet_t *source;
sys/arch/x86/x86/x86_tlb.c
514
source = pmap_tlb_packet;
sys/arch/x86/x86/x86_tlb.c
515
copy = *source;
sys/arch/x86/x86/x86_tlb.c
530
TP_SET_DONE(source);
sys/arch/xen/xen/xbdback_xenbus.c
1296
gop.source.u.ref = in_gntref;
sys/arch/xen/xen/xbdback_xenbus.c
1297
gop.source.offset = 0;
sys/arch/xen/xen/xbdback_xenbus.c
1298
gop.source.domid = xbdi->xbdi_domid;
sys/arch/xen/xen/xennetback_xenbus.c
1120
gop->source.offset = (ma & PAGE_MASK) + segoff;
sys/arch/xen/xen/xennetback_xenbus.c
1121
gop->source.domid = DOMID_SELF;
sys/arch/xen/xen/xennetback_xenbus.c
1122
gop->source.u.gmfn = ma >> PAGE_SHIFT;
sys/arch/xen/xen/xennetback_xenbus.c
725
gop->source.u.ref = xst->xs_tx.gref;
sys/arch/xen/xen/xennetback_xenbus.c
726
gop->source.offset = xst->xs_tx.offset + goff;
sys/arch/xen/xen/xennetback_xenbus.c
727
gop->source.domid = xneti->xni_domid;
sys/compat/common/rndpseudo_50.c
110
rndsource_to_rndsource50(&rstnmbuf.source, &rstnm50->source);
sys/compat/common/rndpseudo_50.c
90
rndsource_to_rndsource50(&rstbuf.source[count],
sys/compat/common/rndpseudo_50.c
91
&rst50->source[count]);
sys/compat/netbsd32/netbsd32_rndpseudo_50.c
113
rndsource_to_rndsource50_32(&rstnmbuf.source,
sys/compat/netbsd32/netbsd32_rndpseudo_50.c
114
&rstnm50_32->source);
sys/compat/netbsd32/netbsd32_rndpseudo_50.c
93
rndsource_to_rndsource50_32(&rstbuf.source[count],
sys/compat/netbsd32/netbsd32_rndpseudo_50.c
94
&rst50_32->source[count]);
sys/compat/ossaudio/ossaudio.c
1032
di->source = i;
sys/compat/ossaudio/ossaudio.c
1122
if (di->source == (u_long)-1) {
sys/compat/ossaudio/ossaudio.c
1128
mc.dev = di->source;
sys/compat/ossaudio/ossaudio.c
1167
if (di->source == (u_long)-1) {
sys/compat/ossaudio/ossaudio.c
1173
mc.dev = di->source;
sys/compat/ossaudio/ossaudio.c
877
u_long caps, source;
sys/compat/ossaudio/ossaudio.c
989
di->source = ~0;
sys/compat/sys/rnd.h
104
rndsource50_32_t source[RND_MAXSTATCOUNT50];
sys/compat/sys/rnd.h
113
rndsource50_t source;
sys/compat/sys/rnd.h
119
rndsource50_32_t source;
sys/compat/sys/rnd.h
97
rndsource50_t source[RND_MAXSTATCOUNT50];
sys/dev/acpi/qcompas.c
660
qcpas_report_crash(struct qcpas_softc *sc, const char *source)
sys/dev/acpi/qcompas.c
667
device_printf(sc->sc_dev, "%s\n", source);
sys/dev/acpi/qcompas.c
669
device_printf(sc->sc_dev, "%s: \"%s\"\n", source, msg);
sys/dev/i2c/fusbtc.c
675
fusbtc_set_vbus(struct fusbtc_softc *sc, int source, int sink)
sys/dev/i2c/fusbtc.c
677
if (source)
sys/dev/ic/aic79xx_inline.h
168
#define AHD_ASSERT_MODES(ahd, source, dest) \
sys/dev/ic/aic79xx_inline.h
169
ahd_assert_modes(ahd, source, dest, __FILE__, __LINE__);
sys/dev/ic/aic7xxx.c
6510
| (fmt3_ins->source << 8)
sys/dev/ic/aic7xxx.c
6516
| (fmt1_ins->source << 8)
sys/dev/ic/aic7xxxvar.h
103
source : 9,
sys/dev/ic/aic7xxxvar.h
113
source : 9,
sys/dev/ic/aic7xxxvar.h
121
source : 9,
sys/dev/ic/aic7xxxvar.h
129
source : 9,
sys/dev/ic/aic7xxxvar.h
85
source : 9,
sys/dev/ic/aic7xxxvar.h
95
source : 9,
sys/dev/ic/icp.c
1290
icp_store_event(struct icp_softc *icp, u_int16_t source, u_int16_t idx,
sys/dev/ic/icp.c
1296
if (source == 0)
sys/dev/ic/icp.c
1300
if (e->event_source == source && e->event_idx == idx &&
sys/dev/ic/icp.c
1320
e->event_source = source;
sys/dev/isa/aria.c
659
u_char source;
sys/dev/isa/aria.c
662
case ARIAMIX_MIC_LVL: source = 0x0001; break;
sys/dev/isa/aria.c
663
case ARIAMIX_CD_LVL: source = 0x0002; break;
sys/dev/isa/aria.c
664
case ARIAMIX_LINE_IN_LVL: source = 0x0008; break;
sys/dev/isa/aria.c
665
case ARIAMIX_TEL_LVL: source = 0x0020; break;
sys/dev/isa/aria.c
666
case ARIAMIX_AUX_LVL: source = 0x0010; break;
sys/dev/isa/aria.c
667
case ARIAMIX_DAC_LVL: source = 0x0004; break;
sys/dev/isa/aria.c
668
default: source = 0x0000; break;
sys/dev/isa/aria.c
671
if (source != 0x0000 && source != 0x0004) {
sys/dev/isa/aria.c
673
aria_sendcmd(sc, ARIADSPC_INPMONMODE, source, 3, -1);
sys/dev/isa/aria.c
675
aria_sendcmd(sc, ARIADSPC_INPMONMODE, source,
sys/dev/isa/aria.c
678
aria_sendcmd(sc, ARIADSPC_INPMONMODE, 0x8000|source,
sys/dev/isa/aria.c
680
aria_sendcmd(sc, ARIADSPC_MIXERVOL, source,
sys/dev/isa/aria.c
686
aria_sendcmd(sc, ARIADSPC_ADCSOURCE, source, -1, -1);
sys/dev/microcode/aic7xxx/aicasm_gram.y
1214
T_BMOV destination ',' source ',' immediate ret ';'
sys/dev/microcode/aic7xxx/aicasm_gram.y
1221
T_MOV destination ',' source ret ';'
sys/dev/microcode/aic7xxx/aicasm_gram.y
1348
T_TEST source ',' immediate_or_a jz_jnz address ';'
sys/dev/microcode/aic7xxx/aicasm_gram.y
1355
T_CMP source ',' immediate_or_a je_jne address ';'
sys/dev/microcode/aic7xxx/aicasm_gram.y
1362
T_MOV source jmp_jc_jnc_call address ';'
sys/dev/microcode/aic7xxx/aicasm_gram.y
1629
f1_instr->source = src->symbol->info.rinfo->address
sys/dev/microcode/aic7xxx/aicasm_gram.y
1702
f2_instr->source = src->symbol->info.rinfo->address
sys/dev/microcode/aic7xxx/aicasm_gram.y
1769
f3_instr->source = src->symbol->info.rinfo->address
sys/dev/microcode/aic7xxx/aicasm_gram.y
205
%type <sym_ref> reg_symbol address destination source opt_source
sys/dev/microcode/aic7xxx/aicasm_gram.y
934
source:
sys/dev/microcode/aic7xxx/aicasm_gram.y
947
| ',' source
sys/dev/microcode/aic7xxx/aicasm_insformat.h
48
source : 9,
sys/dev/microcode/aic7xxx/aicasm_insformat.h
58
source : 9,
sys/dev/microcode/aic7xxx/aicasm_insformat.h
66
source : 9,
sys/dev/microcode/aic7xxx/aicasm_insformat.h
76
source : 9,
sys/dev/microcode/aic7xxx/aicasm_insformat.h
84
source : 9,
sys/dev/microcode/aic7xxx/aicasm_insformat.h
92
source : 9,
sys/kern/kern_clock.c
145
struct krndsource source;
sys/kern/kern_clock.c
179
rnd_add_uint32(&C->source, 0);
sys/kern/kern_clock.c
286
rndsource_setcb(&hardclockrnd.source, clockrnd_get, &hardclockrnd);
sys/kern/kern_clock.c
287
rnd_attach_source(&hardclockrnd.source, "hardclock", RND_TYPE_SKEW,
sys/kern/kern_clock.c
290
rndsource_setcb(&statclockrnd.source, clockrnd_get,
sys/kern/kern_clock.c
292
rnd_attach_source(&statclockrnd.source, "statclock",
sys/kern/kern_entropy.c
2608
rndsource_to_user(rs, &stat->source[i++]);
sys/kern/kern_entropy.c
2644
rndsource_to_user_est(rs, &estat->source[i++]);
sys/kern/kern_entropy.c
2676
rndsource_to_user(rs, &nstat->source);
sys/kern/kern_entropy.c
2707
rndsource_to_user_est(rs, &enstat->source);
sys/kern/kern_module.c
249
module_newmodule(modsrc_t source)
sys/kern/kern_module.c
254
mod->mod_source = source;
sys/kern/subr_vmem.c
1070
vmem_t *source, vmem_size_t qcache_max, vm_flag_t flags, int ipl)
sys/kern/subr_vmem.c
1076
importfn, releasefn, source, qcache_max, flags, ipl);
sys/kern/subr_vmem.c
1088
vmem_t *source, vmem_size_t qcache_max, vm_flag_t flags, int ipl)
sys/kern/subr_vmem.c
1094
__FPTRCAST(vmem_import_t *, importfn), releasefn, source,
sys/kern/vfs_acl.c
102
dest->acl_cnt = source->acl_cnt;
sys/kern/vfs_acl.c
105
dest->acl_entry[i].ae_tag = source->acl_entry[i].ae_tag;
sys/kern/vfs_acl.c
106
dest->acl_entry[i].ae_id = source->acl_entry[i].ae_id;
sys/kern/vfs_acl.c
107
dest->acl_entry[i].ae_perm = source->acl_entry[i].ae_perm;
sys/kern/vfs_acl.c
71
acl_copy_oldacl_into_acl(const struct oldacl *source, struct acl *dest)
sys/kern/vfs_acl.c
75
if (source->acl_cnt < 0 || source->acl_cnt > OLDACL_MAX_ENTRIES)
sys/kern/vfs_acl.c
80
dest->acl_cnt = source->acl_cnt;
sys/kern/vfs_acl.c
84
dest->acl_entry[i].ae_tag = source->acl_entry[i].ae_tag;
sys/kern/vfs_acl.c
85
dest->acl_entry[i].ae_id = source->acl_entry[i].ae_id;
sys/kern/vfs_acl.c
86
dest->acl_entry[i].ae_perm = source->acl_entry[i].ae_perm;
sys/kern/vfs_acl.c
93
acl_copy_acl_into_oldacl(const struct acl *source, struct oldacl *dest)
sys/kern/vfs_acl.c
97
if (source->acl_cnt > OLDACL_MAX_ENTRIES)
sys/lib/libsa/cread.c
142
zmemcpy(unsigned char *dest, unsigned char *source, unsigned int len)
sys/lib/libsa/cread.c
145
memcpy(dest, source, len);
sys/net/zlib.c
1213
int ZEXPORT deflateCopy (z_streamp dest, z_streamp source)
sys/net/zlib.c
1223
if (source == Z_NULL || dest == Z_NULL || source->state == Z_NULL) {
sys/net/zlib.c
1227
ss = (deflate_state *)source->state;
sys/net/zlib.c
1229
*dest = *source;
sys/net/zlib.c
246
extern void zmemcpy(Bytef* dest, const Bytef* source, uInt len);
sys/net/zlib.c
5660
void zmemcpy(dest, source, len)
sys/net/zlib.c
5662
const Bytef* source;
sys/net/zlib.c
5667
*dest++ = *source++; /* ??? to be unrolled */
sys/sys/acl.h
311
int acl_copy_oldacl_into_acl(const struct oldacl *source,
sys/sys/acl.h
313
int acl_copy_acl_into_oldacl(const struct acl *source,
sys/sys/rndio.h
116
rndsource_t source[RND_MAXSTATCOUNT];
sys/sys/rndio.h
125
rndsource_est_t source[RND_MAXSTATCOUNT];
sys/sys/rndio.h
133
rndsource_t source;
sys/sys/rndio.h
138
rndsource_est_t source;
tests/lib/libcurses/slave/curses_commands.c
1254
ARG_WINDOW(source);
tests/lib/libcurses/slave/curses_commands.c
1265
report_return(copywin(source, destination, sminrow, smincol, dminrow,
tests/lib/libcurses/slave/curses_commands.c
2343
ARG_WINDOW(source);
tests/lib/libcurses/slave/curses_commands.c
2347
report_return(overlay(source, dest));
tests/lib/libcurses/slave/curses_commands.c
2355
ARG_WINDOW(source);
tests/lib/libcurses/slave/curses_commands.c
2359
report_return(overwrite(source, dest));
tests/usr.bin/indent/opt_version.c
10
Therefore the source file, if given, can contain arbitrary text that
tools/m4/bootstrap/tokenizer.c
1029
*(dest++) = *(source++);
tools/m4/bootstrap/tokenizer.c
1199
register char *source =
tools/m4/bootstrap/tokenizer.c
1202
while ( source > YY_CURRENT_BUFFER_LVALUE->yy_ch_buf )
tools/m4/bootstrap/tokenizer.c
1203
*--dest = *--source;
tools/m4/bootstrap/tokenizer.c
1205
yy_cp += (int) (dest - source);
tools/m4/bootstrap/tokenizer.c
1206
yy_bp += (int) (dest - source);
tools/m4/bootstrap/tokenizer.c
996
register char *source = (yytext_ptr);
usr.bin/dc/bcode.c
1690
struct source *stack = bmachine.readstack;
usr.bin/dc/bcode.c
1691
int ret = reallocarr(&stack, newsz, sizeof(struct source));
usr.bin/dc/bcode.c
1704
struct source in;
usr.bin/dc/bcode.c
256
bmachine.readstack = calloc(sizeof(struct source),
usr.bin/dc/bcode.c
272
reset_bmachine(struct source *src)
usr.bin/dc/bcode.c
281
struct source *src = &bmachine.readstack[bmachine.readsp];
usr.bin/dc/bcode.c
289
struct source *src = &bmachine.readstack[bmachine.readsp];
usr.bin/dc/bcode.c
297
struct source *src = &bmachine.readstack[bmachine.readsp];
usr.bin/dc/bcode.c
305
struct source *src = &bmachine.readstack[bmachine.readsp];
usr.bin/dc/bcode.c
51
struct source *readstack;
usr.bin/dc/bcode.h
65
struct source;
usr.bin/dc/bcode.h
68
int (*readchar)(struct source *);
usr.bin/dc/bcode.h
69
void (*unreadchar)(struct source *);
usr.bin/dc/bcode.h
70
char *(*readline)(struct source *);
usr.bin/dc/bcode.h
71
void (*free)(struct source *);
usr.bin/dc/bcode.h
87
void reset_bmachine(struct source *);
usr.bin/dc/dc.c
47
struct source src;
usr.bin/dc/extern.h
24
void src_setstream(struct source *, FILE *);
usr.bin/dc/extern.h
25
void src_setstring(struct source *, char *);
usr.bin/dc/extern.h
26
struct number *readnumber(struct source *, u_int);
usr.bin/dc/extern.h
28
char *read_string(struct source *);
usr.bin/dc/inout.c
104
src_getcharstring(struct source *src)
usr.bin/dc/inout.c
116
src_ungetcharstring(struct source *src)
usr.bin/dc/inout.c
125
src_getlinestring(struct source *src)
usr.bin/dc/inout.c
144
src_freestring(struct source *src)
usr.bin/dc/inout.c
182
readnumber(struct source *src, u_int base)
usr.bin/dc/inout.c
234
read_string(struct source *src)
usr.bin/dc/inout.c
33
static int src_getcharstream(struct source *);
usr.bin/dc/inout.c
34
static void src_ungetcharstream(struct source *);
usr.bin/dc/inout.c
35
static char *src_getlinestream(struct source *);
usr.bin/dc/inout.c
36
static void src_freestream(struct source *);
usr.bin/dc/inout.c
37
static int src_getcharstring(struct source *);
usr.bin/dc/inout.c
38
static void src_ungetcharstring(struct source *);
usr.bin/dc/inout.c
39
static char *src_getlinestring(struct source *);
usr.bin/dc/inout.c
40
static void src_freestring(struct source *);
usr.bin/dc/inout.c
61
src_setstream(struct source *src, FILE *stream)
usr.bin/dc/inout.c
68
src_setstring(struct source *src, char *p)
usr.bin/dc/inout.c
76
src_getcharstream(struct source *src)
usr.bin/dc/inout.c
82
src_ungetcharstream(struct source *src)
usr.bin/dc/inout.c
89
src_freestream(struct source *src)
usr.bin/dc/inout.c
94
src_getlinestream(struct source *src)
usr.bin/m4/gnum4.c
248
exit_regerror(int er, regex_t *re, const char *source)
usr.bin/m4/gnum4.c
257
m4errx(1, "regular expression error in %s: `%s'", source, errbuf);
usr.bin/m4/gnum4.c
333
do_subst(const char *string, regex_t *re, const char *source,
usr.bin/m4/gnum4.c
372
exit_regerror(error, re, source);
usr.bin/m4/gnum4.c
377
do_regexp(const char *string, regex_t *re, const char *source,
usr.bin/m4/gnum4.c
390
exit_regerror(error, re, source);
usr.bin/m4/gnum4.c
395
do_regexpindex(const char *source, regex_t *re, const char *string, regmatch_t *pm)
usr.bin/m4/gnum4.c
407
exit_regerror(error, re, source);
usr.bin/m4/gnum4.c
495
const char *source;
usr.bin/m4/gnum4.c
503
source = mimic_gnu ? twiddle(argv[3]) : argv[3];
usr.bin/m4/gnum4.c
504
error = regcomp(&re, source, mode);
usr.bin/m4/gnum4.c
506
exit_regerror(error, &re, source);
usr.bin/m4/gnum4.c
510
do_subst(argv[2], &re, source,
usr.bin/m4/gnum4.c
524
const char *source;
usr.bin/m4/gnum4.c
541
source = mimic_gnu ? twiddle(argv[3]) : argv[3];
usr.bin/m4/gnum4.c
542
error = regcomp(&re, source, REG_EXTENDED);
usr.bin/m4/gnum4.c
544
exit_regerror(error, &re, source);
usr.bin/m4/gnum4.c
548
do_regexpindex(argv[2], &re, source, pmatch);
usr.bin/m4/gnum4.c
550
do_regexp(argv[2], &re, source, argv[4], pmatch);
usr.bin/mail/cmdtab.c
98
{ "source", source, 0, CMP(F) T|M|RAWLIST, 1, 1 },
usr.bin/mail/extern.h
300
int source(void *);
usr.bin/rump_dhcpclient/net.c
401
struct in_addr source, struct in_addr dest)
usr.bin/rump_dhcpclient/net.c
423
ip->ip_src.s_addr = source.s_addr;
usr.bin/tic/tic.c
610
char *source, *dbname, *buf, *ofile;
usr.bin/tic/tic.c
652
source = argv[optind++];
usr.bin/tic/tic.c
653
f = fopen(source, "r");
usr.bin/tic/tic.c
655
err(EXIT_FAILURE, "fopen: %s", source);
usr.bin/tic/tic.c
702
easprintf(&dbname, "%s.cdb", source);
usr.sbin/btdevctl/sdp.c
219
int vendor, product, source;
usr.sbin/btdevctl/sdp.c
223
source = -1;
usr.sbin/btdevctl/sdp.c
244
source = (int)v;
usr.sbin/btdevctl/sdp.c
256
if (source != 0x0002) /* "USB Implementers Forum" */
usr.sbin/edquota/edquota.c
1000
qup->source[objtype] = SRC_EDITED;
usr.sbin/edquota/edquota.c
1017
qup->source[objtype] =
usr.sbin/edquota/edquota.c
106
enum sources source[EDQUOTA_NUMOBJTYPES];
usr.sbin/edquota/edquota.c
1095
if (source_is_real(qup->source[QUOTA_OBJTYPE_BLOCKS])) {
usr.sbin/edquota/edquota.c
1097
qup->source[QUOTA_OBJTYPE_BLOCKS] = SRC_EDITED;
usr.sbin/edquota/edquota.c
1100
if (source_is_real(qup->source[QUOTA_OBJTYPE_FILES])) {
usr.sbin/edquota/edquota.c
1102
qup->source[QUOTA_OBJTYPE_FILES] = SRC_EDITED;
usr.sbin/edquota/edquota.c
1131
qup->source[QO_BLK] = SRC_EDITED;
usr.sbin/edquota/edquota.c
1132
qup->source[QO_FL] = SRC_EDITED;
usr.sbin/edquota/edquota.c
1226
lqup->source[QO_BLK] = SRC_EDITED;
usr.sbin/edquota/edquota.c
1227
lqup->source[QO_FL] = SRC_EDITED;
usr.sbin/edquota/edquota.c
164
source_is_real(enum sources source)
usr.sbin/edquota/edquota.c
166
switch (source) {
usr.sbin/edquota/edquota.c
223
qup->source[i] = SRC_CLEAR;
usr.sbin/edquota/edquota.c
417
qup->source[objtype] = SRC_QUOTA;
usr.sbin/edquota/edquota.c
429
qup->source[objtype] = SRC_DEFAULT;
usr.sbin/edquota/edquota.c
438
qup->source[objtype] = SRC_CLEAR;
usr.sbin/edquota/edquota.c
527
if (source_is_real(qup->source[QUOTA_OBJTYPE_BLOCKS])) {
usr.sbin/edquota/edquota.c
537
if (source_is_real(qup->source[QUOTA_OBJTYPE_FILES])) {
usr.sbin/edquota/edquota.c
798
comm = source_is_real(qup->source[QO_BLK]) ? "" : "#";
usr.sbin/edquota/edquota.c
814
comm = source_is_real(qup->source[QO_FL]) ? "" : "#";
usr.sbin/perfused/perfused.c
108
char *source = NULL;
usr.sbin/perfused/perfused.c
143
source = cp;
usr.sbin/perfused/perfused.c
172
__func__, source, target, filesystemtype,
usr.sbin/perfused/perfused.c
175
pmi->pmi_source = source;
usr.sbin/traceroute/traceroute.c
350
static char *source;
usr.sbin/traceroute/traceroute.c
565
source = optarg;
usr.sbin/traceroute/traceroute.c
846
if (source == NULL) {
usr.sbin/traceroute/traceroute.c
858
hi = gethostinfo(source);
usr.sbin/traceroute/traceroute.c
859
source = hi->name;
usr.sbin/traceroute/traceroute.c
869
source, inet_ntoa(from->sin_addr));
usr.sbin/traceroute/traceroute.c
880
source, device);
usr.sbin/traceroute/traceroute.c
924
if (source)
usr.sbin/traceroute/traceroute.c
925
Fprintf(stderr, " from %s", source);
usr.sbin/traceroute6/traceroute6.c
339
static char *source;
usr.sbin/traceroute6/traceroute6.c
460
source = optarg;
usr.sbin/traceroute6/traceroute6.c
597
if (source) {
usr.sbin/traceroute6/traceroute6.c
605
error0 = getaddrinfo(source, "0", &hints0, &res0);
usr.sbin/traceroute6/traceroute6.c
607
errx(1, "Cannot get address for `%s' (%s)", source,
usr.sbin/traceroute6/traceroute6.c
632
source = src0;
usr.sbin/traceroute6/traceroute6.c
666
if (source)
usr.sbin/traceroute6/traceroute6.c
667
fprintf(stderr, " from %s", source);