/osnet-11/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));
|
H A D | tgetwch.c | 48 int c, n, type, width; local 57 type = TYPE(c); 58 width = cswidth[type] - ((type == 1 || type == 2) ? 0 : 1);
|
H A D | wgetwch.c | 45 int c, n, type, width; local 56 type = TYPE(c); 57 width = cswidth[type] - ((type == 1 || type == 2) ? 0 : 1);
|
/osnet-11/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)
|
/osnet-11/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)
|
/osnet-11/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)
|
/osnet-11/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);
|
/osnet-11/usr/src/lib/libast/common/disc/ |
H A D | memfatal.c | 48 nomalloc(Vmalloc_t* region, int type, void* obj, Vmdisc_t* disc) argument 53 switch (type)
|
H A D | sfdcslow.c | 31 static int slowexcept(Sfio_t* f, int type, Void_t* v, Sfdisc_t* disc) argument 33 static int slowexcept(f, type, v, disc) 35 int type; 44 switch (type)
|
/osnet-11/usr/src/lib/libast/common/tm/ |
H A D | tmweek.c | 44 * type is week type 55 tmweek(Tm_t* tm, int type, int week, int day) argument 63 week = (tm->tm_yday + offset[day][type]) / 7; 64 if (type == 2) 74 day = type != 0; 79 tm->tm_mday = week * 7 - offset[d][type] + ((day || type != 2) ? day : 7);
|
/osnet-11/usr/src/lib/udapl/udapl_tavor/common/ |
H A D | dapl_debug.c | 41 dapl_internal_dbg_log(DAPL_DBG_TYPE type, const char *fmt, ...) argument 45 if (type & g_dapl_dbg_type) {
|
/osnet-11/usr/src/lib/libsocket/inet/ |
H A D | getnetent.c | 62 getnetbyaddr(in_addr_t net, int type) argument 68 res = getnetbyaddr_r(net, type, b->result,
|
/osnet-11/usr/src/lib/libnsl/nss/ |
H A D | gethostby_door.c | 50 _door_gethostbyaddr_r(const char *addr, int length, int type, argument 54 length, type, result, buffer, buflen, h_errnop));
|
/osnet-11/usr/src/lib/libcontract/common/ |
H A D | device_dump.c | 50 uint_t type; local 57 type = ct_event_get_type(ev); 77 switch (type) {
|
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/crypto/old/ |
H A D | des_stringtokey.c | 46 int type; local 50 type = parm->data[0]; 52 else type = 0; 53 switch(type) {
|
/osnet-11/usr/src/grub/grub2/grub-core/commands/ |
H A D | lsmmap.c | 48 grub_memory_type_t type) 50 if (type < ARRAY_SIZE (names) && names[type]) 52 (long long) addr, (long long) size, _(names[type])); 54 grub_printf_ (N_("base_addr = 0x%llx, length = 0x%llx, type = 0x%x\n"), 55 (long long) addr, (long long) size, type); local 47 hook(grub_uint64_t addr, grub_uint64_t size, grub_memory_type_t type) argument
|
/osnet-11/usr/src/grub/grub2/grub-core/mmap/i386/ |
H A D | uppermem.c | 33 grub_memory_type_t type) 35 if (type != GRUB_MEMORY_AVAILABLE) 56 grub_memory_type_t type) 58 if (type != GRUB_MEMORY_AVAILABLE) 78 grub_memory_type_t type) 80 if (type != GRUB_MEMORY_AVAILABLE) 32 hook(grub_uint64_t addr, grub_uint64_t size, grub_memory_type_t type) argument 55 hook(grub_uint64_t addr, grub_uint64_t size, grub_memory_type_t type) argument 77 hook(grub_uint64_t addr, grub_uint64_t size, grub_memory_type_t type) argument
|
/osnet-11/usr/src/grub/grub2/grub-core/mmap/mips/ |
H A D | uppermem.c | 33 grub_memory_type_t type) 35 if (type != GRUB_MEMORY_AVAILABLE) 56 grub_memory_type_t type) 58 if (type != GRUB_MEMORY_AVAILABLE) 32 hook(grub_uint64_t addr, grub_uint64_t size, grub_memory_type_t type) argument 55 hook(grub_uint64_t addr, grub_uint64_t size, grub_memory_type_t type) argument
|
/osnet-11/usr/src/grub/grub-0.97/netboot/ |
H A D | isa.h | 14 int type; member in struct:isa_driver
|
/osnet-11/usr/src/lib/libast/common/cdt/ |
H A D | dtrestore.c | 40 reg int type; local 43 type = dt->data->type&DT_FLATTEN; 45 { if(!type) 52 type = 0; 54 dt->data->type &= ~DT_FLATTEN; 56 if(dt->data->type&(DT_SET|DT_BAG)) 58 if(type) /* restoring a flattened dictionary */ 77 { if(dt->data->type&(DT_OSET|DT_OBAG)) 79 else /*if(dt->data->type [all...] |