Searched defs:execp (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/nsswitch/nis/common/
H A Dgetexecattr.c98 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;
/illumos-gate/usr/src/lib/libsecdb/common/
H A Dgetexecattr.c178 execattr_t *execp = NULL; local
180 for (execp = exec; execp != NULL; execp = execp->next) {
181 if ((profname && execp->name &&
182 (strcmp(profname, execp->name) != 0)) ||
183 (type && execp->type && (strcmp(type, execp->type) != 0)) ||
184 (id && execp
[all...]
/illumos-gate/usr/src/ucbcmd/sed/
H A Dsed1.c110 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;
/illumos-gate/usr/src/uts/common/sys/1394/adapters/
H A Dhci1394_ixl.h133 ixl1394_command_t *execp; /* next ixlxfer cmd (along exec path) */ member in struct:hci1394_xfer_ctl

Completed in 59 milliseconds