Home
last modified time | relevance | path

Searched refs:REPLACE (Results 1 – 25 of 44) sorted by relevance

12

/freebsd/contrib/mtree/
H A Dspec.c489 #define REPLACE(x) cur->x = new->x in replacenode() macro
498 REPLACE(type); in replacenode()
510 REPLACE(st_size); in replacenode()
511 REPLACE(st_mtimespec); in replacenode()
520 REPLACE(st_uid); in replacenode()
521 REPLACE(st_gid); in replacenode()
522 REPLACE(st_mode); in replacenode()
523 REPLACE(st_rdev); in replacenode()
524 REPLACE(st_flags); in replacenode()
525 REPLACE(st_nlink); in replacenode()
[all …]
/freebsd/usr.bin/calendar/
H A Dio.c413 #define REPLACE(string, slen, struct_) \ macro
536 REPLACE("Easter=", 7, neaster); in cal_parse()
537 REPLACE("Paskha=", 7, npaskha); in cal_parse()
538 REPLACE("ChineseNewYear=", 15, ncny); in cal_parse()
539 REPLACE("NewMoon=", 8, nnewmoon); in cal_parse()
540 REPLACE("FullMoon=", 9, nfullmoon); in cal_parse()
541 REPLACE("MarEquinox=", 11, nmarequinox); in cal_parse()
542 REPLACE("SepEquinox=", 11, nsepequinox); in cal_parse()
543 REPLACE("JunSolstice=", 12, njunsolstice); in cal_parse()
544 REPLACE("DecSolstice=", 12, ndecsolstice); in cal_parse()
/freebsd/sys/netinet6/
H A Din6_src.c154 #define REPLACE(r) do {\ macro
346 REPLACE(0); in in6_selectsrc()
354 REPLACE(2); in in6_selectsrc()
359 REPLACE(2); in in6_selectsrc()
369 REPLACE(3); in in6_selectsrc()
382 REPLACE(5); in in6_selectsrc()
398 REPLACE(6); in in6_selectsrc()
418 REPLACE(7); in in6_selectsrc()
427 REPLACE(7); in in6_selectsrc()
439 REPLACE(8); in in6_selectsrc()
[all …]
/freebsd/contrib/elftoolchain/ar/
H A Dacplex.l65 REPLACE|replace { return (REPLACE); }
/freebsd/usr.bin/ar/
H A Dacplex.l63 REPLACE|replace { return (REPLACE); }
/freebsd/bin/pax/
H A Dpat_rep.c56 static REPLACE *rephead = NULL; /* replacement string list head */
57 static REPLACE *reptail = NULL; /* replacement string list tail */
87 REPLACE *rep; in rep_add()
112 if ((rep = (REPLACE *)malloc(sizeof(REPLACE))) == NULL) { in rep_add()
831 REPLACE *pt; in rep_name()
H A Dpat_rep.h46 } REPLACE; typedef
/freebsd/usr.bin/sed/
H A Dprocess.c104 for (linenum = 0; mf_fgets(&PS, REPLACE);) { in process()
154 cspace(&PS, hs, hsl, REPLACE); in process()
161 cspace(&HS, ps, psl, REPLACE); in process()
177 if (!mf_fgets(&PS, REPLACE)) in process()
256 cspace(&HS, "", 0, REPLACE); in process()
371 cspace(&HS, "", 0, REPLACE); in resetstate()
755 if (spflag == REPLACE) in cspace()
H A Ddefs.h135 REPLACE, /* Replace the contents. */ enumerator
/freebsd/sys/contrib/libsodium/contrib/
H A DFindsodium.cmake115 … 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"
/freebsd/contrib/tcpdump/cmake/Modules/
H A DFindPCAP.cmake174 string(REPLACE ";" ":" _pkg_config_path "${_pkg_config_path}")
175 string(REPLACE "\\ " " " _pkg_config_path "${_pkg_config_path}")
244 string(REPLACE "/bin/" "/bin/${ISAINFO_OUTPUT}/" PCAP_CONFIG "${PCAP_CONFIG}")
268 string(REGEX REPLACE "-I" "" _dir ${_arg})
301 string(REGEX REPLACE "-L" "" _dir ${_arg})
313 string(REGEX REPLACE "-l" "" _lib ${_arg})
336 string(REGEX REPLACE "-L" "" _dir ${_arg})
348 string(REGEX REPLACE "-l" "" _lib ${_arg})
/freebsd/contrib/ntp/sntp/libevent/cmake/
H A DAddCompilerFlags.cmake5 string(REGEX REPLACE "[-.+/:= ]" "_" _flag_esc "${flag}")
H A DCheckFunctionKeywords.cmake6 string(REGEX REPLACE "[-+/ ()]" "_" flagname "${flag}")
H A DMacros.cmake25 string(REGEX REPLACE "[./]" "_" FILE_UL ${FILE})
H A DUninstall.cmake.in8 string(REGEX REPLACE "\n" ";" files "${files}")
/freebsd/contrib/libevent/cmake/
H A DAddCompilerFlags.cmake5 string(REGEX REPLACE "[-.+/:= ]" "_" _flag_esc "${flag}")
H A DCheckFunctionKeywords.cmake6 string(REGEX REPLACE "[-+/ ()]" "_" flagname "${flag}")
H A DMacros.cmake25 string(REGEX REPLACE "[./]" "_" FILE_UL ${FILE})
H A DUninstall.cmake.in8 string(REGEX REPLACE "\n" ";" files "${files}")
/freebsd/contrib/libpcap/msdos/
H A Dmakefile.dj121 REPLACE = sed -e 's/\(.*\)\.o: /\n$$(OBJ_DIR)\/\1.o: /'
124 $(CC) -MM $(CFLAGS) $(SOURCES) | $(REPLACE) > .depend.dj
/freebsd/contrib/libcbor/test/
H A DCMakeLists.txt12 string(REGEX REPLACE ".*/([^/]+).c" "\\1" NAME ${TEST})
/freebsd/contrib/tcpdump/
H A Dcmake_uninstall.cmake.in6 string(REGEX REPLACE "\n" ";" files "${files}")
/freebsd/contrib/libpcap/
H A Dcmake_uninstall.cmake.in6 string(REGEX REPLACE "\n" ";" files "${files}")
/freebsd/contrib/googletest/googletest/cmake/
H A Dinternal_utils.cmake38 string(REPLACE "/MD" "-MT" ${flag_var} "${${flag_var}}")
42 string(REPLACE "-D_DLL" "" ${flag_var} "${${flag_var}}")
47 string(REPLACE "/W3" "/W4" ${flag_var} "${${flag_var}}")
52 string(REPLACE "/EHsc" "" ${flag_var} "${${flag_var}}")
/freebsd/contrib/libfido2/man/
H A DCMakeLists.txt303 string(REGEX REPLACE "\\.[13]$" "" g ${f})
312 string(REGEX REPLACE "\\.[13]$" "" g ${f})
365 string(REGEX REPLACE "\\.[13]$" "" f ${f})

12