| /onnv/onnv-gate/usr/src/lib/libast/common/sfio/ |
| 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);
|
| /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/in.ftpd/ |
| popen.c | 69 char **pop, *vv[2]; local 128 if (!(pop = ftpglob(argv[argc])) || globerr != NULL) { /* globbing failed */ 129 if (pop) { 130 blkfree(pop); 131 free((char *) pop); 135 pop = copyblk(vv); 137 argv[argc] = (char *) pop; /* save to free later */ 138 while (*pop) { 139 gargv[gargc++] = *pop++;
|
| /onnv/onnv-gate/usr/src/cmd/sh/ |
| io.c | 85 pop(void) function
|
| /onnv/onnv-gate/usr/src/cmd/streams/strcmd/ |
| 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) 197 case 'p': /* 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" [all...] |
| /onnv/onnv-gate/usr/src/lib/libcurses/screen/ |
| tparm.c | 58 * print pop() as in printf(3), as defined in the local 62 * %c print pop() like %c in printf(3) 63 * %l pop() a string address and push its length. 73 * %+ %- %* %/ %m arithmetic (%m is mod): push(pop() op pop()) 74 * %& %| %^ bit operations: push(pop() op pop()) 75 * %= %> %< logical operations: push(pop() op pop()) 76 * %A %O logical AND, OR push(pop() op pop() 132 pop(STACK *st) function [all...] |
| /onnv/onnv-gate/usr/src/common/ctf/ |
| ctf_open.c | 206 ulong_t pop[CTF_K_MAX + 1] = { 0 }; local 278 pop[CTF_K_STRUCT]++; 280 pop[tp->ctt_type]++; 298 pop[kind]++; 315 if ((err = ctf_hash_create(&fp->ctf_structs, pop[CTF_K_STRUCT])) != 0) 318 if ((err = ctf_hash_create(&fp->ctf_unions, pop[CTF_K_UNION])) != 0) 321 if ((err = ctf_hash_create(&fp->ctf_enums, pop[CTF_K_ENUM])) != 0) 325 pop[CTF_K_INTEGER] + pop[CTF_K_FLOAT] + pop[CTF_K_FUNCTION] [all...] |
| /onnv/onnv-gate/usr/src/lib/libnisdb/ |
| 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();
|
| /onnv/onnv-gate/usr/src/cmd/mdb/common/mdb/ |
| mdb.c | 654 int pop = (mdb.m_in != NULL && local 662 * If a syntax error or other failure has occurred, pop all 714 if (MDB_ERR_IS_FATAL(err) || pop != 0 || [all...] |
| /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.bin/ |
| rlogin.c | 234 pop(int status) { function 237 * Pop ttcompat module 252 pop(EXIT_FAILURE); 725 pop(EXIT_FAILURE); 738 pop(EXIT_FAILURE); 863 pop(status);
|
| /onnv/onnv-gate/usr/src/cmd/dc/ |
| 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...] |
| /onnv/onnv-gate/usr/src/cmd/bfs/ |
| bfs.c | 144 static int pop(int s[]); 1230 infildes = pop(fstack); 1247 if ((infildes = pop(fstack)) == -1) quit(); 1353 pop(int s[]) function
|
| /onnv/onnv-gate/usr/src/lib/libast/common/misc/ |
| optget.c | 401 * pop the push stack 405 pop(register Push_t* psp) function 1356 pop(psp); [all...] |
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ |
| op.c | 6461 OP* pop = (o->op_type == OP_PADAV) ? local [all...] |