Searched refs:target (Results 1 - 25 of 994) sorted by path

1234567891011>>

/freebsd-9.3-release/
H A DMakefile67 # [steps 3. & 4. can be combined by using the "kernel" target]
79 # cross build world for other machine types using the buildworld target,
81 # buildkernel target.
187 # This 'cleanworld' target is not included in TGTS, because it is not a
188 # recursive target. All of the work for it is done right here. It is
196 # second time. There are situations where this target will be cleaning
225 # The historic default "all" target creates files which may cause stale
227 # when no target is given. The users can explicitly specify "all"
233 @echo "Explicit target required (use \"all\" for historic behavior)"
247 # Attempt to rebuild and reinstall everything. This target i
[all...]
H A DMakefile.inc126 # BUILDENV_SHELL= shell to launch for the buildenv target (def:/bin/sh)
149 .error Unknown target ${TARGET_ARCH}:${TARGET}.
616 # We need to have this as a target because the indirection between Makefile
956 .for target in obj depend all
961 -DEARLY_BUILD ${target}
/freebsd-9.3-release/bin/cp/
H A Dcp.c48 * Cp copies source files to target files.
51 * current target file. Since fts(3) does not change directories,
59 * in "to") to form the final target path.
102 char *target; local
182 /* Save the target base in "to". */
183 target = argv[--argc];
184 if (strlcpy(to.p_path, target, sizeof(to.p_path)) >= sizeof(to.p_path))
185 errx(1, "%s: name too long", target);
202 * cp [-R] source target
207 * In (1), the target become
[all...]
/freebsd-9.3-release/bin/ln/
H A Dln.c64 int wflag; /* Warn if symlink target does not
152 case 2: /* ln source target */
162 * the target--simulate "not a directory" error
223 linkit(const char *source, const char *target, int isdir) argument
247 * If the target is a directory (and not a symlink if hflag),
251 (lstat(target, &sb) == 0 && S_ISDIR(sb.st_mode)) ||
252 (!hflag && stat(target, &sb) == 0 && S_ISDIR(sb.st_mode))) {
255 snprintf(path, sizeof(path), "%s/%s", target, p) >=
261 target = path;
277 * to the parent directory of the target
[all...]
/freebsd-9.3-release/cddl/contrib/dtracetoolkit/Bin/
H A Dj_profile.d68 /pid == $target/
H A Dj_syscalls.d46 hotspot$target:::method-entry
58 /pid == $target/
H A Dj_syscolors.d70 hotspot$target:::method-entry,
71 hotspot$target:::method-return,
74 /self->last == 0 && pid == $target/
79 hotspot$target:::method-entry
95 hotspot$target:::method-return
112 /pid == $target/
122 /pid == $target/
132 /pid == $target/
H A Dkill.d49 /* Record target PID and signal */
50 self->target = arg0;
56 /* Print source, target, and result */
58 pid, execname, self->signal, self->target, (int)arg0);
61 self->target = 0;
H A Dphp_malloc.d44 php$target:::function-entry
51 php$target:::function-return
57 pid$target:libc:malloc:entry
64 pid$target:libc:malloc:entry
H A Dphp_syscolors.d113 /pid == $target/
H A Dpl_malloc.d44 perl$target:::sub-entry
50 perl$target:::sub-return
56 pid$target:libc:malloc:entry
63 pid$target:libc:malloc:entry
H A Dpl_syscalls.d49 perl$target:::sub-entry
55 /pid == $target/
62 printf("\nCalls for PID %d,\n\n", $target);
H A Dpl_syscolors.d65 perl$target:::sub-entry,
66 perl$target:::sub-return,
69 /self->last == 0 && pid == $target/
74 perl$target:::sub-entry
84 perl$target:::sub-return
96 /pid == $target/
106 /pid == $target/
116 /pid == $target/
H A Dpy_malloc.d44 python$target:::function-entry
50 python$target:::function-return
56 pid$target:libc:malloc:entry
63 pid$target:libc:malloc:entry
H A Dpy_mallocstk.d40 pid$target:libc:malloc:entry
H A Dpy_profile.d69 /pid == $target/
H A Dpy_syscalls.d47 python$target:::function-entry
53 /pid == $target/
60 printf("\nCalls for PID %d,\n\n", $target);
H A Dpy_syscolors.d62 python$target:::function-entry,
63 python$target:::function-return,
66 /self->last == 0 && pid == $target/
71 python$target:::function-entry
81 python$target:::function-return
93 /pid == $target/
103 /pid == $target/
113 /pid == $target/
H A Drb_malloc.d49 ruby$target:::function-entry
56 ruby$target:::object-create-start
63 pid$target:libc:malloc:entry
69 pid$target:libc:malloc:entry
H A Drb_syscalls.d49 ruby$target:::function-entry
56 /pid == $target/
63 printf("\nCalls for PID %d,\n\n", $target);
H A Drb_syscolors.d66 ruby$target:::function-entry,
67 ruby$target:::function-return,
68 ruby$target:::line,
71 /self->last == 0 && pid == $target/
76 ruby$target:::function-entry
87 ruby$target:::function-return
98 ruby$target:::line
108 /pid == $target/
119 /pid == $target/
130 /pid == $target/
[all...]
H A Dsh_pidcolors.d13 * pid$target:a.out:e*:entry,
14 * pid$target:a.out:e*:return
72 sh$target:::function-entry,
73 sh$target:::function-return,
74 sh$target:::builtin-entry,
75 sh$target:::command-entry,
79 pid$target:a.out:e*:entry,
80 pid$target:a.out:e*:return
81 /self->last == 0 && pid == $target/
86 sh$target
[all...]
H A Dsh_syscalls.d49 sh$target:::function-entry,
50 sh$target:::builtin-entry,
51 sh$target:::command-entry
57 sh$target:::function-entry
62 sh$target:::builtin-entry
67 sh$target:::command-entry
73 /pid == $target/
80 printf("\nCalls for PID %d,\n\n", $target);
H A Dsh_syscolors.d64 sh$target:::function-entry,
65 sh$target:::function-return,
66 sh$target:::builtin-entry,
67 sh$target:::command-entry,
68 sh$target:::line,
71 /self->last == 0 && pid == $target/
76 sh$target:::function-entry
86 sh$target:::function-return
96 sh$target:::builtin-entry
106 sh$target
[all...]
H A Dsh_wasted.d54 sh$target:::command-entry
59 sh$target:::command-return
66 sh$target:::command-return
73 sh$target:::command-return
82 /pid == $target/

Completed in 109 milliseconds

1234567891011>>