Home
last modified time | relevance | path

Searched refs:picked (Results 1 – 25 of 103) sorted by relevance

12345

/netbsd-src/usr.sbin/autofs/
H A Dautomountd.c88 char *picked = NULL; in pick_option() local
103 picked = checked_strdup(pair + olen); in pick_option()
116 return picked; in pick_option()
/netbsd-src/external/apache2/llvm/dist/llvm/utils/
H A Dabtest.py300 picked = picks.get(basename)
301 if picked is None:
305 files.append(picked)
/netbsd-src/external/gpl3/binutils/dist/gprofng/src/
H A DDataSpace.h39 DataSpace (DbeView *_dbev, int picked = 0);
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/
H A DDataSpace.h39 DataSpace (DbeView *_dbev, int picked = 0);
/netbsd-src/sys/arch/x86/x86/
H A Dcpu.c316 unsigned int try, picked = 1; in cpu_vm_init() local
318 if (ncolors % try == 0) picked = try; in cpu_vm_init()
320 if (picked == 1) { in cpu_vm_init()
324 ncolors = picked; in cpu_vm_init()
/netbsd-src/sys/rump/librump/rumpvfs/
H A Drumpvfs.ifspec50 ; I picked the wrong header to stop sniffin' glue
/netbsd-src/share/i18n/csmapper/MISC/
H A DRISCOS-LATIN1%UCS.src35 # A 'bubble-writing' X, meaning 'close window'. I have picked a
H A DUCS%RISCOS-LATIN1.src35 # A 'bubble-writing' X, meaning 'close window'. I have picked a
/netbsd-src/external/gpl3/gdb/dist/gnulib/import/extra/
H A Dgitlog-to-changelog346 $rest =~ s/^\s*\(cherry picked from commit [\da-f]+\)\n//m;
/netbsd-src/crypto/external/bsd/openssl/dist/apps/
H A Dbuild.info64 # The nocheck attribute is picked up by progs.pl as a signal not to look
/netbsd-src/external/apache2/llvm/dist/clang/docs/
H A DAPINotes.rst19 add, and have that automatically get picked up by the module-building logic in
36 file named "SomeKit_private.apinotes" will also be picked up to go with a
/netbsd-src/external/gpl3/gdb/dist/config/
H A Doverride.m424 dnl AC_DEFUN a commonly used macro so this file is picked up.
/netbsd-src/external/gpl3/binutils/dist/config/
H A Doverride.m424 dnl AC_DEFUN a commonly used macro so this file is picked up.
/netbsd-src/external/gpl3/gcc.old/dist/config/
H A Doverride.m424 dnl AC_DEFUN a commonly used macro so this file is picked up.
/netbsd-src/external/gpl3/binutils.old/dist/config/
H A Doverride.m424 dnl AC_DEFUN a commonly used macro so this file is picked up.
/netbsd-src/external/gpl3/gcc/dist/config/
H A Doverride.m424 dnl AC_DEFUN a commonly used macro so this file is picked up.
/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/
H A DBIO_ADDRINFO.pod43 picked at one by one.
/netbsd-src/external/mpl/dhcp/dist/client/
H A Ddhclient.c1433 struct client_lease *lp, *next, *picked; local
1450 picked = NULL;
1458 if (!picked) {
1459 picked = lp;
1460 picked -> next = NULL;
1471 if (!picked) {
1478 if (picked -> is_bootp) {
1479 client -> new = picked;
1501 make_request (client, picked);
1505 destroy_client_lease (picked);
/netbsd-src/external/bsd/unbound/dist/doc/
H A Drequirements.txt268 the bare NSEC(3) information is sufficient, probably picked up from
270 the correct message format, a SOA record is picked from the cache
293 are picked up.
/netbsd-src/external/apache2/llvm/dist/clang/lib/Headers/cuda_wrappers/
H A Dalgorithm59 // picked up by other functions in the standard library (e.g. functions in
/netbsd-src/external/bsd/unbound/dist/testdata/
H A Diter_prefetch.rpl222 ; NS rrset picked up from parent-NS (the child-NS timed out at now+prefetch)
H A Diter_pcdirect.rpl14 ; otherwise it gets picked out of the cache.
H A Diter_prefetch_ns.rpl279 ; because the prefetch+current makes old-NS expired, new delegation is picked up
/netbsd-src/external/gpl3/autoconf/dist/lib/autoconf/
H A Dautoupdate.m476 # Finally, this is the expansion that is picked up by
/netbsd-src/external/apache2/llvm/dist/llvm/docs/HistoricalNotes/
H A D2003-06-25-Reoptimizer1.txt58 verify our assumption that we picked a hot back-edge in first-level

12345