/src/usr.bin/resize/ |
resize.c | 338 char newtc[TERMCAP_SIZE]; local in function:main 562 strncpy(newtc, termcap, (size_t) i); 563 sprintf(newtc + i, "%d", cols); 565 strcat(newtc, ptr); 568 if ((ptr = x_strindex(newtc, "li#")) == NULL) { 573 i = (int) (ptr - newtc) + 3; 574 strncpy(termcap, newtc, (size_t) i);
|
resize.c | 338 char newtc[TERMCAP_SIZE]; local in function:main 562 strncpy(newtc, termcap, (size_t) i); 563 sprintf(newtc + i, "%d", cols); 565 strcat(newtc, ptr); 568 if ((ptr = x_strindex(newtc, "li#")) == NULL) { 573 i = (int) (ptr - newtc) + 3; 574 strncpy(termcap, newtc, (size_t) i);
|
resize.c | 338 char newtc[TERMCAP_SIZE]; local in function:main 562 strncpy(newtc, termcap, (size_t) i); 563 sprintf(newtc + i, "%d", cols); 565 strcat(newtc, ptr); 568 if ((ptr = x_strindex(newtc, "li#")) == NULL) { 573 i = (int) (ptr - newtc) + 3; 574 strncpy(termcap, newtc, (size_t) i);
|
/src/sys/kern/ |
kern_tc.c | 278 struct timecounter *newtc, *tc; local in function:sysctl_kern_timecounter_hardware 303 for (newtc = timecounters; newtc != NULL; newtc = newtc->tc_next) { 304 if (strcmp(newname, newtc->tc_name) != 0) 307 (void)newtc->tc_get_timecount(newtc); 308 (void)newtc->tc_get_timecount(newtc); [all...] |
kern_tc.c | 278 struct timecounter *newtc, *tc; local in function:sysctl_kern_timecounter_hardware 303 for (newtc = timecounters; newtc != NULL; newtc = newtc->tc_next) { 304 if (strcmp(newname, newtc->tc_name) != 0) 307 (void)newtc->tc_get_timecount(newtc); 308 (void)newtc->tc_get_timecount(newtc); [all...] |
kern_tc.c | 278 struct timecounter *newtc, *tc; local in function:sysctl_kern_timecounter_hardware 303 for (newtc = timecounters; newtc != NULL; newtc = newtc->tc_next) { 304 if (strcmp(newname, newtc->tc_name) != 0) 307 (void)newtc->tc_get_timecount(newtc); 308 (void)newtc->tc_get_timecount(newtc); [all...] |