2008-05-29から1日間の記事一覧

lsコマンドのソース(FreeBSD版)つづき_3

c

487 /* 488 * We ignore errors from fts_children here since they will be 489 * replicated and signalled on the next call to fts_read() below. 490 */ 491 chp = fts_children(ftsp, 0); 492 if (chp != NULL) 493 display(NULL, chp, options); 494 …