Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/keyserv/
H A Dupdate.c77 FILE *childargs; local
110 pid = _openchild(updater, &childargs, &childrslt);
117 (void) fprintf(childargs, "%s\n", name);
118 (void) fprintf(childargs, "%u\n", op);
119 (void) fprintf(childargs, "%u\n", namelen);
120 (void) fwrite(name, namelen, 1, childargs);
121 (void) fprintf(childargs, "\n");
122 (void) fprintf(childargs, "%u\n", datalen);
123 (void) fwrite(data, datalen, 1, childargs);
124 (void) fprintf(childargs, "\n");
[all …]
/titanic_41/usr/src/cmd/ypcmd/ypupdated/
H A Drpc.ypupdated.c290 FILE *childargs; local
323 pid = _openchild(updater, &childargs, &childrslt);
332 fprintf(childargs, "%s\n", requester);
333 fprintf(childargs, "%u\n", op);
334 fprintf(childargs, "%u\n", keylen);
335 fwrite(key, keylen, 1, childargs);
336 fprintf(childargs, "\n");
337 fprintf(childargs, "%u\n", datalen);
338 fwrite(data, datalen, 1, childargs);
339 fprintf(childargs, "\n");
[all …]
/titanic_41/usr/src/cmd/ypcmd/
H A Dypupdated.c307 FILE *childargs; local
320 pid = _openchild(updater, &childargs, &childrslt);
329 fprintf(childargs, "%s\n", requester);
330 fprintf(childargs, "%u\n", op);
331 fprintf(childargs, "%u\n", keylen);
332 fwrite(key, keylen, 1, childargs);
333 fprintf(childargs, "\n");
334 fprintf(childargs, "%u\n", datalen);
335 fwrite(data, datalen, 1, childargs);
336 fprintf(childargs, "\n");
[all …]