Home
last modified time | relevance | path

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

/src/usr.sbin/rpc.ypupdated/
H A Dupdate.c84 FILE *childargs; in mapupdate() local
100 pid = _openchild(updater, &childargs, &childrslt); in mapupdate()
108 (void)fprintf(childargs, "%s\n", requester); in mapupdate()
109 (void)fprintf(childargs, "%u\n", op); in mapupdate()
110 (void)fprintf(childargs, "%u\n", keylen); in mapupdate()
111 (void)fwrite(key, (int)keylen, 1, childargs); in mapupdate()
112 (void)fprintf(childargs, "\n"); in mapupdate()
113 (void)fprintf(childargs, "%u\n", datalen); in mapupdate()
114 (void)fwrite(data, (int)datalen, 1, childargs); in mapupdate()
115 (void)fprintf(childargs, "\n"); in mapupdate()
[all …]