Searched refs:modep (Results 1 - 12 of 12) sorted by relevance

/macosx-10.10/shell_cmds-179/find/
H A Dls.c69 char modep[15]; local
72 (void)strmode(sb->st_mode, modep);
73 (void)printf("%s %3u %-*s %-*s ", modep, sb->st_nlink, MAXLOGNAME - 1,
/macosx-10.10/procmail-14/procmail/src/
H A Dfoldinfo.h19 foldertype Q((int type,int forcedir,mode_t*const modep,
H A Dfoldinfo.c111 int foldertype(type,forcedir,modep,paranoid)int type,forcedir;
112 mode_t*const modep;struct stat*const paranoid;
165 *modep=mode;
/macosx-10.10/file_cmds-242/mv/
H A Dmv.c242 char modep[15]; local
267 strmode(sb.st_mode, modep);
269 modep + 1, modep[9] == ' ' ? "" : " ",
/macosx-10.10/file_cmds-242/rm/
H A Drm.c491 char modep[15], *flagsp; local
508 strmode(sp->st_mode, modep);
512 modep + 1, modep[9] == ' ' ? "" : " ",
/macosx-10.10/vim-55/src/
H A Dmisc2.c3339 char_u *modep; local
3362 modep = p_mouseshape;
3365 modep = p_guicursor;
3366 while (*modep != NUL)
3368 colonp = vim_strchr(modep, ':');
3371 if (colonp == modep)
3373 commap = vim_strchr(modep, ',');
3380 while (modep < colonp || all_idx >= 0)
3385 if (modep[1] == '-' || modep[
[all...]
/macosx-10.10/screen-22/screen/
H A Dwindow.c1292 struct mode fakemode, *modep; local
1299 modep = &D_OldMode;
1304 modep = &fakemode;
1305 InitTTY(modep, 0);
1307 DebugTTY(modep);
1318 modep->tio.c_lflag &= ~ECHO;
1319 modep->tio.c_iflag &= ~ICRNL;
1321 modep->m_ttyb.sg_flags &= ~ECHO;
1325 SetTTY(newfd, modep);
/macosx-10.10/Heimdal-398.1.2/appl/telnet/libtelnet/
H A Dencrypt.c170 int *modep; member in struct:key_info
739 if (!(ep = (*kp->getcrypt)(*kp->modep))) {
765 encrypt_start_output(*kp->modep);
/macosx-10.10/libtelnet-13/
H A Dencrypt.c183 int *modep; member in struct:key_info
732 if (!(ep = (*kp->getcrypt)(*kp->modep))) {
759 encrypt_start_output(*kp->modep);
/macosx-10.10/BerkeleyDB-21/db/cxx/
H A Dcxx_env.cpp720 DBENV_METHOD(get_intermediate_dir_mode, (const char **modep), (dbenv, modep))
726 DBENV_METHOD(get_lg_filemode, (int *modep), (dbenv, modep))
/macosx-10.10/BerkeleyDB-21/db/env/
H A Denv_method.c791 __env_get_intermediate_dir_mode(dbenv, modep)
793 const char **modep;
795 *modep = dbenv->intermediate_dir_mode;
/macosx-10.10/zsh-61/zsh/Src/
H A Dutils.c2136 setblock_fd(int turnonblocking, int fd, long *modep) argument
2156 *modep = fcntl(fd, F_GETFL, 0);
2157 if (*modep != -1) {
2160 if ((*modep & NONBLOCK) ||
2161 !fcntl(fd, F_SETFL, *modep | NONBLOCK))
2163 } else if ((*modep & NONBLOCK) &&
2164 !fcntl(fd, F_SETFL, *modep & ~NONBLOCK)) {
2171 *modep = -1;

Completed in 294 milliseconds