OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:REPLACE
(Results
1 - 25
of
25
) sorted by relevancy
/src/bin/pax/
pat_rep.h
42
typedef struct
replace
{
struct
50
struct
replace
*fow; /* pointer to next pattern */
51
}
REPLACE
;
pat_rep.c
72
static
REPLACE
*rephead = NULL; /* replacement string list head */
73
static
REPLACE
*reptail = NULL; /* replacement string list tail */
105
REPLACE
*rep;
138
if ((rep = (
REPLACE
*)malloc(sizeof(
REPLACE
))) == NULL) {
908
REPLACE
*pt;
/src/external/gpl3/binutils/dist/binutils/
arlex.l
59
"
REPLACE
" { return
REPLACE
; }
74
"
replace
" { return
REPLACE
; }
arparse.h
72
REPLACE
= 273, /*
REPLACE
*/
98
#define
REPLACE
273
arparse.y
58
%token
REPLACE
106
REPLACE
modulename
arparse.c
165
REPLACE
= 273, /*
REPLACE
*/
191
#define
REPLACE
273
243
YYSYMBOL_REPLACE = 18, /*
REPLACE
*/
680
"DIRECTORY", "END", "EXTRACT", "FULLDIR", "HELP", "QUIT", "
REPLACE
",
1288
case 24: /* replace_command:
REPLACE
modulename */
arlex.c
930
{ return
REPLACE
; }
1005
{ return
REPLACE
; }
1509
/* TODO. We should be able to
replace
this entire function body
1671
/* Only push if top exists. Otherwise,
replace
top. */
/src/external/gpl3/binutils.old/dist/binutils/
arlex.l
59
"
REPLACE
" { return
REPLACE
; }
74
"
replace
" { return
REPLACE
; }
arparse.h
72
REPLACE
= 273, /*
REPLACE
*/
98
#define
REPLACE
273
arparse.y
58
%token
REPLACE
106
REPLACE
modulename
arparse.c
165
REPLACE
= 273, /*
REPLACE
*/
191
#define
REPLACE
273
243
YYSYMBOL_REPLACE = 18, /*
REPLACE
*/
680
"DIRECTORY", "END", "EXTRACT", "FULLDIR", "HELP", "QUIT", "
REPLACE
",
1288
case 24: /* replace_command:
REPLACE
modulename */
arlex.c
930
{ return
REPLACE
; }
1005
{ return
REPLACE
; }
1509
/* TODO. We should be able to
replace
this entire function body
1671
/* Only push if top exists. Otherwise,
replace
top. */
/src/external/bsd/tcpdump/dist/cmake/Modules/
FindPCAP.cmake
210
string(
REPLACE
";" ":" _pkg_config_path "${_pkg_config_path}")
211
string(
REPLACE
"\\ " " " _pkg_config_path "${_pkg_config_path}")
266
# So if we're building 64-bit targets, we
replace
PCAP_CONFIG
280
string(
REPLACE
"/bin/" "/bin/${ISAINFO_OUTPUT}/" PCAP_CONFIG "${PCAP_CONFIG}")
304
string(REGEX
REPLACE
"-I" "" _dir ${_arg})
337
string(REGEX
REPLACE
"-L" "" _dir ${_arg})
349
string(REGEX
REPLACE
"-l" "" _lib ${_arg})
372
string(REGEX
REPLACE
"-L" "" _dir ${_arg})
384
string(REGEX
REPLACE
"-l" "" _lib ${_arg})
FindCRYPTO.cmake
56
string(REGEX
REPLACE
"PKG_CONFIG_PATH: \(.*\)"
/src/sys/netinet6/
in6_src.c
146
#define
REPLACE
(r) do {\
151
printf("%s:
replace
%s with %s by %d\n", __func__, ia_best ? \
154
goto
replace
; \
172
#define
REPLACE
(r) goto
replace
240
REPLACE
(1);
248
REPLACE
(2);
253
REPLACE
(2);
264
REPLACE
(3);
268
REPLACE
(3)
[
all
...]
/src/external/bsd/openldap/dist/servers/slapd/back-sql/rdbms_depend/oracle/
testdb_metadata.sql
123
CREATE OR
REPLACE
PROCEDURE create_person(keyval OUT NUMBER) AS
130
CREATE OR
REPLACE
PROCEDURE delete_person(keyval IN NUMBER) AS
138
CREATE OR
REPLACE
PROCEDURE create_org(keyval OUT NUMBER) AS
145
CREATE OR
REPLACE
PROCEDURE delete_org(keyval IN NUMBER) AS
151
CREATE OR
REPLACE
PROCEDURE create_document(keyval OUT NUMBER) AS
158
CREATE OR
REPLACE
PROCEDURE delete_document (keyval IN NUMBER) AS
165
CREATE OR
REPLACE
PROCEDURE add_phone(pers_id IN NUMBER, phone IN varchar2) AS
171
CREATE OR
REPLACE
PROCEDURE delete_phone(keyval IN NUMBER, phone IN varchar2) AS
177
CREATE OR
REPLACE
PROCEDURE set_person_name(keyval IN NUMBER, new_name IN varchar2) AS
183
CREATE OR
REPLACE
PROCEDURE set_org_name(keyval IN NUMBER, new_name IN varchar2) A
[
all
...]
/src/usr.bin/sed/
defs.h
102
struct s_tr *y; /*
Replace
command array */
138
REPLACE
/*
Replace
the contents. */
process.c
115
for (linenum = 0; mf_fgets(&PS,
REPLACE
);) {
164
cspace(&PS, hs, hsl,
REPLACE
);
171
cspace(&HS, ps, psl,
REPLACE
);
187
if (!mf_fgets(&PS,
REPLACE
))
261
cspace(&HS, "", 0,
REPLACE
);
376
cspace(&HS, "", 0,
REPLACE
);
778
if (spflag ==
REPLACE
)
/src/usr.sbin/mtree/
spec.c
239
* full path entry; add or
replace
245
* duplicate "." entry; always
replace
251
* add or
replace
259
* add or
replace
490
#define
REPLACE
(x) cur->x = new->x
499
REPLACE
(type);
511
REPLACE
(st_size);
512
REPLACE
(st_mtimespec);
521
REPLACE
(st_uid);
522
REPLACE
(st_gid)
[
all
...]
/src/usr.bin/rdist/
defs.h
99
#define
REPLACE
2
lookup.c
114
(void) lookup(name,
REPLACE
, value);
121
*
REPLACE
- insert or
replace
name with value.
/src/external/bsd/libpcap/dist/msdos/
makefile.dj
121
REPLACE
= sed -e 's/\(.*\)\.o: /\n$$(OBJ_DIR)\/\1.o: /'
124
$(CC) -MM $(CFLAGS) $(SOURCES) | $(
REPLACE
) > .depend.dj
/src/bin/ksh/
vi.c
134
#define
REPLACE
2
136
#define VNORMAL 0 /* command, insert or
replace
mode */
575
if (insert ==
REPLACE
) {
691
if (insert ==
REPLACE
&& es->cursor > es->linelen)
935
insert =
REPLACE
;
1309
if (putbuf(ibuf, inslen, insert==
REPLACE
) != 0)
1937
/*
replace
word with all expansions (ie, expand word*) */
/src/external/bsd/ntp/dist/sntp/libevent/
CMakeLists.txt
258
string(REGEX
REPLACE
"/MD" "/MT" ${flag_var} "${${flag_var}}")
/src/external/bsd/libevent/dist/
CMakeLists.txt
258
string(REGEX
REPLACE
"/MD" "/MT" ${flag_var} "${${flag_var}}")
Completed in 41 milliseconds
Indexes created Sat Aug 01 00:24:56 UTC 2026