Searched refs:which (Results 1 - 25 of 660) sorted by relevance

1234567891011>>

/freebsd-current/sbin/ipf/libipf/
H A Dgetnattype.c21 char *which; local
29 which = "MAP";
32 which = "MAP-BLOCK";
35 which = "RDR";
38 which = "RWR-MAP";
41 which = "RWR-RDR";
44 which = "BIMAP";
47 which = "DIV-RDR";
50 which = "DIV-MAP";
53 which
[all...]
/freebsd-current/usr.bin/which/
H A DMakefile2 PROG= which
/freebsd-current/contrib/unbound/contrib/
H A Dcreate_unbound_ad_servers.sh15 CAT=`which cat`
16 ECHO=`which echo`
17 WGET=`which wget`
18 TR=`which tr`
H A Dunbound_cache.sh26 BASENAME=`which basename`
27 CAT=`which cat`
28 CUT=`which cut`
29 ECHO=`which echo`
30 EXPR=`which expr`
31 GETOPT=`which getopt`
32 ID=`which id`
33 LS=`which ls`
/freebsd-current/lib/libc/gen/
H A Dsched_getaffinity.c40 cpuwhich_t which; local
45 which = CPU_WHICH_TID;
47 which = CPU_WHICH_PID;
49 which = CPU_WHICH_TIDPID;
51 error = cpuset_getaffinity(CPU_LEVEL_WHICH, which,
H A Dsched_setaffinity.c42 cpuwhich_t which; local
49 which = CPU_WHICH_TID;
51 which = CPU_WHICH_PID;
53 which = CPU_WHICH_TIDPID;
73 error = cpuset_setaffinity(CPU_LEVEL_WHICH, which,
/freebsd-current/contrib/bearssl/mk/
H A DmkT0.sh3 CSC=$(which mono-csc || which dmcs || echo "none")
/freebsd-current/contrib/ncurses/
H A Dmk-0th.awk63 if ( ( which == "ticlib" ) && ( subsets ~ /ticlib / ) ) {
65 } else if ( ( which == "termlib" || which == "ext_tinfo" ) && ( subsets ~ /[[:space:]]base/ ) ) {
83 which = libname;
91 which = $0;
92 sub(/^@[[:blank:]]+/, "", which);
93 sub(/[[:blank:]]+$/, "", which);
117 if (which ~ /port_/ )
/freebsd-current/crypto/openssh/regress/
H A Dkey-options.sh31 which=$1
35 verbose "key option pty $which"
39 fail "key option failed $which"
44 *) fail "key option failed $which (pty $r)" ;;
49 which=$1
53 verbose "key option pty $which"
59 fail "key option failed $which (pty $r)"
62 /dev/*) fail "key option failed $which (pty $r)" ;;
107 which=$1
111 verbose "key option expiry-time $which"
[all...]
/freebsd-current/usr.sbin/pw/
H A Dpw.c105 static int which = -1; variable
108 static void cmdhelp(int mode, int which);
170 else if (which == -1 && (tmp = getindex(Which, argv[1])) != -1)
171 which = tmp;
172 else if ((mode == -1 && which == -1) &&
175 which = tmp / M_NUM;
178 cmdhelp(mode, which);
179 else if (which != -1 && mode != -1)
190 if (mode == -1 || which == -1)
191 cmdhelp(mode, which);
221 cmdhelp(int mode, int which) argument
[all...]
/freebsd-current/sys/sys/
H A Dresourcevar.h145 int kern_proc_setrlimit(struct thread *td, struct proc *p, u_int which,
150 rlim_t lim_cur(struct thread *td, int which);
151 #define lim_cur(td, which) ({ \
154 int _which = (which); \
155 if (__builtin_constant_p(which) && which != RLIMIT_DATA && \
156 which != RLIMIT_STACK && which != RLIMIT_VMEM) { \
164 rlim_t lim_cur_proc(struct proc *p, int which);
172 rlim_t lim_max(struct thread *td, int which);
[all...]
/freebsd-current/usr.bin/renice/
H A Drenice.c51 * or groups of processes which are already
59 int errs = 0, prio = 0, who = 0, which = PRIO_PROCESS; local
65 which = PRIO_PGRP;
69 which = PRIO_USER;
73 which = PRIO_PROCESS;
96 if (which == PRIO_USER) {
118 errs += donice(which, who, prio, incr);
126 donice(int which, int who, int prio, bool incr) argument
131 oldprio = getpriority(which, who);
142 if (setpriority(which, wh
[all...]
/freebsd-current/contrib/pjdfstest/tests/ftruncate/
H A D11.t19 cp -pf `which sleep` ${n0}
/freebsd-current/contrib/libarchive/libarchive/
H A Darchive_rb.c225 * Swap the location and colors of 'self' and its child @ which. The child
234 struct archive_rb_node *old_father, const unsigned int which)
236 const unsigned int other = which ^ RB_DIR_OTHER;
238 struct archive_rb_node * const old_child = old_father->rb_nodes[which];
248 new_child->rb_nodes[which] = old_child->rb_nodes[other];
267 if (!RB_SENTINEL_P(new_child->rb_nodes[which])) {
268 RB_SET_FATHER(new_child->rb_nodes[which], new_child);
269 RB_SET_POSITION(new_child->rb_nodes[which], which);
282 unsigned int which;
231 __archive_rb_tree_reparent_nodes( struct archive_rb_node *old_father, const unsigned int which) argument
279 unsigned int which; local
351 const unsigned int which = RB_POSITION(self); local
474 __archive_rb_tree_prune_blackred_branch( struct archive_rb_node *self, unsigned int which) argument
496 unsigned int which; local
549 __archive_rb_tree_removal_rebalance(struct archive_rb_tree *rbt, struct archive_rb_node *parent, unsigned int which) argument
[all...]
/freebsd-current/lib/libsysdecode/
H A Dlinux.c135 sysdecode_linux_clockid(FILE *fp, clockid_t which) argument
141 if (which >= 0) {
142 str = lookup_value(clockids, which);
144 fprintf(fp, "UNKNOWN(%d)", which);
149 if ((which & LINUX_CLOCKFD_MASK) == LINUX_CLOCKFD_MASK) {
153 ci = LINUX_CPUCLOCK_WHICH(which);
154 if (LINUX_CPUCLOCK_PERTHREAD(which) == true)
165 fprintf(fp, "UNKNOWN(%d)", which);
169 pid = LINUX_CPUCLOCK_ID(which);
/freebsd-current/contrib/ncurses/ncurses/tinfo/
H A Ddb_iterator.c121 update_getenv(const char *name, DBDIRS which) argument
125 if (which < dbdLAST) {
127 char *cached_value = my_vars[which].value;
139 my_vars[which].name = name;
142 FreeIfNeeded(my_vars[which].value);
143 my_vars[which].value = value;
154 cache_getenv(const char *name, DBDIRS which) argument
158 (void) update_getenv(name, which);
159 if (which < dbdLAST) {
160 result = my_vars[which]
436 DBDIRS which; local
[all...]
/freebsd-current/bin/cpuset/
H A Dcpuset.c68 static cpuwhich_t which; variable
251 if (cpuset_getaffinity(level, which, id, sizeof(mask), &mask) != 0)
253 printf("%s %jd%s mask: ", whichnames[which], (intmax_t)id,
258 if (cpuset_getdomain(level, which, id, sizeof(domain), &domain,
261 printf("%s %jd%s domain policy: %s mask: ", whichnames[which],
278 if (cpuset_getid(level, which, id, &setid))
280 printf("%s %jd%s id: %d\n", whichnames[which], (intmax_t)id,
299 which = CPU_WHICH_PID;
312 which = CPU_WHICH_DOMAIN;
323 which
[all...]
/freebsd-current/contrib/bmake/unit-tests/
H A Dopt-debug.mk3 # Tests for the -d command line option, which controls debug logging.
H A Ddirective-export-literal.mk3 # Tests for the .export-literal directive, which exports a variable value
/freebsd-current/contrib/pjdfstest/tests/truncate/
H A D11.t19 cp -pf `which sleep` ${n0}
/freebsd-current/sys/compat/linux/
H A Dlinux_time.c337 linux_common_clock_gettime(struct thread *td, clockid_t which, argument
348 error = linux_to_native_clockid(&nwhich, which);
351 "unsupported clock_gettime clockid %d", which);
359 if (which < 0) {
360 clockwhich = LINUX_CPUCLOCK_WHICH(which);
361 pid = LINUX_CPUCLOCK_ID(which);
402 if (which < 0) {
403 clockwhich = LINUX_CPUCLOCK_WHICH(which);
404 tid = LINUX_CPUCLOCK_ID(which);
464 error = linux_common_clock_gettime(td, args->which,
497 linux_common_clock_settime(struct thread *td, clockid_t which, struct timespec *ts) argument
551 linux_common_clock_getres(struct thread *td, clockid_t which, struct timespec *ts) argument
712 linux_common_clock_nanosleep(struct thread *td, clockid_t which, l_int lflags, struct timespec *rqtp, struct timespec *rmtp) argument
[all...]
/freebsd-current/bin/hostname/tests/
H A Dhostname_test.sh45 if ! which -s jail; then
84 if ! which -s jail; then
/freebsd-current/contrib/llvm-project/lldb/bindings/interface/
H A DSBBreakpointNameExtensions.i6 # operator== is a free function, which swig does not handle, so we inject
H A DSBBroadcastExtensions.i4 # operator== is a free function, which swig does not handle, so we inject
H A DSBBreakpointLocationExtensions.i6 # operator== is a free function, which swig does not handle, so we inject

Completed in 239 milliseconds

1234567891011>>