HomeSort by: relevance | last modified time | path
    Searched defs:doit (Results 1 - 25 of 42) sorted by relevancy

1 2

  /src/lib/libc/compat/arch/m68k/sys/
compat_sigprocmask.S 55 jra doit
59 doit: label
compat_sigprocmask.S 55 jra doit
59 doit: label
  /src/lib/libc/compat/arch/mips/sys/
compat_sigprocmask.S 52 b doit # mask = zero
55 doit: label
compat_sigprocmask.S 52 b doit # mask = zero
55 doit: label
  /src/sys/kern/
vnode_if.sh 84 # and calls "doit()" to generate output for the function.
113 doit(); function
263 function doit() { function
783 function doit() { function
824 function doit() { function
vnode_if.sh 84 # and calls "doit()" to generate output for the function.
113 doit(); function
263 function doit() { function
783 function doit() { function
824 function doit() { function
  /src/lib/libm/noieee_src/
n_fmod.c 133 doit(double x, double y) function in typeref:typename:void
166 doit(x,y);
167 doit(x,-y);
168 doit(-x,y);
169 doit(-x,-y);
n_fmod.c 133 doit(double x, double y) function in typeref:typename:void
166 doit(x,y);
167 doit(x,-y);
168 doit(-x,y);
169 doit(-x,-y);
  /src/tests/net/net/
t_pktinfo.c 156 doit(void) function in typeref:typename:void
178 doit();
191 doit();
t_pktinfo.c 156 doit(void) function in typeref:typename:void
178 doit();
191 doit();
  /src/usr.bin/base64/
base64.c 222 doit(FILE *fout, FILE *fin, bool decode, bool ignore, size_t wrap) function in typeref:typename:void
265 doit(stdout, stdin, decode, ignore, wrap);
274 doit(stdout, fp, decode, ignore, wrap);
base64.c 222 doit(FILE *fout, FILE *fin, bool decode, bool ignore, size_t wrap) function in typeref:typename:void
265 doit(stdout, stdin, decode, ignore, wrap);
274 doit(stdout, fp, decode, ignore, wrap);
  /src/tests/kernel/
t_fdrestart.c 150 doit(void *cookie) function in typeref:typename:void *
175 RZ(pthread_create(&t, NULL, &doit, F));
t_fdrestart.c 150 doit(void *cookie) function in typeref:typename:void *
175 RZ(pthread_create(&t, NULL, &doit, F));
  /src/usr.bin/finger/
util.c 174 char doit = 0; local in function:enter_lastlog
206 doit = 1;
209 for (; !doit && w != NULL; w = w->next)
211 doit = 1;
217 for (w = pn->whead; doit && w != NULL; w = w->next)
220 doit = 0;
222 if (doit) {
util.c 174 char doit = 0; local in function:enter_lastlog
206 doit = 1;
209 for (; !doit && w != NULL; w = w->next)
211 doit = 1;
217 for (w = pn->whead; doit && w != NULL; w = w->next)
220 doit = 0;
222 if (doit) {
  /src/sbin/fsck_ffs/
pass5.c 96 const char *doit = NULL; local in function:pass5
99 doit = "CREAT";
102 doit = "EXPAND";
104 if (doit) {
109 pwarn("CANNOT %s CLUSTER MAPS\n", doit);
115 doit);
pass5.c 96 const char *doit = NULL; local in function:pass5
99 doit = "CREAT";
102 doit = "EXPAND";
104 if (doit) {
109 pwarn("CANNOT %s CLUSTER MAPS\n", doit);
115 doit);
  /src/sys/ufs/lfs/
lfs_subr.c 343 int doit; local in function:lfs_unmark_dirop
347 doit = !(fs->lfs_flags & LFS_UNDIROP);
348 if (doit)
352 if (!doit)
lfs_subr.c 343 int doit; local in function:lfs_unmark_dirop
347 doit = !(fs->lfs_flags & LFS_UNDIROP);
348 if (doit)
352 if (!doit)
  /src/libexec/rexecd/
rexecd.c 72 static void doit(struct sockaddr *) __dead;
140 doit((struct sockaddr *)&from);
144 doit(struct sockaddr *fromp) function in typeref:typename:void
rexecd.c 72 static void doit(struct sockaddr *) __dead;
140 doit((struct sockaddr *)&from);
144 doit(struct sockaddr *fromp) function in typeref:typename:void
  /src/sbin/ifconfig/
af_inet6.c 209 bool doit = false; local in function:setia6eui64_impl
212 if (!prop_dictionary_get_bool(env, "eui64", &doit) || !doit) {
af_inet6.c 209 bool doit = false; local in function:setia6eui64_impl
212 if (!prop_dictionary_get_bool(env, "eui64", &doit) || !doit) {
  /src/usr.bin/qsubst/
qsubst.c 257 doit(void) function in typeref:typename:int
425 if ((n >= rahead) && foundit() && doit()) {

Completed in 34 milliseconds

1 2