OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pf_prefix
(Results
1 - 11
of
11
) sorted by relevancy
/src/usr.bin/config/
util.c
88
cp = emalloc(strlen(prevpf->
pf_prefix
) + 1 +
90
(void) sprintf(cp, "%s/%s", prevpf->
pf_prefix
, path);
91
pf->
pf_prefix
= intern(cp);
94
pf->
pf_prefix
= intern(path);
161
if (pf != NULL && *pf->
pf_prefix
== '/')
162
len = strlen(pf->
pf_prefix
) + 1 + strlen(file) + 1;
166
len += strlen(pf->
pf_prefix
) + 1;
172
if (*pf->
pf_prefix
== '/')
173
(void) sprintf(cp, "%s/%s", pf->
pf_prefix
, file);
176
pf->
pf_prefix
, file)
[
all
...]
scan.l
429
pf->
pf_prefix
= p;
444
/* LINTED cast away const (
pf_prefix
is malloc'd for curdirs) */
445
free((void *)__UNCONST(pf->
pf_prefix
));
527
easprintf(&s, "%s/%s", pf->
pf_prefix
, fname + 2);
mkmakefile.c
611
const char *prologue = (*pf->
pf_prefix
== '/') ? "" : "$S/";
614
prologue, pf->
pf_prefix
);
files.c
180
SLIST_FIRST(&prefixes)->
pf_prefix
;
182
SLIST_FIRST(&buildprefixes)->
pf_prefix
;
defs.h
419
const char *
pf_prefix
; /* the actual prefix */
member in struct:prefix
/src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
gdb-sigterm.exp
35
global testfile gdb_prompt binfile
pf_prefix
57
verbose -log "$
pf_prefix
$test: did not run"
80
verbose -log "$
pf_prefix
$test: stepped $stepping times"
all-architectures.exp.tcl
59
global
pf_prefix
61
verbose -log "IPASS: $
pf_prefix
$message"
/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
gdb-sigterm.exp
35
global testfile gdb_prompt binfile
pf_prefix
57
verbose -log "$
pf_prefix
$test: did not run"
80
verbose -log "$
pf_prefix
$test: stepped $stepping times"
all-architectures.exp.tcl
59
global
pf_prefix
61
verbose -log "IPASS: $
pf_prefix
$message"
/src/external/gpl3/gdb.old/dist/gdb/testsuite/lib/
gdb.exp
2942
# $
pf_prefix
is the string that dejagnu prints after the result (FAIL,
2949
# is $
pf_prefix
.
2952
# variation prefix to the $
pf_prefix
, using the with_test_prefix
2990
# manipulate the
pf_prefix
global directly, treating it as a string.
2993
# global
pf_prefix
2995
# append
pf_prefix
"${foo}: bar"
2997
# set
pf_prefix
$saved_pf_prefix
3001
# (
pf_prefix
) appended with one space, then PREFIX, and then a colon.
3005
global
pf_prefix
3007
set saved $
pf_prefix
[
all
...]
/src/external/gpl3/gdb/dist/gdb/testsuite/lib/
gdb.exp
3211
# $
pf_prefix
is the string that dejagnu prints after the result (FAIL,
3218
# is $
pf_prefix
.
3221
# variation prefix to the $
pf_prefix
, using the with_test_prefix
3259
# manipulate the
pf_prefix
global directly, treating it as a string.
3262
# global
pf_prefix
3264
# append
pf_prefix
"${foo}: bar"
3266
# set
pf_prefix
$saved_pf_prefix
3270
# (
pf_prefix
) appended with one space, then PREFIX, and then a colon.
3274
global
pf_prefix
3276
set saved $
pf_prefix
[
all
...]
Completed in 28 milliseconds
Indexes created Sun Aug 09 00:24:28 UTC 2026