Searched defs:prototype (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libsocket/socket/
H A D_soutil.c118 * Returns the pathname and a prototype value (to be passed into SO_PROTOTYPE)
123 char **pathp, int *prototype)
134 *prototype = 0;
136 *prototype = protocol;
122 _s_netconfig_path(int family, int type, int protocol, char **pathp, int *prototype) argument
H A Dsocket.c111 int prototype = 0; local
127 &devpath, &prototype) == -1) {
137 if (prototype != 0) {
139 (caddr_t)&prototype, (int)sizeof (prototype)) < 0) {
/illumos-gate/usr/src/cmd/abi/spectrans/spec2trace/
H A Dinterceptor.c69 char *prototype = symtab_get_prototype(), local
80 errlog(WARNING|INPUT, "No prototype for interface, "
94 * Emit "artificial" prototype here so that if there's a
95 * disagreement between it and the prototype contained in the
97 * First #undef the function to make sure the prototype in the header
98 * is exposed and to avoid breaking the artificial prototype if it's
107 s = strlen(prototype) + 2;
111 (void) strcpy(buf, prototype);
119 err, prototype);
130 (void) fprintf(Bodyfp, "static %s\n{\n", prototype);
[all...]

Completed in 45 milliseconds