HomeSort by: relevance | last modified time | path
    Searched defs:obsolete (Results 1 - 14 of 14) sorted by relevancy

  /src/usr.bin/head/
head.c 66 static void obsolete(char *[]);
84 obsolete(argv);
179 obsolete(char *argv[]) function in typeref:typename:void
  /src/usr.bin/tail/
tail.c 58 static void obsolete(char **);
108 obsolete(argv);
230 * Convert the obsolete argument form into something that getopt can handle.
235 obsolete(char *argv[]) function in typeref:typename:void
  /src/sys/dev/isa/
weaselreg.h 95 u_int8_t obsolete[30]; /* reserved for future use */ member in struct:weasel_config_block
  /src/usr.bin/tset/
tset.c 50 static void obsolete(char *[]);
88 obsolete(argv);
95 case 'a': /* OBSOLETE: map identifier to type */
98 case 'd': /* OBSOLETE: map identifier to type */
125 case 'n': /* OBSOLETE: set new tty driver */
127 case 'p': /* OBSOLETE: map identifier to type */
250 * Convert the obsolete argument form into something that getopt can handle.
254 obsolete(char *argv[]) function in typeref:typename:void
  /src/usr.bin/uniq/
uniq.c 62 static void obsolete(char *[]);
77 obsolete(argv);
232 obsolete(char *argv[]) function in typeref:typename:void
  /src/
Makefile 101 # do-obsolete: installs the obsolete sets (for the postinstall-* targets).
200 postinstall-fix-obsolete: .NOTMAIN .PHONY
201 @echo " === Removing obsolete files ==="
202 ${_POSTINSTALL_ENV} ${HOST_SH} ${_POSTINSTALL} -s ${.CURDIR} ${_POSTINSTALL_X11} -d ${DESTDIR:C/^\/$//}/ fix obsolete
206 @echo " === Removing obsolete files ==="
252 BUILDTARGETS+= do-obsolete
321 ${MAKEDIRTARGET} . postinstall-fix-obsolete
509 do-obsolete: .PHONY .MAKE
510 ${MAKEDIRTARGET} etc install-obsolete-list
    [all...]
  /src/sbin/restore/
main.c 86 static void obsolete(int *, char **[]);
106 obsolete(&argc, &argv);
331 * obsolete --
336 obsolete(int *argcp, char **argvp[]) function in typeref:typename:void
  /src/usr.bin/join/
join.c 114 static void obsolete(char **);
132 obsolete(argv);
539 obsolete(char **argv) function in typeref:typename:void
  /src/libexec/makewhatis/
makewhatis.c 1135 manpage *obsolete; local in function:processmanpages
1152 obsolete = mp;
1154 free(obsolete);
  /src/sbin/dump/
main.c 125 static void obsolete(int *, char **[]);
171 obsolete(&argc, &argv);
775 * obsolete --
780 obsolete(int *argcp, char **argvp[]) function in typeref:typename:void
  /src/etc/
Makefile 363 # install-obsolete-lists --
364 # Install var/db/obsolete set lists; this is performed by "make build"
366 OBSOLETE.dir= ${.OBJDIR}/obsolete.dir
367 OBSOLETE.files= base comp etc games gpufw man misc rescue text
369 OBSOLETE.files+= debug
372 OBSOLETE.files+= dtb
375 OBSOLETE.files+= modules
378 OBSOLETE.files+= tests
381 OBSOLETE.files+= xbase xcomp xetc xfont xserve
    [all...]
  /src/usr.sbin/sysinst/
gpt.c 163 * are deleted, we move them to the "obsolete" list so we
167 *obsolete; /* deleted partitions */ member in struct:gpt_disk_partitions
656 if (!gpt_insert_part_into_list(parts, &parts->obsolete,
1164 if (!gpt_insert_part_into_list(parts, &parts->obsolete,
1592 for (p = parts->obsolete; p != NULL; p = n) {
1598 parts->obsolete = NULL;
  /src/sys/dev/scsipi/
scsi_spc.h 377 uint8_t obsolete; member in struct:scsi_reserve_release_6
389 uint8_t obsolete; member in struct:scsi_reserve_release_10
515 /* 2*/ uint8_t segment; /* obsolete */
585 #define SKEY_EQUAL 0x0c /* obsolete */
  /src/sys/external/isc/libsodium/dist/src/libsodium/
Makefile.in 146 @MINIMAL_FALSE@ crypto_sign/ed25519/ref10/obsolete.c \
183 $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
378 crypto_sign/ed25519/ref10/obsolete.c \
406 @MINIMAL_FALSE@ crypto_sign/ed25519/ref10/libsodium_la-obsolete.lo \
1711 crypto_sign/ed25519/ref10/libsodium_la-obsolete.lo: \
2048 @AMDEP_TRUE@@am__include@ @am__quote@crypto_sign/ed25519/ref10/$(DEPDIR)/libsodium_la-obsolete.Plo@am__quote@
2771 crypto_sign/ed25519/ref10/libsodium_la-obsolete.lo: crypto_sign/ed25519/ref10/obsolete.c
2772 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_sign/ed25519/ref10/libsodium_la-obsolete.lo -MD -MP -MF crypto_sign/ed25519/ref10/$(DEPDIR)/libsodium_la-obsolete.Tpo -c -o crypto_sign/ed25519/ref10/libsodium_la-obsolete.lo `test -f 'crypto_sign/ed25519/ref10/o (…)
    [all...]

Completed in 23 milliseconds