Searched defs:arch (Results 26 - 27 of 27) sorted by relevance

12

/illumos-gate/usr/src/cmd/sgs/libconv/common/
H A Dcorenote.c884 enum { ARCH_NONE, ARCH_X86, ARCH_SPARC } arch; local
932 arch = ARCH_X86;
938 arch = ARCH_X86;
942 arch = ARCH_NONE;
964 switch (arch) {
975 switch (arch) {
/illumos-gate/usr/src/cmd/tar/
H A Dtar.c477 static int defset(char *arch);
5430 * - the pattern specified by 'arch' must be followed by four
5437 defset(char *arch) argument
5448 if ((bp = defread(arch)) == NULL) {
5451 arch, DEF_FILE);
5456 "tar: '%s' entry in %s is empty!\n"), arch, DEF_FILE);
5462 arch, DEF_FILE);
5469 arch, DEF_FILE);
5478 dlog("defset: archive='%s'; usefile='%s'\n", arch, usefile);

Completed in 83 milliseconds

12