Searched refs:buffersize (Results 1 – 3 of 3) sorted by relevance
/titanic_50/usr/src/lib/libfsmgt/common/ |
H A D | fileutil.c | 44 static char *retrieve_string(FILE *fp, char *line, int buffersize); 244 retrieve_string(FILE *fp, char *line, int buffersize) in retrieve_string() argument 250 fileutil_getline(fp, line, buffersize)) != NULL) { in retrieve_string()
|
/titanic_50/usr/src/cmd/latencytop/common/ |
H A D | dwrapper.c | 94 unsigned int buffersize; in aggwalk_call() local 128 buffersize = (stack_depth * (2 * PATH_MAX + 2) + 1) * sizeof (char); in aggwalk_call() 129 buffer = (char *)lt_malloc(buffersize); in aggwalk_call() 131 ptrsize = buffersize; in aggwalk_call() 156 ptr = &buffer[buffersize-1]; in aggwalk_call()
|
/titanic_50/usr/src/cmd/cmd-inet/usr.bin/ |
H A D | rcp.c | 544 size_t buffersize; in toremote() local 548 buffersize = RCP_BUFSIZE; in toremote() 584 (void) snprintf(bp, buffersize, "'%s%s%s:%s'", in toremote() 591 (void) snprintf(bp, buffersize, "'%s%s%s:%s'", in toremote() 604 (void) snprintf(bp, buffersize, in toremote() 715 (void) snprintf(bp, buffersize, in toremote() 735 (void) snprintf(bp, buffersize, in toremote() 762 buffersize, in toremote() 795 size_t buffersize; in tolocal() local 799 buffersize = RCP_BUFSIZE; in tolocal() [all …]
|