代码搜索结果
找到约 10,000 项符合
S 的代码
umask.c
#include "apue.h"
#include
#define RWRWRW (S_IRUSR|S_IWUSR|S_IRGRP|S_IWGRP|S_IROTH|S_IWOTH)
int
main(void)
{
umask(0);
if (creat("foo", RWRWRW) < 0)
err_sys("creat error for foo");
um
strrem.m
% function s = strrem(s1)
% 去掉函数中的 {}
function s = strrem(s1)
str_len=length(s1);
s2='{'; s3='}'; s4='>';
s5='
s.h
/*K 8 S.H LCDIcon FileDescriptor: Do not edit or move */
/* Put Your Comments Here */
#define S_BMP_COLS 8
#define S_BMP_ROWS 8
const char code lcd_s[] =
{
0x00, /* ........ */
0x22
umask.c
#include "apue.h"
#include
#define RWRWRW (S_IRUSR|S_IWUSR|S_IRGRP|S_IWGRP|S_IROTH|S_IWOTH)
int
main(void)
{
umask(0);
if (creat("foo", RWRWRW) < 0)
err_sys("creat error for foo");
um
fig4.9
#include "apue.h"
#include
#define RWRWRW (S_IRUSR|S_IWUSR|S_IRGRP|S_IWGRP|S_IROTH|S_IWOTH)
int
main(void)
{
umask(0);
if (creat("foo", RWRWRW) < 0)
err_sys("creat error for foo");
um
umask.c
#include "apue.h"
#include
#define RWRWRW (S_IRUSR|S_IWUSR|S_IRGRP|S_IWGRP|S_IROTH|S_IWOTH)
int
main(void)
{
umask(0);
if (creat("foo", RWRWRW) < 0)
err_sys("creat error for foo");
um
fig4.9
#include "apue.h"
#include
#define RWRWRW (S_IRUSR|S_IWUSR|S_IRGRP|S_IWGRP|S_IROTH|S_IWOTH)
int
main(void)
{
umask(0);
if (creat("foo", RWRWRW) < 0)
err_sys("creat error for foo");
um