Home
last modified time | relevance | path

Searched defs:next_token (Results 1 – 7 of 7) sorted by relevance

/freebsd/crypto/openssh/
H A Dsftp-realpath.c65 char left[PATH_MAX], next_token[PATH_MAX], symlink[PATH_MAX]; in sftp_realpath() local
/freebsd/lib/libc/stdlib/
H A Drealpath.c60 char left[PATH_MAX], next_token[PATH_MAX], symlink[PATH_MAX]; in realpath1() local
/freebsd/contrib/ntp/libntp/
H A Dntp_realpath.c106 char left[NTP_PATH_MAX], next_token[NTP_PATH_MAX], link_tgt[NTP_PATH_MAX]; in realpath1() local
/freebsd/sbin/dhclient/
H A Dconflex.c167 next_token(char **rval, FILE *cfile) in next_token() function
/freebsd/lib/libc/posix1e/
H A Dmac.c154 next_token(char **string) in next_token() function
/freebsd/usr.bin/dtc/
H A Dinput_buffer.cc995 text_input_buffer::next_token() in next_token() function in dtc::text_input_buffer
/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_console.c83 static char *next_token(char **p_last) in next_token() function