Home
last modified time | relevance | path

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

12

/freebsd-12-stable/usr.bin/calendar/
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-stable/contrib/mtree/
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-12-stable/sys/netinet6/
Din6_src.c161 #define REPLACE(r) do {\ macro
356 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()
[all …]
/freebsd-12-stable/contrib/binutils/binutils/
Darlex.l55 "REPLACE" { return REPLACE; }
70 "replace" { return REPLACE; }
Darparse.y58 %token REPLACE
106 REPLACE modulename
/freebsd-12-stable/usr.bin/ar/
Dacplex.l65 REPLACE|replace { return (REPLACE); }
/freebsd-12-stable/contrib/elftoolchain/ar/
Dacplex.l65 REPLACE|replace { return (REPLACE); }
/freebsd-12-stable/bin/pax/
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;
Dpat_rep.h53 } REPLACE; typedef
/freebsd-12-stable/usr.bin/sed/
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()
Ddefs.h138 REPLACE, /* Replace the contents. */ enumerator
/freebsd-12-stable/contrib/subversion/subversion/libsvn_wc/
Dwc-queries.sql190 INSERT OR REPLACE INTO nodes (
302 INSERT OR REPLACE INTO nodes (
451 INSERT OR REPLACE INTO lock
600 REPLACE INTO actual_node (
997 INSERT OR REPLACE INTO nodes (
1016 INSERT OR REPLACE INTO nodes (wc_id, local_relpath, op_depth, parent_relpath,
1046 INSERT OR REPLACE INTO nodes (
1121 INSERT OR REPLACE INTO nodes (
1139 INSERT OR REPLACE INTO nodes (
1170 INSERT OR REPLACE INTO externals (
[all …]
/freebsd-12-stable/sys/contrib/libsodium/contrib/
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-stable/contrib/ntp/sntp/libevent/cmake/
DAddCompilerFlags.cmake5 string(REGEX REPLACE "[-.+/:= ]" "_" _flag_esc "${flag}")
DCheckFunctionKeywords.cmake6 string(REGEX REPLACE "[-+/ ()]" "_" flagname "${flag}")
DUninstall.cmake.in8 string(REGEX REPLACE "\n" ";" files "${files}")
DMacros.cmake25 string(REGEX REPLACE "[./]" "_" FILE_UL ${FILE})
DVersionViaGit.cmake44 string(REGEX REPLACE "[\\._-]" ";" VERSION_LIST "${GITVERSION}")
/freebsd-12-stable/contrib/libevent/cmake/
DAddCompilerFlags.cmake5 string(REGEX REPLACE "[-.+/:= ]" "_" _flag_esc "${flag}")
DCheckFunctionKeywords.cmake6 string(REGEX REPLACE "[-+/ ()]" "_" flagname "${flag}")
DUninstall.cmake.in8 string(REGEX REPLACE "\n" ";" files "${files}")
DMacros.cmake25 string(REGEX REPLACE "[./]" "_" FILE_UL ${FILE})
/freebsd-12-stable/contrib/libpcap/msdos/
Dmakefile.dj121 REPLACE = sed -e 's/\(.*\)\.o: /\n$$(OBJ_DIR)\/\1.o: /'
124 $(CC) -MM $(CFLAGS) $(SOURCES) | $(REPLACE) > .depend.dj
/freebsd-12-stable/contrib/libpcap/
Dcmake_uninstall.cmake.in6 string(REGEX REPLACE "\n" ";" files "${files}")
/freebsd-12-stable/contrib/libpcap/rpcapd/
DCMakeLists.txt149 string(REPLACE ".manadmin.in" ".${MAN_ADMIN_COMMANDS}" MANPAGE ${TEMPLATE_MANPAGE})
157 string(REPLACE ".manfile.in" ".${MAN_FILE_FORMATS}" MANPAGE ${TEMPLATE_MANPAGE})

12