| /onnv/onnv-gate/usr/src/lib/libsecdb/common/ |
| getexecattr.c | 179 execattr_t *execp = NULL; local 181 for (execp = exec; execp != NULL; execp = execp->next) { 182 if ((profname && execp->name && 183 (strcmp(profname, execp->name) != 0)) || 184 (type && execp->type && (strcmp(type, execp->type) != 0)) || 185 (id && execp->id && (strcmp(id, execp->id) != 0)) [all...] |
| /onnv/onnv-gate/usr/src/lib/nsswitch/nis/common/ |
| getexecattr.c | 98 execstr_t *execp = &exec; local 110 execp->name = _strtok_escape(strbuf, sep, &last); 111 execp->policy = _strtok_escape(NULL, sep, &last); 112 execp->type = _strtok_escape(NULL, sep, &last); 113 execp->res1 = _strtok_escape(NULL, sep, &last); 114 execp->res2 = _strtok_escape(NULL, sep, &last); 115 execp->id = _strtok_escape(NULL, sep, &last); 118 argp->returnval = execp;
|
| /onnv/onnv-gate/usr/src/ucbcmd/sed/ |
| sed1.c | 110 char *execp; local 133 if((execp = gline(linebuf)) == 0) { 137 spend = execp; 332 char *execp; local 504 if((execp = gline(linebuf)) == 0) { 509 spend = execp; 516 if((execp = gline(spend)) == 0) { 521 spend = execp;
|
| /onnv/onnv-gate/usr/src/uts/common/sys/1394/adapters/ |
| hci1394_ixl.h | 133 ixl1394_command_t *execp; /* next ixlxfer cmd (along exec path) */ member in struct:hci1394_xfer_ctl
|
| /onnv/onnv-gate/usr/src/uts/common/io/1394/adapters/ |
| hci1394_ixl_isr.c | 766 skipxferp = xferctlp->execp; [all...] |
| hci1394_ixl_comp.c | [all...] |