Searched refs:rawbuf (Results 1 - 10 of 10) sorted by relevance

/macosx-10.10/diskdev_cmds-576/fstyp.tproj/
H A Dfstyp_msdos.c104 static char rawbuf[32]; local
110 (void) strcpy(rawbuf, name);
112 (void) strcat(rawbuf, "/r");
113 (void) strcat(rawbuf, &dp[1]);
115 return (rawbuf);
H A Dfstyp_ntfs.c104 static char rawbuf[32]; local
110 (void) strcpy(rawbuf, name);
112 (void) strcat(rawbuf, "/r");
113 (void) strcat(rawbuf, &dp[1]);
115 return (rawbuf);
H A Dfstyp_udf.c222 static char rawbuf[32]; local
228 (void) strcpy(rawbuf, name);
230 (void) strcat(rawbuf, "/r");
231 (void) strcat(rawbuf, &dp[1]);
233 return (rawbuf);
/macosx-10.10/hfs-285/fstyp_hfs/
H A Dfstyp_hfs.c105 static char rawbuf[32]; local
111 (void) strcpy(rawbuf, name);
113 (void) strcat(rawbuf, "/r");
114 (void) strcat(rawbuf, &dp[1]);
116 return (rawbuf);
/macosx-10.10/diskdev_cmds-576/disklib/
H A Dpreen.c376 static char rawbuf[32]; local
382 (void)strncpy(rawbuf, name, sizeof(rawbuf));
384 (void)strlcat(rawbuf, "/r", sizeof(rawbuf));
385 (void)strlcat(rawbuf, &dp[1], sizeof(rawbuf));
386 return (rawbuf);
/macosx-10.10/ntp-92/ntpd/
H A Drefclock_jjy.c179 char rawbuf [ MAX_RAWBUF ] ; member in struct:jjyunit
430 up->rawbuf[up->charcount] = pp->a_lastcode[i] ;
432 while ( up->charcount > 0 && up->rawbuf[0] < ' ' ) {
433 for ( i = 0 ; i < up->charcount - 1 ; i ++ ) up->rawbuf[i] = up->rawbuf[i+1] ;
438 if ( up->rawbuf[i] < ' ' ) {
446 up->rawbuf[up->charcount] = 0 ;
490 up->rawbuf[i] = up->rawbuf[i+up->charexpect[up->linecount-1]] ;
506 strncat ( sLogText, up->rawbuf, MAX_LOGTEX
[all...]
/macosx-10.10/bind9-45.101/bind9/lib/dns/
H A Drdataslab.c135 unsigned char *rawbuf; local
266 rawbuf = isc_mem_get(mctx, buflen);
267 if (rawbuf == NULL) {
276 isc_mem_put(mctx, rawbuf, buflen);
283 region->base = rawbuf;
286 rawbuf += reservelen;
288 offsetbase = rawbuf;
291 *rawbuf++ = (nitems & 0xff00) >> 8;
292 *rawbuf++ = (nitems & 0x00ff);
296 rawbuf
[all...]
/macosx-10.10/diskdev_cmds-576/fsck.tproj/
H A Dfsck.c949 static char rawbuf[32]; local
964 (void)strlcpy(rawbuf, name, sizeof(rawbuf));
967 (void)strlcat(rawbuf, "/r", sizeof(rawbuf));
968 (void)strlcat(rawbuf, &dp[1], sizeof(rawbuf));
969 return (rawbuf);
/macosx-10.10/hfs-285/fsck_hfs/
H A Dutilities.c212 static char rawbuf[32]; local
218 (void)strlcpy(rawbuf, name, sizeof(rawbuf));
220 (void)strlcat(rawbuf, "/r", sizeof(rawbuf));
221 (void)strlcat(rawbuf, &dp[1], sizeof(rawbuf));
223 return (rawbuf);
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/dted/
H A Ddted.c207 Short *rawbuf; member in struct:__anon13201
308 if (tf->rawbuf) ckfree ((char *)tf->rawbuf);
931 tf.rawbuf = (Short *)ckalloc (fileWidth * fileHeight *
933 readDtedFile (handle, tf.rawbuf, fileWidth, fileHeight, opts.nchan,
946 remapShortValues (tf.rawbuf, fileWidth, fileHeight, opts.nchan,
971 rawbufPtr = tf.rawbuf + (fileHeight - 1 - y) * fileWidth * opts.nchan;

Completed in 95 milliseconds