Home
last modified time | relevance | path

Searched refs:check_name (Results 1 – 4 of 4) sorted by relevance

/linux/tools/testing/selftests/prctl/
H A Dset-process-name.c28 int check_is_name_correct(char *check_name) in check_is_name_correct() argument
38 return !strcmp(name, check_name); in check_is_name_correct()
41 int check_null_pointer(char *check_name) in check_null_pointer() argument
51 int check_name(void) in check_name() function
91 EXPECT_TRUE(check_name()); in TEST()
/linux/fs/smb/client/
H A Ddir.c153 check_name(struct dentry *direntry, struct cifs_tcon *tcon) in check_name() function
491 rc = check_name(direntry, tcon);
677 rc = check_name(direntry, pTcon);
/linux/fs/autofs/
H A Ddev-ioctl.c31 static int check_name(const char *name) in check_name() function
136 err = check_name(param->path); in validate_dev_ioctl()
/linux/tools/net/ynl/
H A Dynl-gen-c.py486 check_name = list(self.checks)[0]
487 if check_name not in {'exact-len', 'min-len', 'max-len'}:
488 raise Exception('Unsupported check for binary type: ' + check_name)