/illumos-gate/usr/src/lib/libast/common/sfio/ |
H A D | sfclose.c | 52 { reg Sfio_t* pop; local 54 if(!(pop = (*_Sfstack)(f,NIL(Sfio_t*))) ) 57 if(sfclose(pop) < 0) 58 { (*_Sfstack)(f,pop);
|
/illumos-gate/usr/src/uts/common/cpr/ |
H A D | cpr_stat.c | 271 cpr_convert_promtime(cpr_time_t *pop) argument 296 pop->tv_sec = startp->tv_sec - min_promtime;
|
/illumos-gate/usr/src/lib/libm/common/m9x/ |
H A D | __fex_i386.c | 1162 /* pop the saved stack */ 1163 static void pop(ucontext_t *uap) function 1301 pop(uap); 1312 pop(uap); 1313 pop(uap); 1345 pop(uap); 1369 pop(uap); 1385 pop(uap); 1434 pop(uap); 1470 pop(ua [all...] |
/illumos-gate/usr/src/cmd/sh/ |
H A D | io.c | 85 pop(void) function
|
/illumos-gate/usr/src/cmd/streams/strcmd/ |
H A D | strchg.c | 120 short pop; /* TRUE if -p */ local 135 error = fromfile = is_a_tty = pop = popall = popupto = push = FALSE; 172 case 'a': /* pop All */ 180 if (pop || push) 189 if (fromfile || pop) 201 pop = TRUE; 204 case 'u': /* pop Upto */ 226 if (!pop && (popall || popupto)) { 228 "%s: -p option must be used with -a or -u to pop modules\n", 240 if (fromfile || pop) { [all...] |
/illumos-gate/usr/src/lib/libcurses/screen/ |
H A D | tparm.c | 56 * print pop() as in printf(3), as defined in the local 60 * %c print pop() like %c in printf(3) 61 * %l pop() a string address and push its length. 71 * %+ %- %* %/ %m arithmetic (%m is mod): push(pop() op pop()) 72 * %& %| %^ bit operations: push(pop() op pop()) 73 * %= %> %< logical operations: push(pop() op pop()) 74 * %A %O logical AND, OR push(pop() o 130 pop(STACK *st) function [all...] |
/illumos-gate/usr/src/common/ctf/ |
H A D | ctf_open.c | 207 ulong_t pop[CTF_K_MAX + 1] = { 0 }; local 279 pop[CTF_K_STRUCT]++; 281 pop[tp->ctt_type]++; 299 pop[kind]++; 316 if ((err = ctf_hash_create(&fp->ctf_structs, pop[CTF_K_STRUCT])) != 0) 319 if ((err = ctf_hash_create(&fp->ctf_unions, pop[CTF_K_UNION])) != 0) 322 if ((err = ctf_hash_create(&fp->ctf_enums, pop[CTF_K_ENUM])) != 0) 326 pop[CTF_K_INTEGER] + pop[CTF_K_FLOAT] + pop[CTF_K_FUNCTIO [all...] |
/illumos-gate/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb.c | 668 int pop = (mdb.m_in != NULL && local 676 * If a syntax error or other failure has occurred, pop all 728 if (MDB_ERR_IS_FATAL(err) || pop != 0 ||
|
/illumos-gate/usr/src/uts/common/kiconv/kiconv_ja/ |
H A D | kiconv_ja.c | 235 char **pop, /* point pointer to output buf */ 239 char *op = *pop; 269 /* update *pop and *poleft only on successful return */ 270 *pop = op; 233 write_unicode( uint_t u32, char **pop, size_t *poleft, int *errno) argument
|
/illumos-gate/usr/src/lib/libnisdb/ |
H A D | db_table.cc | 149 db_free_list::pop() function in class:db_free_list 151 WRITELOCK(this, NULL, "w db_free_list::pop"); 153 WRITEUNLOCK(this, NULL, "wu db_free_list::pop"); 161 WRITEUNLOCK(this, found, "wu db_free_list::pop"); 663 entryp where = freelist.pop();
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/ |
H A D | rlogin.c | 234 pop(int status) { function 252 pop(EXIT_FAILURE); 724 pop(EXIT_FAILURE); 737 pop(EXIT_FAILURE); 862 pop(status);
|
/illumos-gate/usr/src/cmd/dc/ |
H A D | dc.c | 152 arg1 = pop(); 154 arg2 = pop(); 159 p = pop(); 187 p = pop(); 202 p = pop(); 226 arg1 = pop(); 230 arg2 = pop(); 263 p = pop(); 282 p = pop(); 313 p = pop(); 1242 pop(void) function [all...] |
/illumos-gate/usr/src/common/smbios/ |
H A D | smb_info.c | 552 smbios_info_port(smbios_hdl_t *shp, id_t id, smbios_port_t *pop) argument 564 bzero(pop, sizeof (smbios_port_t)); 566 pop->smbo_iref = smb_strptr(stp, p.smbpo_iref); 567 pop->smbo_eref = smb_strptr(stp, p.smbpo_eref); 569 pop->smbo_itype = p.smbpo_itype; 570 pop->smbo_etype = p.smbpo_etype; 571 pop->smbo_ptype = p.smbpo_ptype;
|
/illumos-gate/usr/src/lib/libast/common/misc/ |
H A D | optget.c | 409 * pop the push stack 413 pop(register Push_t* psp) function 1386 pop(psp); 3198 psp = pop(psp); 3700 pop(psp); 4537 psp = pop(psp); 4815 pop(psp); 4838 pop(psp); 4856 pop(psp); 4882 pop(ps [all...] |