HomeSort by: relevance | last modified time | path
    Searched refs:REPLACE (Results 1 - 12 of 12) 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/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/usr.bin/sed/
defs.h 102 struct s_tr *y; /* Replace command array */
138 REPLACE /* Replace the contents. */
process.c 114 for (linenum = 0; mf_fgets(&PS, REPLACE);) {
163 cspace(&PS, hs, hsl, REPLACE);
170 cspace(&HS, ps, psl, REPLACE);
186 if (!mf_fgets(&PS, REPLACE))
260 cspace(&HS, "", 0, REPLACE);
375 cspace(&HS, "", 0, REPLACE);
777 if (spflag == REPLACE)
  /src/usr.sbin/mtree/
spec.c 239 * full path entry; add or replace
246 * duplicate "." entry; always replace
252 * add or replace
261 * add or replace
493 #define REPLACE(x) cur->x = new->x
502 REPLACE(type);
514 REPLACE(st_size);
515 REPLACE(st_mtimespec);
524 REPLACE(st_uid);
525 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/sys/external/isc/libsodium/dist/contrib/
Findsodium.cmake 115 string(REGEX REPLACE ".*ARCH_VALUE ([a-zA-Z0-9_]+).*" "\\1" _TARGET_ARCH "${_COMPILATION_LOG}")
140 string(REPLACE "$$CONFIG$$" "Debug" _DEBUG_PATH_SUFFIX "${_PLATFORM_PATH}")
141 string(REPLACE "$$CONFIG$$" "Release" _RELEASE_PATH_SUFFIX "${_PLATFORM_PATH}")
219 string(REGEX REPLACE ".*#[ \t]*define[ \t]*SODIUM_VERSION_STRING[ \t]*\"([^\n]*)\".*" "\\1"
  /src/sys/external/bsd/compiler_rt/dist/lib/msan/tests/
CMakeLists.txt 41 string(REGEX REPLACE "-stdlib=[a-zA-Z+]*" "" CMAKE_CXX_FLAGS ${CMAKE_CXX_FLAGS})
  /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/common/dist/zlib/
CMakeLists.txt 133 string(REGEX REPLACE ".*#define[ \t]+ZLIB_VERSION[ \t]+\"([-0-9A-Za-z.]+)\".*"

Completed in 20 milliseconds