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

1234567891011>>

/freebsd-10-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-10-stable/usr.bin/which/
H A DMakefile4 PROG= which
/freebsd-10-stable/contrib/top/
H A DMake.desc.X3 # This makefile is the prototype for "Make.desc", which is used by
/freebsd-10-stable/sys/boot/ia64/ski/
H A Dssc.c41 ssc(u_int64_t in0, u_int64_t in1, u_int64_t in2, u_int64_t in3, int which) argument
50 : "r"(which), "r"(in0), "r"(in1), "r"(in2), "r"(in3));
H A Dlibski.h65 int which);
/freebsd-10-stable/usr.sbin/pw/
H A Dpw.c108 static void cmdhelp(int mode, int which);
113 int mode = -1, which = -1, tmp; local
169 else if (which == -1 && (tmp = getindex(Which, argv[1])) != -1)
170 which = tmp;
171 else if ((mode == -1 && which == -1) &&
174 which = tmp / M_NUM;
177 cmdhelp(mode, which);
178 else if (which != -1 && mode != -1)
189 if (mode == -1 || which == -1)
190 cmdhelp(mode, which);
220 cmdhelp(int mode, int which) argument
[all...]
/freebsd-10-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-10-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-10-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-10-stable/tools/regression/pjdfstest/tests/truncate/
H A D11.t15 cp -pf `which sleep` ${n0}
/freebsd-10-stable/contrib/pjdfstest/tests/ftruncate/
H A D11.t17 cp -pf `which sleep` ${n0}
/freebsd-10-stable/contrib/pjdfstest/tests/truncate/
H A D11.t17 cp -pf `which sleep` ${n0}
/freebsd-10-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-10-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-10-stable/contrib/libpcap/tests/
H A Dfindalldevstest.c124 static short which; local
128 which = (which + 1 == IPTOSBUFFERS ? 0 : which + 1);
129 sprintf(output[which], "%d.%d.%d.%d", p[0], p[1], p[2], p[3]);
130 return output[which];
/freebsd-10-stable/usr.bin/cpuset/
H A Dcpuset.c63 static cpuwhich_t which; variable
173 if (cpuset_getaffinity(level, which, id, sizeof(mask), &mask) != 0)
175 printf("%s %jd%s mask: ", whichnames[which], (intmax_t)id,
191 if (cpuset_getid(level, which, id, &setid))
193 printf("%s %jd%s id: %d\n", whichnames[which], (intmax_t)id,
208 which = CPU_WHICH_PID;
229 which = CPU_WHICH_JAIL;
240 which = CPU_WHICH_PID;
251 which = CPU_WHICH_CPUSET;
256 which
[all...]
/freebsd-10-stable/tools/regression/pjdfstest/tests/open/
H A D20.t15 cp -pf `which sleep` ${n0}
/freebsd-10-stable/contrib/pjdfstest/tests/open/
H A D20.t17 cp -pf `which sleep` ${n0}
/freebsd-10-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-10-stable/usr.bin/tr/
H A Dextern.h39 enum { STRING1, STRING2 } which; member in struct:__anon12006
/freebsd-10-stable/usr.bin/cpio/tests/
H A Dfunctional_test.sh31 export BSDCPIO=$(which cpio)
/freebsd-10-stable/usr.bin/tar/tests/
H A Dfunctional_test.sh29 export BSDTAR=$(which tar)
/freebsd-10-stable/usr.bin/bsdcat/tests/
H A Dfunctional_test.sh31 export BSDCAT=$(which bsdcat)
/freebsd-10-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);
/freebsd-10-stable/contrib/dialog/
H A Dbuildlist.c407 * This is an alternate interface to 'buildlist' which allows the application
639 int which = (items[cur_item].state != 0); local
640 MY_DATA *moi = data + which;
641 int at_top = index2row(&all, moi->top_index, which);
642 int at_end = index2row(&all, -1, which);
643 int at_bot = skip_rows(&all, at_top, all.use_height, which);
649 which);
658 int cur_row = index2row(&all, cur_item, which);
659 cur_y = (data[which].box_y
664 cur_x = (data[which]
[all...]

Completed in 241 milliseconds

1234567891011>>