Home
last modified time | relevance | path

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

/freebsd-12.1/usr.bin/calendar/
H A Dio.c228 #define REPLACE(string, slen, struct_) \ macro
303 REPLACE("Easter=", 7, neaster); in cal_parse()
304 REPLACE("Paskha=", 7, npaskha); in cal_parse()
305 REPLACE("ChineseNewYear=", 15, ncny); in cal_parse()
306 REPLACE("NewMoon=", 8, nnewmoon); in cal_parse()
307 REPLACE("FullMoon=", 9, nfullmoon); in cal_parse()
308 REPLACE("MarEquinox=", 11, nmarequinox); in cal_parse()
309 REPLACE("SepEquinox=", 11, nsepequinox); in cal_parse()
310 REPLACE("JunSolstice=", 12, njunsolstice); in cal_parse()
311 REPLACE("DecSolstice=", 12, ndecsolstice); in cal_parse()
/freebsd-12.1/contrib/llvm/tools/lld/
H A DCMakeLists.txt26 string(REGEX REPLACE "[ \t]*[\r\n]+[ \t]*" ";" LLVM_CONFIG_OUTPUT "${LLVM_CONFIG_OUTPUT}")
129 string(REGEX REPLACE "([0-9]+)\\.[0-9]+(\\.[0-9]+)?" "\\1" LLD_VERSION_MAJOR
131 string(REGEX REPLACE "[0-9]+\\.([0-9]+)(\\.[0-9]+)?" "\\1" LLD_VERSION_MINOR
144 string(REGEX REPLACE "(\r?\n)+" " " LLD_REPOSITORY ${LLD_REPOSITORY})
146 STRING(REGEX REPLACE "^[ \t\r\n]+" "" LLD_REPOSITORY "${LLD_REPOSITORY}" )
148 string(REGEX REPLACE "(\ )+$" "" LLD_REPOSITORY ${LLD_REPOSITORY})
153 string(REGEX REPLACE "(\r?\n)+" " " LLD_REVISION ${LLD_REVISION})
155 STRING(REGEX REPLACE "^[ \t\r\n]+" "" LLD_REVISION "${LLD_REVISION}" )
157 string(REGEX REPLACE "(\ )+$" "" LLD_REVISION ${LLD_REVISION})
/freebsd-12.1/contrib/mtree/
H A Dspec.c498 REPLACE(type); in replacenode()
510 REPLACE(st_size); 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()
526 REPLACE(cksum); in replacenode()
534 REPLACE(lineno); in replacenode()
[all …]
/freebsd-12.1/sys/netinet6/
H A Din6_src.c356 REPLACE(0); in in6_selectsrc()
364 REPLACE(2); in in6_selectsrc()
369 REPLACE(2); in in6_selectsrc()
379 REPLACE(3); in in6_selectsrc()
392 REPLACE(5); in in6_selectsrc()
408 REPLACE(6); in in6_selectsrc()
428 REPLACE(7); in in6_selectsrc()
437 REPLACE(7); in in6_selectsrc()
449 REPLACE(8); in in6_selectsrc()
455 REPLACE(9); in in6_selectsrc()
[all …]
/freebsd-12.1/contrib/binutils/binutils/
H A Darlex.l55 "REPLACE" { return REPLACE; }
70 "replace" { return REPLACE; }
H A Darparse.y58 %token REPLACE
106 REPLACE modulename
/freebsd-12.1/contrib/elftoolchain/ar/
H A Dacplex.l65 REPLACE|replace { return (REPLACE); }
H A Dacpyacc.y102 %token REPLACE
210 : REPLACE mod_list { arscp_replace($2); }
/freebsd-12.1/usr.bin/ar/
H A Dacplex.l65 REPLACE|replace { return (REPLACE); }
H A Dacpyacc.y102 %token REPLACE
210 : REPLACE mod_list { arscp_replace($2); }
/freebsd-12.1/bin/pax/
H A Dpat_rep.c68 static REPLACE *rephead = NULL; /* replacement string list head */
69 static REPLACE *reptail = NULL; /* replacement string list tail */
103 REPLACE *rep;
130 if ((rep = (REPLACE *)malloc(sizeof(REPLACE))) == NULL) {
861 REPLACE *pt;
H A Dpat_rep.h53 } REPLACE; typedef
/freebsd-12.1/usr.bin/sed/
H A Dprocess.c109 for (linenum = 0; mf_fgets(&PS, REPLACE);) { in process()
159 cspace(&PS, hs, hsl, REPLACE); in process()
166 cspace(&HS, ps, psl, REPLACE); in process()
182 if (!mf_fgets(&PS, REPLACE)) in process()
261 cspace(&HS, "", 0, REPLACE); in process()
376 cspace(&HS, "", 0, REPLACE); in resetstate()
760 if (spflag == REPLACE) in cspace()
H A Ddefs.h138 REPLACE, /* Replace the contents. */ enumerator
/freebsd-12.1/contrib/subversion/subversion/libsvn_wc/
H A Dwc-queries.sql179 INSERT OR REPLACE INTO nodes (
291 INSERT OR REPLACE INTO nodes (
440 INSERT OR REPLACE INTO lock
589 REPLACE INTO actual_node (
986 INSERT OR REPLACE INTO nodes (
1035 INSERT OR REPLACE INTO nodes (
1110 INSERT OR REPLACE INTO nodes (
1128 INSERT OR REPLACE INTO nodes (
1159 INSERT OR REPLACE INTO externals (
1303 INSERT OR REPLACE INTO actual_node (
[all …]
/freebsd-12.1/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-12.1/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-12.1/contrib/libpcap/
H A Dcmake_uninstall.cmake.in6 string(REGEX REPLACE "\n" ";" files "${files}")
H A DCMakeLists.txt52 string(REPLACE "=" "-" _temp_option_variable ${_option})
53 string(REGEX REPLACE "^-" "" _option_variable ${_temp_option_variable})
159 …string(REPLACE "${SYSTEM_VERSION_MAJOR}." "" SYSTEM_MINOR_AND_PATCH_VERSION ${CMAKE_SYSTEM_VERSION…
269 string(REPLACE "." "," PACKAGE_VERSION_PREDLL ${PACKAGE_VERSION_NOSUFFIX})
328 string(REGEX REPLACE "/MD" "/MT" ${RT_FLAG} "${${RT_FLAG}}")
2248 string(REPLACE ".in" "" MANPAGE ${TEMPLATE_MANPAGE})
2272 string(REPLACE ".manfile.in" ".${MAN_FILE_FORMATS}" MANPAGE ${TEMPLATE_MANPAGE})
2280 string(REPLACE ".manmisc.in" ".${MAN_MISC_INFO}" MANPAGE ${TEMPLATE_MANPAGE})
/freebsd-12.1/contrib/googletest/googletest/cmake/
H A Dinternal_utils.cmake35 string(REPLACE "/MD" "-MT" ${flag_var} "${${flag_var}}")
40 string(REPLACE "/W3" "/W4" ${flag_var} "${${flag_var}}")
45 string(REPLACE "/EHsc" "" ${flag_var} "${${flag_var}}")
/freebsd-12.1/contrib/dialog/
H A Ddlg_keys.c382 CURSES_NAME(REPLACE),
/freebsd-12.1/contrib/apr/
H A DCMakeLists.txt352 STRING(REGEX REPLACE ".*/([^\\]+)\\.c" "\\1" proggie ${sourcefile})
/freebsd-12.1/sys/ufs/ffs/
H A Dffs_alloc.c2341 #define REPLACE 3 /* if not found, error else unhash and reallocate it */ macro
2462 case REPLACE:
2677 ntp = trim_lookup(ump, devvp, bno, size, inum, key, REPLACE);
/freebsd-12.1/contrib/binutils/binutils/doc/
H A Dbinutils.texi633 @item REPLACE @var{module}, @var{module}, @dots{} @var{module}
635 the @code{REPLACE} arguments) from files in the current working directory.
/freebsd-12.1/contrib/gcc/
H A DChangeLog-200116953 the update always not just when REPLACE is set.