Searched refs:theMode (Results 1 - 4 of 4) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/busybox/libbb/
H A Dparse_mode.c36 extern int parse_mode(const char *s, mode_t * theMode) argument
97 *theMode = strtol(--s, NULL, 8);
125 *theMode &= andMode;
126 *theMode |= orMode;
H A Dlibbb.h113 extern int parse_mode( const char* s, mode_t* theMode);
/asus-wl-520gu-7.0.1.45/src/router/busybox/
H A Dchmod_chown_chgrp.c40 static char *theMode = NULL; variable
67 if (parse_mode(theMode, &(statbuf->st_mode)) == FALSE) {
68 error_msg_and_die( "unknown mode: %s", theMode);
101 theMode=*argv-1;
115 if (theMode==NULL)
116 theMode = *argv;
H A Dutility.c792 extern int parse_mode(const char *s, mode_t * theMode) argument
853 *theMode = strtol(--s, NULL, 8);
881 *theMode &= andMode;
882 *theMode |= orMode;

Completed in 99 milliseconds