Symbol: use
crypto/krb5/src/lib/krb5/os/locate_kdc.c
79
int use;
crypto/krb5/src/lib/krb5/os/locate_kdc.c
83
DEFAULT_URI_LOOKUP, &use);
crypto/krb5/src/lib/krb5/os/locate_kdc.c
84
return ret ? DEFAULT_URI_LOOKUP : use;
crypto/openssh/sftp-server.c
303
int use;
crypto/openssh/sftp-server.c
324
handles[i].use = HANDLE_UNUSED;
crypto/openssh/sftp-server.c
330
handle_new(int use, const char *name, int fd, int flags, DIR *dirp)
crypto/openssh/sftp-server.c
345
handles[i].use = use;
crypto/openssh/sftp-server.c
358
return i >= 0 && (u_int)i < num_handles && handles[i].use == type;
crypto/openssh/sftp-server.c
490
if (handles[i].use != HANDLE_UNUSED)
lib/libc/tests/stdlib/cxa_thread_atexit_nothr_test.cc
76
f.use();
lib/libc/tests/stdlib/cxa_thread_atexit_test.cc
107
f.use();
lib/libc/tests/stdlib/cxa_thread_atexit_test.cc
108
std::thread t([]() { f.use(); });
lib/libc/tests/stdlib/cxa_thread_atexit_test.cc
128
std::thread t([]() { g.use(); });
lib/libc/tests/stdlib/cxa_thread_atexit_test.cc
131
g.use();
lib/libc/tests/stdlib/cxa_thread_atexit_test.cc
150
std::thread t([]() { h.use(); });
lib/libc/tests/stdlib/cxa_thread_atexit_test.cc
170
std::thread t([]() { e.use(); });
libexec/rtld-elf/rtld-libc/rtld_libc.h
44
#define __libc_interposing error, must not use this variable inside rtld
share/doc/psd/20.ipctut/dgramread.c
4
.\" Redistribution and use in source and binary forms, with or without
share/doc/psd/20.ipctut/dgramsend.c
4
.\" Redistribution and use in source and binary forms, with or without
share/doc/psd/20.ipctut/pipe.c
4
.\" Redistribution and use in source and binary forms, with or without
share/doc/psd/20.ipctut/socketpair.c
4
.\" Redistribution and use in source and binary forms, with or without
share/doc/psd/20.ipctut/strchkread.c
4
.\" Redistribution and use in source and binary forms, with or without
share/doc/psd/20.ipctut/streamread.c
4
.\" Redistribution and use in source and binary forms, with or without
share/doc/psd/20.ipctut/streamwrite.c
4
.\" Redistribution and use in source and binary forms, with or without
share/doc/psd/20.ipctut/udgramread.c
4
.\" Redistribution and use in source and binary forms, with or without
share/doc/psd/20.ipctut/udgramsend.c
4
.\" Redistribution and use in source and binary forms, with or without
share/doc/psd/20.ipctut/ustreamread.c
4
.\" Redistribution and use in source and binary forms, with or without
share/doc/psd/20.ipctut/ustreamwrite.c
4
.\" Redistribution and use in source and binary forms, with or without
sys/arm64/arm64/pmap.c
2220
bool use;
sys/arm64/arm64/pmap.c
2239
use = false;
sys/arm64/arm64/pmap.c
2241
use = true;
sys/arm64/arm64/pmap.c
2244
use = true;
sys/arm64/arm64/pmap.c
2248
use = true;
sys/arm64/arm64/pmap.c
2250
if (use) {
sys/dev/ena/ena_sysctl.c
100
that are in use),
sys/dev/sound/pci/hda/hdaa.c
4785
int type = -1, use, used = 0;
sys/dev/sound/pci/hda/hdaa.c
4809
use = -1;
sys/dev/sound/pci/hda/hdaa.c
4844
use = types[type][j];
sys/dev/sound/pci/hda/hdaa.c
4847
use = SOUND_MIXER_PCM;
sys/dev/sound/pci/hda/hdaa.c
4850
use = SOUND_MIXER_SPEAKER;
sys/dev/sound/pci/hda/hdaa.c
4855
if (use >= 0) {
sys/dev/sound/pci/hda/hdaa.c
4856
w->ossdev = use;
sys/dev/sound/pci/hda/hdaa.c
4857
used |= (1 << use);
sys/netinet6/in6_src.c
945
match->use++;
sys/netinet6/in6_src.c
995
ent0.use = 0;
sys/netinet6/in6_var.h
139
u_quad_t use; /* statistics */
tools/tools/netmap/nmreplay.c
1398
function can use that without having to allocate memory.
tools/tools/netmap/nmreplay.c
1481
real,[scale] use real time, optionally with a scaling factor
usr.sbin/bhyve/smbiostbl.c
276
uint8_t use; /* device functional purpose */
usr.sbin/crunch/crunchide/exec_elf32.c
130
xmalloc(size_t size, const char *fn, const char *use)
usr.sbin/crunch/crunchide/exec_elf32.c
137
fn, use);
usr.sbin/crunch/crunchide/exec_elf32.c
142
xrealloc(void *ptr, size_t size, const char *fn, const char *use)
usr.sbin/crunch/crunchide/exec_elf32.c
150
fn, use);
usr.sbin/ip6addrctl/ip6addrctl.c
232
(unsigned long long)pol->use);
usr.sbin/pmcstudy/pmcstudy.c
2861
use:
usr.sbin/pmcstudy/pmcstudy.c
2881
goto use;