/illumos-gate/usr/src/lib/libcurses/screen/ |
H A D | V3.m_newterm.c | 49 m_newterm(char *type, FILE *outfptr, FILE *infptr) argument 51 return (newterm(type, outfptr, infptr));
|
H A D | V3.newterm.c | 51 newterm(char *type, FILE *outfptr, FILE *infptr) argument 54 return (newscreen(type, 0, 0, 0, outfptr, infptr));
|
H A D | _newterm.c | 49 newterm(char *type, FILE *fout, FILE *fin) argument 51 return (newscreen(type, 0, 0, 0, fout, fin));
|
/illumos-gate/usr/src/cmd/sgs/libconv/common/ |
H A D | data.c | 36 conv_elfdata_type(Elf_Type type, Conv_inv_buf_t *inv_buf) argument 52 if (type >= ELF_T_NUM) 53 return (conv_invalid_val(inv_buf, type, 0)); 55 return (MSG_ORIG(types[type]));
|
H A D | relocate_amd64.c | 64 conv_reloc_amd64_type(Word type, Conv_fmt_flags_t fmt_flags, argument 67 if (type >= R_AMD64_NUM) 68 return (conv_invalid_val(inv_buf, type, fmt_flags)); 69 return (MSG_ORIG(rels[type]));
|
H A D | relocate_i386.c | 67 conv_reloc_386_type(Word type, Conv_fmt_flags_t fmt_flags, argument 69 { if (type >= R_386_NUM) 70 return (conv_invalid_val(inv_buf, type, fmt_flags)); 71 return (MSG_ORIG(rels[type]));
|
H A D | relocate_sparc.c | 91 conv_reloc_SPARC_type(Word type, Conv_fmt_flags_t fmt_flags, argument 94 if (type >= R_SPARC_NUM) 95 return (conv_invalid_val(inv_buf, type, fmt_flags)); 96 return (MSG_ORIG(rels[type]));
|
H A D | symbols_machelf.c | 38 conv_sym_value(Half mach, uchar_t type, Addr value, Conv_inv_buf_t *inv_buf) argument 41 (mach == EM_SPARCV9)) && (type == STT_SPARC_REGISTER))
|
/illumos-gate/usr/src/cmd/geniconvtbl/ |
H A D | maptype.h | 41 itmc_map_type_t type; member in struct:__anon603
|
/illumos-gate/usr/src/tools/ctf/common/ |
H A D | symbol.c | 37 uchar_t type = GELF_ST_TYPE(sym->st_info); local 48 * linker, and will never have associated type information. 58 if (type == STT_OBJECT && sym->st_shndx == SHN_ABS &&
|
/illumos-gate/usr/src/lib/libast/common/sfio/ |
H A D | sfmutex.c | 31 int sfmutex(Sfio_t* f, int type) argument 33 int sfmutex(f, type) 35 int type; 39 NOTUSED(f); NOTUSED(type); 59 if(type == SFMTX_LOCK) 61 else if(type == SFMTX_TRYLOCK) 63 else if(type == SFMTX_UNLOCK) 65 else if(type == SFMTX_CLRLOCK)
|
/illumos-gate/usr/src/uts/intel/syscall/ |
H A D | install_utrap.c | 35 install_utrap(utrap_entry_t type, argument
|
/illumos-gate/usr/src/cmd/lp/cmd/lpadmin/ |
H A D | rmdest.c | 59 type; local 63 type = S_UNLOAD_PRINTER; 65 type = S_UNLOAD_CLASS; 68 send_message(type, dest, "", ""); 69 rc = output(type + 1);
|
/illumos-gate/usr/src/lib/libpp/common/ |
H A D | ppline.c | 34 static char type[5]; local 45 type[1] = PP_sync_ignore; 51 type[1] = ((pp.flags & PP_linetype) && !*pp.lineid && pp.lastfile) ? (line <= 1 ? (file == pp.firstfile ? PP_sync : PP_sync_push) : PP_sync_pop) : PP_sync; 58 type[1] = PP_sync; 60 if (!(pp.flags & PP_linetype) || *pp.lineid || type[1] == PP_sync) 61 type[0] = 0; 64 type[0] = ' '; 67 type[2] = ' '; 68 type[3] = PP_sync_hosted; 71 type[ [all...] |
H A D | ppincref.c | 26 * the type arg is inclusive or of PP_SYNC_* 32 ppincref(char* parent, char* file, int line, int type) argument 39 if (type & PP_SYNC_PUSH) 43 if (sp->type == IN_FILE)
|
H A D | ppmacref.c | 31 ppmacref(struct ppsymbol* sym, char* file, int line, int type, unsigned long sum) argument 39 p += sfsprintf(p, MAXTOKEN, "\n#%s %s:%s %s %d", dirname(PRAGMA), pp.pass, keyname(X_MACREF), sym->name, type); 40 if (type > 0)
|
/illumos-gate/usr/src/lib/libast/common/stdio/ |
H A D | _stdvbuf.c | 29 _stdsetvbuf(Sfio_t* f, char* buf, int type, size_t size) argument 31 return setvbuf(f, buf, type, size);
|
H A D | setvbuf.c | 27 setvbuf(Sfio_t* f, char* buf, int type, size_t size) argument 29 STDIO_INT(f, "setvbuf", int, (Sfio_t*, char*, int, size_t), (f, buf, type, size)) 31 if (type == _IOLBF) 35 else if (type == _IONBF) 40 else if (type == _IOFBF)
|
/illumos-gate/usr/src/uts/sparc/krtld/ |
H A D | kobj_convrelstr.c | 88 conv_reloc_SPARC_type(Word type) argument 93 if (type < R_SPARC_NUM) 94 return (rels[type]); 98 strbuf[ndx--] = '0' + (type % 10); 99 type = type / 10; 100 } while ((ndx >= (int)0) && (type > (Word)0));
|
/illumos-gate/usr/src/uts/intel/amd64/krtld/ |
H A D | kobj_convrelstr.c | 61 conv_reloc_amd64_type(Word type) argument 66 if (type < R_AMD64_NUM) 67 return (rels[type]); 71 strbuf[ndx--] = '0' + (type % 10); 72 type = type / 10; 73 } while ((ndx >= (int)0) && (type > (Word)0));
|
/illumos-gate/usr/src/uts/intel/ia32/krtld/ |
H A D | kobj_convrelstr.c | 64 conv_reloc_386_type(Word type) argument 69 if (type < R_386_NUM) 70 return (rels[type]); 74 strbuf[ndx--] = '0' + (type % 10); 75 type = type / 10; 76 } while ((ndx >= (int)0) && (type > (Word)0));
|
/illumos-gate/usr/src/cmd/lp/lib/msgs/ |
H A D | getmessage.c | 39 int getmessage ( char * buf, short type, ... ) argument 41 int getmessage (buf, type, va_alist) 43 short type; 52 va_start(arg, type); 57 rval = _getmessage(buf, type, arg);
|
H A D | putmessage.c | 37 int putmessage(char * buf, short type, ... ) argument 39 int putmessage(buf, type, va_alist) 41 short type; 50 va_start(arg, type); 55 size = _putmessage(buf, type, arg);
|
/illumos-gate/usr/src/lib/libsmbfs/netsmb/ |
H A D | smb_netshareenum.h | 10 uint16_t type; member in struct:share_info
|
/illumos-gate/usr/src/lib/libnisdb/ |
H A D | ldap_cto.c | 47 socket(int domain, int type, int protocol) { argument 63 ret = (*fptr) (domain, type, protocol);
|