Searched refs:REPLACE (Results 1 - 16 of 16) sorted by relevance

/freebsd-11-stable/bin/pax/
H A Dpat_rep.h51 } REPLACE; typedef in typeref:struct:replace
H A Dpat_rep.c66 static REPLACE *rephead = NULL; /* replacement string list head */
67 static REPLACE *reptail = NULL; /* replacement string list tail */
101 REPLACE *rep;
128 if ((rep = (REPLACE *)malloc(sizeof(REPLACE))) == NULL) {
859 REPLACE *pt;
/freebsd-11-stable/contrib/binutils/binutils/
H A Darlex.l55 "REPLACE" { return REPLACE; }
70 "replace" { return REPLACE; }
H A Darparse.y58 %token REPLACE
106 REPLACE modulename
/freebsd-11-stable/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-11-stable/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-11-stable/usr.bin/calendar/
H A Dio.c227 #define REPLACE(string, slen, struct_) \ macro
299 REPLACE("Easter=", 7, neaster);
300 REPLACE("Paskha=", 7, npaskha);
301 REPLACE("ChineseNewYear=", 15, ncny);
302 REPLACE("NewMoon=", 8, nnewmoon);
303 REPLACE("FullMoon=", 9, nfullmoon);
304 REPLACE("MarEquinox=", 11, nmarequinox);
305 REPLACE("SepEquinox=", 11, nsepequinox);
306 REPLACE("JunSolstice=", 12, njunsolstice);
307 REPLACE("DecSolstic
[all...]
/freebsd-11-stable/contrib/mtree/
H A Dspec.c489 #define REPLACE(x) cur->x = new->x macro
498 REPLACE(type);
510 REPLACE(st_size);
511 REPLACE(st_mtimespec);
520 REPLACE(st_uid);
521 REPLACE(st_gid);
522 REPLACE(st_mode);
523 REPLACE(st_rdev);
524 REPLACE(st_flags);
525 REPLACE(st_nlin
[all...]
/freebsd-11-stable/usr.bin/sed/
H A Ddefs.h136 REPLACE, /* Replace the contents. */ enumerator in enum:e_spflag
H A Dprocess.c106 for (linenum = 0; mf_fgets(&PS, REPLACE);) {
156 cspace(&PS, hs, hsl, REPLACE);
163 cspace(&HS, ps, psl, REPLACE);
179 if (!mf_fgets(&PS, REPLACE))
258 cspace(&HS, "", 0, REPLACE);
373 cspace(&HS, "", 0, REPLACE);
757 if (spflag == REPLACE)
/freebsd-11-stable/sys/netinet6/
H A Din6_src.c159 #define REPLACE(r) do {\ macro
357 REPLACE(0);
365 REPLACE(2);
370 REPLACE(2);
380 REPLACE(3);
393 REPLACE(5);
409 REPLACE(6);
429 REPLACE(7);
438 REPLACE(7);
450 REPLACE(
[all...]
/freebsd-11-stable/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-11-stable/contrib/subversion/subversion/libsvn_wc/
H A 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 INT
[all...]
/freebsd-11-stable/contrib/dialog/
H A Ddlg_keys.c382 CURSES_NAME(REPLACE),

Completed in 129 milliseconds