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

1234567891011>>

/freebsd-11-stable/contrib/ipfilter/lib/
H A Dgetnattype.c26 char *which; local
34 which = "MAP";
37 which = "MAP-BLOCK";
40 which = "RDR";
43 which = "RWR-MAP";
46 which = "RWR-RDR";
49 which = "BIMAP";
52 which = "DIV-RDR";
55 which = "DIV-MAP";
58 which
[all...]
/freebsd-11-stable/usr.bin/which/
H A DMakefile4 PROG= which
/freebsd-11-stable/sys/sys/
H A Dnuma.h36 extern int numa_setaffinity(cpuwhich_t which, id_t id,
38 extern int numa_getaffinity(cpuwhich_t which, id_t id,
H A Dcapability.h42 #warning this file includes <sys/capability.h> which is deprecated
/freebsd-11-stable/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-11-stable/contrib/ncurses/
H A Dmk-0th.awk62 if ( ( which == "ticlib" ) && ( subsets ~ /ticlib / ) ) {
64 } else if ( ( which == "termlib" || which == "ext_tinfo" ) && ( subsets ~ /[[:space:]]base/ ) ) {
82 which = libname;
90 which = $0;
91 sub(/^@[[:blank:]]+/, "", which);
92 sub(/[[:blank:]]+$/, "", which);
116 if (which ~ /port_/ )
/freebsd-11-stable/contrib/top/
H A DMake.desc.X3 # This makefile is the prototype for "Make.desc", which is used by
/freebsd-11-stable/contrib/ncurses/ncurses/tinfo/
H A Ddb_iterator.c96 update_getenv(const char *name, DBDIRS which) argument
100 if (which < dbdLAST) {
105 } else if (my_vars[which].name == 0 || strcmp(my_vars[which].name, name)) {
106 FreeIfNeeded(my_vars[which].value);
107 my_vars[which].name = name;
108 my_vars[which].value = value;
110 } else if ((my_vars[which].value != 0) ^ (value != 0)) {
111 FreeIfNeeded(my_vars[which].value);
112 my_vars[which]
126 cache_getenv(const char *name, DBDIRS which) argument
401 DBDIRS which; local
[all...]
/freebsd-11-stable/usr.sbin/pw/
H A Dpw.c110 static void cmdhelp(int mode, int which);
115 int mode = -1, which = -1, tmp; local
171 else if (which == -1 && (tmp = getindex(Which, argv[1])) != -1)
172 which = tmp;
173 else if ((mode == -1 && which == -1) &&
176 which = tmp / M_NUM;
179 cmdhelp(mode, which);
180 else if (which != -1 && mode != -1)
191 if (mode == -1 || which == -1)
192 cmdhelp(mode, which);
222 cmdhelp(int mode, int which) argument
[all...]
/freebsd-11-stable/usr.bin/renice/
H A Drenice.c63 * or groups of processes which are already
70 int errs, incr, prio, which, who; local
74 which = PRIO_PROCESS;
90 which = PRIO_PGRP;
94 which = PRIO_USER;
98 which = PRIO_PROCESS;
101 if (which == PRIO_USER) {
123 errs += donice(which, who, prio, incr);
129 donice(int which, int who, int prio, int incr) argument
134 oldprio = getpriority(which, wh
[all...]
/freebsd-11-stable/contrib/libstdc++/libsupc++/
H A Deh_alloc.cc119 unsigned int which = 0; local
126 if (++which >= EMERGENCY_OBJ_COUNT)
130 emergency_used |= (bitmask_type)1 << which;
131 ret = &emergency_buffer[which][0];
158 const unsigned int which local
162 emergency_used &= ~((bitmask_type)1 << which);
/freebsd-11-stable/contrib/gdb/gdb/
H A Dcore-regset.c51 CORE_REG_SECT points to an array of bytes, which are the contents
52 of a `note' from a core file which BFD thinks might contain
55 WHICH says which register set corelow suspects this is:
62 fetch_core_registers (char *core_reg_sect, unsigned core_reg_size, int which, argument
68 switch (which)
/freebsd-11-stable/contrib/pjdfstest/tests/ftruncate/
H A D11.t17 cp -pf `which sleep` ${n0}
/freebsd-11-stable/contrib/libreadline/
H A Dhistory.c119 /* Begin a session in which the history functions might be used. This
141 /* Returns the magic number which says what history element we are
198 /* Return the history entry which is logically at OFFSET in the history array.
368 replace_history_entry (which, line, data)
369 int which;
375 if (which < 0 || which >= history_length)
379 old_value = the_history[which];
384 the_history[which] = temp;
390 NEW. WHICH says which on
[all...]
/freebsd-11-stable/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-11-stable/usr.bin/numactl/
H A Dnumactl.c136 set_numa_domain_cpuaffinity(int cpu_domain, cpuwhich_t which, id_t id) argument
145 error = cpuset_setaffinity(CPU_LEVEL_WHICH, which, id, sizeof(set),
159 cpuwhich_t which; local
168 which = -1;
239 /* Figure out which */
241 which = CPU_WHICH_TID;
244 which = CPU_WHICH_PID;
264 error = numa_getaffinity(which, id, &vd);
276 error = numa_setaffinity(which, id, &vd);
282 (void) set_numa_domain_cpuaffinity(cpu_domain, which, i
[all...]
/freebsd-11-stable/usr.bin/cpuset/
H A Dcpuset.c66 static cpuwhich_t which; variable
177 if (cpuset_getaffinity(level, which, id, sizeof(mask), &mask) != 0)
179 printf("%s %jd%s mask: ", whichnames[which], (intmax_t)id,
195 if (cpuset_getid(level, which, id, &setid))
197 printf("%s %jd%s id: %d\n", whichnames[which], (intmax_t)id,
212 which = CPU_WHICH_PID;
225 which = CPU_WHICH_DOMAIN;
236 which = CPU_WHICH_JAIL;
247 which = CPU_WHICH_PID;
256 which
[all...]
/freebsd-11-stable/contrib/pjdfstest/tests/truncate/
H A D11.t17 cp -pf `which sleep` ${n0}
/freebsd-11-stable/contrib/libreadline/examples/
H A Dhistexamp.c106 int which; local
107 if ((sscanf (line + 6, "%d", &which)) == 1)
109 HIST_ENTRY *entry = remove_history (which);
111 fprintf (stderr, "No such entry %d\n", which);
/freebsd-11-stable/usr.bin/bsdcat/tests/
H A Dfunctional_test.sh31 export BSDCAT=$(which bsdcat)
/freebsd-11-stable/usr.bin/cpio/tests/
H A Dfunctional_test.sh31 export BSDCPIO=$(which cpio)
/freebsd-11-stable/usr.bin/tar/tests/
H A Dfunctional_test.sh29 export BSDTAR=$(which tar)
/freebsd-11-stable/usr.bin/tr/
H A Dextern.h39 enum { STRING1, STRING2 } which; member in struct:__anon13836
/freebsd-11-stable/contrib/netbsd-tests/lib/libpthread/
H A Dt_barrier.c52 int which = (int)(long)arg; local
55 printf("thread %d entering barrier\n", which);
57 printf("thread %d leaving barrier -> %d\n", which, rv);

Completed in 155 milliseconds

1234567891011>>