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

/freebsd-current/bin/pax/
H A Dpat_rep.h46 } REPLACE; typedef in typeref:struct:replace
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;
112 if ((rep = (REPLACE *)malloc(sizeof(REPLACE))) == NULL) {
831 REPLACE *pt;
/freebsd-current/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-current/usr.bin/ar/
H A Dacplex.l63 REPLACE|replace { return (REPLACE); }
H A Dacpyacc.y99 %token REPLACE
207 : REPLACE mod_list { arscp_replace($2); }
/freebsd-current/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-current/usr.bin/sed/
H A Ddefs.h135 REPLACE, /* Replace the contents. */ enumerator in enum:e_spflag
H A Dprocess.c104 for (linenum = 0; mf_fgets(&PS, REPLACE);) {
154 cspace(&PS, hs, hsl, REPLACE);
161 cspace(&HS, ps, psl, REPLACE);
177 if (!mf_fgets(&PS, REPLACE))
256 cspace(&HS, "", 0, REPLACE);
371 cspace(&HS, "", 0, REPLACE);
755 if (spflag == REPLACE)
/freebsd-current/usr.bin/calendar/
H A Dio.c413 #define REPLACE(string, slen, struct_) \ macro
536 REPLACE("Easter=", 7, neaster);
537 REPLACE("Paskha=", 7, npaskha);
538 REPLACE("ChineseNewYear=", 15, ncny);
539 REPLACE("NewMoon=", 8, nnewmoon);
540 REPLACE("FullMoon=", 9, nfullmoon);
541 REPLACE("MarEquinox=", 11, nmarequinox);
542 REPLACE("SepEquinox=", 11, nsepequinox);
543 REPLACE("JunSolstice=", 12, njunsolstice);
544 REPLACE("DecSolstic
[all...]
/freebsd-current/sys/netinet6/
H A Din6_src.c154 #define REPLACE(r) do {\ macro
346 REPLACE(0);
354 REPLACE(2);
359 REPLACE(2);
369 REPLACE(3);
382 REPLACE(5);
398 REPLACE(6);
418 REPLACE(7);
427 REPLACE(7);
439 REPLACE(
[all...]
/freebsd-current/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-current/contrib/dialog/
H A Ddlg_keys.c473 CURSES_NAME(REPLACE),
/freebsd-current/sys/ufs/ffs/
H A Dffs_alloc.c2405 #define REPLACE 3 /* if not found, error else unhash and reallocate it */ macro
2489 * Allocate if requested (NEW, REPLACE, SINGLE).
2522 case REPLACE:
2523 KASSERT(tp != NULL, ("trim_lookup: missing REPLACE trim"));
2733 * building, using the REPLACE alloctype, we request that
2749 ntp = trim_lookup(ump, devvp, bno, size, inum, key, REPLACE);

Completed in 266 milliseconds