Home
last modified time | relevance | path

Searched refs:childargs (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/keyserv/
H A Dupdate.c75 FILE *childargs; local
108 pid = _openchild(updater, &childargs, &childrslt);
115 (void) fprintf(childargs, "%s\n", name);
116 (void) fprintf(childargs, "%u\n", op);
117 (void) fprintf(childargs, "%u\n", namelen);
118 (void) fwrite(name, namelen, 1, childargs);
119 (void) fprintf(childargs, "\n");
120 (void) fprintf(childargs, "%u\n", datalen);
121 (void) fwrite(data, datalen, 1, childargs);
122 (void) fprintf(childargs, "\n");
[all …]
/illumos-gate/usr/src/cmd/ypcmd/ypupdated/
H A Drpc.ypupdated.c280 FILE *childargs; in update() local
313 pid = _openchild(updater, &childargs, &childrslt); in update()
322 fprintf(childargs, "%s\n", requester); in update()
323 fprintf(childargs, "%u\n", op); in update()
324 fprintf(childargs, "%u\n", keylen); in update()
325 fwrite(key, keylen, 1, childargs); in update()
326 fprintf(childargs, "\n"); in update()
327 fprintf(childargs, "%u\n", datalen); in update()
328 fwrite(data, datalen, 1, childargs); in update()
329 fprintf(childargs, "\n"); in update()
[all …]