'C'에 해당되는 글 289건
- 2019.09.30 close(2) - 열려진 파일을 닫습니다.
- 2019.09.30 execlp(3) - PATH 설정된 프로그램 실행(list식 argument)
- 2019.09.30 execle(3) - 프로그램 실행(list식 argument 및 환경변수 설정)
- 2019.09.30 execl(3) - 프로그램 실행(list식 argument)
- 2019.09.30 fchown(2) - 파일의 owner 및 group 변경
- 2019.09.30 lchown(2) - 파일의 owner 및 group 변경
- 2019.09.30 chown(2) - 파일의 owner 및 group 변경
- 2019.09.30 _exit(2) - 프로세스 종료하기
- 2019.09.30 utime(2) - file의 최종 접근 및 최종 변경시간 변경
- 2019.09.30 nanosleep(2) - 설정된 nano초(nanosecond: 10억분의 1초) 동안 대기
- 2019.09.30 strptime(3) - format된 문자열 시간을 struct tm으로 변환
- 2019.09.30 strftime(3) - struct tm을 format된 문자열로 변환
- 2019.09.30 mktime(3) - struct tm를 time_t로 변환
- 2019.09.30 asctime_r(3) - struct tm 구조체를 날짜 및 시간 표시 문자열로 변환(thread-safe)
- 2019.09.30 asctime(3) - struct tm 구조체를 날짜 및 시간 표시 문자열로 변환 1
- 2019.09.30 ctime_r(3) - 초단위 시간을 문자열로 변환(thread-safe)
- 2019.09.30 ctime(3) - 초단위 시간을 문자열로 변환
- 2019.09.30 gmtime_r(3) - 초단위의 시간을 국제표준시(UTC) struct tm으로 변환(thread-safe)
- 2019.09.30 gmtime(3) - 초단위의 시간을 국제표준시(UTC) struct tm으로 변환
- 2019.09.30 localtime_r(3) - 지역시간 struct tm 타입으로 변환(thread-safe)
- 2019.09.30 localtime(3) - 초단위 시간을 지역시간 struct tm 타입으로 변환
- 2019.09.29 time(2) - 초단위의 현재 시간 얻기
- 2019.09.29 waitpid(2) - child process의 상태변화 대기
- 2019.09.29 wait(2) - child process의 상태변화 대기
- 2019.09.29 settimeofday(2) - 시스템 시간을 변경하기(micro초 단위)
- 2019.09.29 gettimeofday(2) - micro초단위의 시간 얻기
- 2019.09.29 umask(2) - 파일 및 디렉토리의 생성권한을 통제하는 mask값 설정
- 2019.09.29 fchmod(2) - 파일의 접근 권한(permission) 변경
- 2019.09.29 chmod(2) - 파일의 접근 권한(permission) 변경
- 2019.09.29 sendto(2) - datagram 데이터를 전송하는 함수