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

1 2 3 4

  /src/sys/external/bsd/compiler_rt/dist/test/profile/Linux/
instrprof-basic.c 6 int begin(int i) { function in typeref:typename:int
21 begin(0);
instrprof-basic.c 6 int begin(int i) { function in typeref:typename:int
21 begin(0);
  /src/sys/external/bsd/compiler_rt/dist/test/profile/
instrprof-basic.c 6 int begin(int i) { function in typeref:typename:int
21 begin(0);
instrprof-basic.c 6 int begin(int i) { function in typeref:typename:int
21 begin(0);
  /src/usr.bin/mkcsmapper/
ldef.h 30 u_int32_t begin; member in struct:__anonc97882b00108
ldef.h 30 u_int32_t begin; member in struct:__anonc97882b00108
  /src/tests/fs/ffs/
t_snapshot.c 37 begin(void) function in typeref:typename:void
t_snapshot_v2.c 37 begin(void) function in typeref:typename:void
t_snapshot.c 37 begin(void) function in typeref:typename:void
t_snapshot_v2.c 37 begin(void) function in typeref:typename:void
t_snapshot_log.c 40 begin(void) function in typeref:typename:void
t_snapshot_log.c 40 begin(void) function in typeref:typename:void
  /src/usr.bin/make/unit-tests/
deptgt-begin.mk 1 # $NetBSD: deptgt-begin.mk,v 1.8 2025/06/30 21:44:39 rillig Exp $
3 # Tests for the special target .BEGIN in dependency declarations,
7 .BEGIN:
11 # to directly place some commands on the '.BEGIN' target. This doesn't scale
16 # expect+3: warning: duplicate script for target ".BEGIN" ignored
17 # expect-9: warning: using previous script for ".BEGIN" defined here
18 .BEGIN:
22 # make the .BEGIN depend on that target. This way, the commands from the
23 # custom target are run even before the .BEGIN target.
24 .BEGIN: before-begi
    [all...]
deptgt-begin.mk 1 # $NetBSD: deptgt-begin.mk,v 1.8 2025/06/30 21:44:39 rillig Exp $
3 # Tests for the special target .BEGIN in dependency declarations,
7 .BEGIN:
11 # to directly place some commands on the '.BEGIN' target. This doesn't scale
16 # expect+3: warning: duplicate script for target ".BEGIN" ignored
17 # expect-9: warning: using previous script for ".BEGIN" defined here
18 .BEGIN:
22 # make the .BEGIN depend on that target. This way, the commands from the
23 # custom target are run even before the .BEGIN target.
24 .BEGIN: before-begi
    [all...]
cmd-errors-jobs.mk 7 echo "begin $$*" \
19 ${RUN} begin-direct
20 ${RUN} begin-indirect
62 .if make(begin-direct)
63 begin-direct:
64 .BEGIN:
67 # expect: begin begin-direct
68 # expect: make: stopped making "begin-direct" in unit-tests
69 # expect: end begin-direct with status
    [all...]
cmd-errors-jobs.mk 7 echo "begin $$*" \
19 ${RUN} begin-direct
20 ${RUN} begin-indirect
62 .if make(begin-direct)
63 begin-direct:
64 .BEGIN:
67 # expect: begin begin-direct
68 # expect: make: stopped making "begin-direct" in unit-tests
69 # expect: end begin-direct with status
    [all...]
  /src/sys/arch/hppa/stand/common/
srt0.S 69 * This is the ending of the begin
71 ENTRY(begin,0) function
74 ldo begin-boff(%r5),%r5 ; and subtract to get 'begin'.
78 ldo start-begin(%r4),%rp
81 ldil L%begin,%r1
82 ldo R%begin(%r1),%r1 ; Get address of begin
114 ldil L%begin,%r1 ; set %r1 to address of begin
    [all...]
srt0.S 69 * This is the ending of the begin
71 ENTRY(begin,0) function
74 ldo begin-boff(%r5),%r5 ; and subtract to get 'begin'.
78 ldo start-begin(%r4),%rp
81 ldil L%begin,%r1
82 ldo R%begin(%r1),%r1 ; Get address of begin
114 ldil L%begin,%r1 ; set %r1 to address of begin
    [all...]
  /src/tests/fs/msdosfs/
t_snapshot.c 41 begin(void) function in typeref:typename:void
t_snapshot.c 41 begin(void) function in typeref:typename:void
  /src/usr.bin/chpass/
edit.c 61 struct stat begin, end; local in function:edit
64 if (stat(tempname, &begin))
69 if (begin.st_mtime == end.st_mtime) {
edit.c 61 struct stat begin, end; local in function:edit
64 if (stat(tempname, &begin))
69 if (begin.st_mtime == end.st_mtime) {
  /src/usr.sbin/vipw/
vipw.c 70 struct stat begin, end; local in function:main
112 if (stat(mpwdl, &begin))
117 if (begin.st_mtime == end.st_mtime &&
118 begin.st_mtimensec == end.st_mtimensec) {
vipw.c 70 struct stat begin, end; local in function:main
112 if (stat(mpwdl, &begin))
117 if (begin.st_mtime == end.st_mtime &&
118 begin.st_mtimensec == end.st_mtimensec) {
  /src/usr.bin/mail/
head.c 215 char *begin; local in function:copyin
217 begin = cp = *space;
221 return begin;

Completed in 104 milliseconds

1 2 3 4